This repository uses branch + PR workflow only.
- Start from current
main. - Create a focused branch.
- Make one logical change set.
- Run validation.
- Open a PR.
- Do not merge without review.
Example branch names:
docs/bootstrap-repo-systemmodule/03-cloud-tasksdocs/devtools-evidence-guideci/repo-guardrails
Use conventional commits:
docs: ...ci: ...chore: ...test: ...feat: ...
Before opening a PR:
git status -sbgit diff --check- blocked path check
- required docs exist
- no
.env - no
.venv - no
__pycache__ - no nested repositories
- no
python-docs-samples - no accidental
package-lock.json - no PHI
- no e-Nabız export
- no secrets
- no raw health data
- no private screenshots
- purpose
- changed files
- safety boundary
- validation output
- manual review checklist
- explicit note if roadmap item is research candidate