This document tracks implementation-level notes that are useful during active GBV development.
- Architecture:
docs/architecture.md - Protocol behavior:
docs/protocol-overview.md - Threat assumptions:
docs/threat-model.md
- Keep verifier-side invariants centralized in
packages/gbv-core. - Keep runtime config authoritative in
gbv.config.ts. - Keep extension behavior aligned with server contract and documented in
docs/demo-walkthrough.md.