CLI Commands

anchor context

Querying historical decision rationale and trade-off intent directly in your terminal.

Never ask "Who wrote this and why?" again. anchor context queries your local hardware-signed decision ledger to display historical trade-offs, author identity, and AI overrides associated with specific files or directories.

💻 Terminal Output

Querying File Rationale HistoryTerminal
$anchor context src/auth/session.ts
⚓ Decision History for src/auth/session.ts:
   • [a9c4e23] @rahool-bk (2026-06-12) [Hardware Signed]
     Intent: "Switched session store to Redis cluster for multi-region scale."
     Trade-off: Accepted ~2ms network latency to enable multi-region failover.