Repository operations and engineering governance toolkit.
Focus: branch governance, CI quality gates, release hygiene, and repo audits.
- Every strategy/change must include a reproducible validation path.
- No merges with failing CI.
- Prefer explicit risk controls and measurable acceptance criteria.
- Create a feature branch.
- Add changes + tests/docs.
- Open PR with validation evidence.