Expand description
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory notify CLI subcommand.
Closes the three-surface-parity gap on memory_notify. The MCP
tool (crate::mcp::handle_notify) and the HTTP route landed
previously; this module wires the CLI surface so operators can
send an inter-agent inbox message from a terminal.
§DRY contract
No business logic lives here — validation, namespace resolution
(_messages/<target>/), and the per-tier expiry computation live
in crate::mcp::handle_notify. The MCP, HTTP, and CLI surfaces
share that one implementation.
Structs§
- Notify
Args - CLI args for
ai-memory notify.
Functions§
- cmd_
notify ai-memory notifydispatch entry.