Expand description
v0.7.0 L2-5 (issue #670) — ai-memory export-forensic-bundle and
ai-memory verify-forensic-bundle subcommands.
v0.7.0 L2-5 (issue #670) — ai-memory export-forensic-bundle and
ai-memory verify-forensic-bundle CLI surface.
Thin dispatch wrappers over crate::forensic::bundle. The heavy
lifting (substrate reads, tar assembly, signature creation /
verification) lives in the substrate module so it can be exercised
from unit tests without spawning a subprocess. This module exists
solely to keep the Command enum tidy and to make the two verbs
discoverable under src/cli/.
Functions§
- export
- Dispatch
ai-memory export-forensic-bundle. Seerun_export. - verify
- Dispatch
ai-memory verify-forensic-bundle. Seerun_verify.