Governance And Review Discipline
0x0 governance is source-first and evidence-first. A change is not production
ready because a roadmap says it is done; it is ready only when implementation,
tests, docs, release artifacts, ADRs, and RFCs agree.
ADR/RFC
Every substantive production change needs:
- an ADR under
docs/adrs/; - an RFC under
docs/rfcs/; - a documentation impact review in both records.
Run:
make adr-rfc-check
make documentation-impact-check
Review Standard
Reviewers should reject:
- behavior without tests;
- docs that claim unsupported behavior;
- stale examples;
- app-specific behavior documented as a generic language feature;
- production gates that check roadmap text instead of artifacts;
- missing rollback, provenance, or security evidence for release paths.
Commit Discipline
Milestone work must land in the milestone commit. Do not mix unrelated cleanup
with a production closure commit.