docs: align internal docs to enterprise standards
All checks were successful
CI / verify (push) Successful in 2m33s

Add canonical operations/security/access/feature docs and fix path integrity to improve onboarding and incident readiness.
This commit is contained in:
Joseph Doherty
2026-02-20 13:23:55 -05:00
parent e6d81f6350
commit ce727eb30d
18 changed files with 783 additions and 186 deletions

View File

@@ -0,0 +1,19 @@
# ADR 0001: Peer Mesh Topology
## Status
Accepted
## Context
CBDDC requires local-first synchronization without a central coordinator in LAN-focused deployments.
## Decision
Adopt a peer mesh topology with gossip-based synchronization and per-node oplog tracking.
## Consequences
- Improves resilience when individual nodes disconnect.
- Requires strong operational tooling for lag, peer lifecycle, and pruning controls.
- Increases importance of clear runbook and troubleshooting documentation.