Repository Layout¶
Top-Level Files¶
mkdocs.yml: site configuration and navigationrequirements.txt: Python dependenciesREADME.md: install, serve, and build instructionsdocs/: all handbook content
Content Areas¶
docs/architecture/: system and flow diagramsdocs/smart-contracts/: contract inventory and behaviordocs/governance/: role model, timelocks, upgrade safetydocs/deposits/,docs/vaults/,docs/economics/,docs/claims/: execution modeldocs/security/: threat and catastrophic-risk analysisdocs/operations/anddocs/runbooks/: operator proceduresdocs/state-machines/: lifecycle modelsdocs/appendices/: permission matrix and source mapping
Generated And Local Files¶
site/, .venv/, __pycache__/, .DS_Store, and __MACOSX/ are local artifacts and should not be committed. The Solidity inventory is regenerated by tools/extract_solidity_inventory.py and checked into docs/appendices/generated-solidity-inventory.md because it is a review aid.
Source Boundary¶
The handbook repo is documentation. The current Solidity source of truth lives outside this repo at /Users/marcos/Desktop/centurion_phase1_upgradeable_refactor. When source changes, update the generated inventory and the human-written pages together.