Skip to main content

annie Command Reference#

This page is a stub. The final reference is auto-generated from the installed CLI’s --help output once the command surface is frozen for release.

Subcommands at a glance#

CommandPurpose
annie daemonStart the safety kernel and supervise an agent. Refuses to start without a valid, binding-matching license.
annie license requestPrint the active identity’s fingerprint, ready to paste into the purchase flow.
annie license activate <file>Verify a .lic file, check it binds to this host, and install it into the data directory.
annie license infoDisplay the installed license.
annie verifyWalk the ceremony audit log and report structural integrity, monotonic ordering, signature presence, and known event kinds. Exits 0 with a PASS report or non-zero with row-level FAIL details.
annie statusReport current control-loop budget and recent percentile measurements.
annie log tailStream recent ledger events for live observation.
annie log exportProduce a portable, signed archive of the ledger suitable for external audit.

Exit codes#

CodeMeaning
0Success / verification passed
1Generic failure
2Invalid arguments
3Verification failed (used by annie verify)
4License missing or invalid
5Hardware self-check failed

Full per-subcommand reference and flag listing landing soon.