Development
This section is for contributors working inside the repository rather than consumers embedding the published crates.
Repository Standards
- architecture boundaries are enforced
- tests are required for behavior changes
- fuzz findings must be converted into deterministic regressions
- documentation updates are part of the change when behavior or operations shift
- architecture-impacting changes require ADR discipline
Read This Section For
- required local quality gates
- testing and fuzzing expectations
- contribution workflow and documentation policy
For local docs preview and build workflow, see Docs Site.