Expand description
v0.7.0 ARCH-3 / FX-C3 (batch2) — ai-memory subscribe CLI subcommand.
Closes the three-surface-parity gap on memory_subscribe. The MCP
tool (crate::mcp::handle_subscribe) and the HTTP route landed
previously; this module wires the CLI surface so operators can
register a webhook subscription from a terminal.
§DRY contract
No business logic lives here — the URL validation, HMAC secret
requirement (R3-S1.HMAC v0.7.0), and registered-agent gate live in
crate::mcp::handle_subscribe. The MCP, HTTP, and CLI surfaces
share that one implementation.
Structs§
- Subscribe
Args - CLI args for
ai-memory subscribe. Mirrors the MCPmemory_subscribeinput_schemashape.
Functions§
- cmd_
subscribe ai-memory subscribedispatch entry.