Resources

Frequently Asked Questions

Answers to common questions about AnchorGit local hashing, HMAC signatures, and zero-knowledge storage.

Q:Does AnchorGit send my source code to any external servers?

No. All diff parsing, string processing, and SHA-256 HMAC signature generation occur strictly inside local workstation memory. AnchorGit is 100% code-blind.

Q:What happens if I forget to run "anchor decide"?

AnchorGit operates non-intrusively. If you do not notarize a commit, Git continues working normally. You can always run anchor decide --commit=<SHA> retroactively to attach architectural rationale to a previous commit.

Q:Can I use AnchorGit without an internet connection?

Yes. The AnchorGit CLI is completely offline-first. Decisions are logged into your local .anchor/decisions.json ledger and synced only when you choose to connect.