docs(changelog): zombiectl memory list/search read verbs#88
Merged
Conversation
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>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-003suggestions. Voice perdocs/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
zombiectlmemory 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, andUZ-MEM-002/UZ-MEM-003error codes.--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
zombiectl memory listandmemory searchCLI 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 endReviews (3): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile
Context used: