Scopes
- Agent memory — an agent’s persona plus its structured, private memory entries. Read with
memory read --scope agent(optionally--agent <id>to read another agent’s). - Shared / knowledge — the workspace knowledge index, shared across agents. Read with
memory read --scope shared(orknowledge).
Structured entries
Durable agent memories are validated entries with a type, title, description, and markdown body:preference, feedback, procedure, reference, and context. Choosing the right type keeps recall relevant. Read a single entry with memory entry read <slug>.
Memory is part of the in-workspace command surface.
memory commands run through the agent’s workspace_cli tool; the reference lives with the agent runtime rather than in the external CLI reference.