Skip to content

docs(changelog): zombiectl memory list/search read verbs#88

Merged
indykish merged 3 commits into
mainfrom
chore/m91-memory-cli-changelog
Jun 12, 2026
Merged

docs(changelog): zombiectl memory list/search read verbs#88
indykish merged 3 commits into
mainfrom
chore/m91-memory-cli-changelog

Conversation

@indykish

@indykish indykish commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Jun 12, 2026 <Update> for the M91_004 CLI feature that merged as agentsfleet/agentsfleet#396: read-only memory inspection (memory list / memory search), auto-JSON when piped, empty results exit 0, UZ-MEM-002/UZ-MEM-003 suggestions. Voice per docs/CHANGELOG_VOICE.md; history append-only.

🤖 Generated with Claude Code

Greptile Summary

This PR appends a changelog entry for the M91_004 CLI feature (agentsfleet/agentsfleet#396), documenting two new read-only zombiectl memory inspection verbs and their UX behaviour.

  • zombiectl memory list / memory search — documents flag surface (--zombie, --category, --limit, --workspace), auto-JSON output when piped, exit-0 on empty, and UZ-MEM-002/UZ-MEM-003 error codes.
  • Terminology and structure — all prose uses "agent" as the product noun; brand/code tokens (--zombie, /zombies/{zombie_id}/) are correctly left as code; section order (What's new → CLI) and sentence-case headings follow AGENTS.md.

Confidence Score: 5/5

Documentation-only changelog entry with no runtime code changes; safe to merge.

The change is a single append-only Update block in changelog.mdx. It uses correct terminology throughout, follows the prescribed section order and heading style from AGENTS.md, preserves load-bearing error codes, and keeps CLI flag tokens in code formatting. The prose-noun fix flagged in the previous review round has already been applied. Nothing here can affect runtime behaviour.

No files require special attention.

Important Files Changed

Filename Overview
changelog.mdx Adds a new Jun 12 2026 Update block documenting zombiectl memory list and memory search CLI commands; terminology, section order, heading case, and error-code preservation all comply with AGENTS.md.

Sequence Diagram

sequenceDiagram
    participant User
    participant zombiectl
    participant API as GET /v1/workspaces/{workspace_id}/zombies/{zombie_id}/memories

    User->>zombiectl: "memory list --zombie <id> [--category] [--limit] [--workspace]"
    zombiectl->>API: GET memories (filtered)
    API-->>zombiectl: JSON envelope (entries / UZ-MEM-002 / UZ-MEM-003)
    alt interactive terminal
        zombiectl-->>User: human table (truncated preview)
    else piped / --json
        zombiectl-->>User: full JSON envelope + request_id
    end

    User->>zombiectl: "memory search --zombie <id> <query>"
    zombiectl->>API: GET memories (substring match)
    API-->>zombiectl: JSON envelope
    alt empty result
        zombiectl-->>User: exit 0 (empty table)
    else unknown agent
        zombiectl-->>User: UZ-MEM-002 + zombiectl list hint
    else backend outage
        zombiectl-->>User: UZ-MEM-003 + retry hint
    end
Loading

Reviews (3): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile

Context used:

  • Context used - AGENTS.md (source)

New Jun 12, 2026 entry — read-only memory inspection lands in the CLI
(list newest-first, substring search, auto-JSON when piped, empty = exit 0,
UZ-MEM-002/003 suggestions). Pairs with usezombie feat/m91-004-memory-cli.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Comment thread changelog.mdx Outdated
@mintlify

mintlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
megam 🟢 Ready View Preview Jun 11, 2026, 9:45 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Swap the legacy prose noun for "agent" in the M91 memory-verbs entry:
heading, intro paragraph, and the unknown-agent error bullet. Code
tokens (--zombie flag, /zombies/{zombie_id}/ path) stay verbatim per
the brand-token exemption.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…changelog

Both sides prepended Jun 12 entries to changelog.mdx; resolution keeps
all five — the memory CLI read-verbs entry from this branch first, then
the memory-selection, token-billing, memory-counters, and billing-audit
entries from main, unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@indykish indykish merged commit ff0d600 into main Jun 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant