⚓ Getting Started
Quickstart Guide
Notarize your first architectural decision and pair your hardware identity in under 2 minutes.
AnchorGit brings zero-knowledge architectural decision logging straight into your local Git terminal. Follow these 3 steps to pair your machine, record intent alongside a commit, and query local context.
💻 Terminal Output
Step 1: Install CLI GloballyTerminal
$
npm install -g anchorgitAdded 1 package in 1.2s. Run `anchor --version` to verify.
Step 2: Pair Local Workstation HardwareTerminal
$
anchor pair --key=ag_live_9f82a10c3b⚓ Workstation Identity Paired! ├─ Hardware GUID: MAC-8F32-ED25519-BOARD ├─ Storage: ~/.anchor/config.json (Chmod 600) └─ HMAC Salt: Generated & Saved locally
Step 3: Notarize Your First DecisionTerminal
$
anchor decide "Switched session store to Redis to support multi-region clustering."⚓ Decision Notarized! ├─ Intent: "Switched session store to Redis..." ├─ Git Scope: a9c4e23 (main) | +64 / -28 LOC └─ HMAC Sign: f7d3a8b2... [Hardware Verified]