?? Organization Rules
Enforced Practices
- Conventional Commit-style PR titles.
- Required checks before merge to protected branch.
- Ollama review check required before merge to protected branch.
- Automated release publication from
main. - Shared guardrails managed centrally in
Omkraft/.github.
Things to Avoid
- Disabling workflows to force a merge.
- Merging without the
Ollama Reviewstatus check passing on protected branches. - Manual release publishing that bypasses semantic-release.
- Editing reusable workflow behavior in consumer repos.
- Changing token permissions without review.
Change Management
For any CI/CD or governance update:
- Update workflow/template/docs in this repository.
- Validate behavior in consumer repos.
- Keep architecture docs and diagrams aligned.