Skip to main content

Module notify

Module notify 

Source
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§

NotifyArgs
CLI args for ai-memory notify.

Functions§

cmd_notify
ai-memory notify dispatch entry.