v0.22.0
The agent-memory CLI, finished. v0.21.0 shipped layered per-agent memory but half of it was MCP-only and agents init produced a flat org. This release makes the whole feature usable from the terminal:
tesserae agents initinfers the org — a subagent role (claude-code:me:reviewer) nests under the main agent that spawned it (claude-code:me:default), so one command gives a working multi-level org.--flatkeeps the old behavior; init prints the tree.--agent KEYonquery,ask,context— scoped reads (worker / manager /org) from the CLI, not just over MCP.agents tree/show/drill— inspect the org chart with staleness, resolve a view, and escalate a distilled note to raw L0 evidence (audited), all from the terminal.
Purely additive; every command behaves as before when --agent is absent. Guide: https://github.com/ca1773130n/Tesserae/blob/main/docs/agent-memory.md · Full notes: https://github.com/ca1773130n/Tesserae/blob/main/docs/release-notes/v0.22.0.md