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#
| Command | Purpose |
|---|---|
annie daemon | Start the safety kernel and supervise an agent. Refuses to start without a valid, binding-matching license. |
annie license request | Print 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 info | Display the installed license. |
annie verify | Walk 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 status | Report current control-loop budget and recent percentile measurements. |
annie log tail | Stream recent ledger events for live observation. |
annie log export | Produce a portable, signed archive of the ledger suitable for external audit. |
Exit codes#
| Code | Meaning |
|---|---|
| 0 | Success / verification passed |
| 1 | Generic failure |
| 2 | Invalid arguments |
| 3 | Verification failed (used by annie verify) |
| 4 | License missing or invalid |
| 5 | Hardware self-check failed |
Full per-subcommand reference and flag listing landing soon.