Reusable repository starter pack for Codex CLI collaboration rules.
This repository is meant to be copied into other code repositories when you want a consistent coding workflow with Codex.
CONTRIBUTING.md.github/PULL_REQUEST_TEMPLATE.mdscripts/check-docs.ps1scripts/install-rules-into-repo.ps1
If code changes, documentation review is required in the same session.
Minimum expectation:
- code change -> docs review required
- behavior change -> changelog update required
- setup or workflow change -> README or troubleshooting update required
- Copy
CONTRIBUTING.md - Copy
.github\PULL_REQUEST_TEMPLATE.md - Copy
scripts\check-docs.ps1 - Adjust the code-path patterns inside
scripts\check-docs.ps1for the target repository - Commit the rules before starting feature work
From this repository, run:
powershell -ExecutionPolicy Bypass -File .\scripts\install-rules-into-repo.ps1 -TargetRepoPath "D:\path\to\repo"This copies the baseline files into another repository without deleting anything.
This repository is being organized as a rules library, not just a loose file dump.
Main areas:
roadmap/strategy and sequencingcatalog/rule index and taxonomyprofiles/curated subsets of rules for different repository typesrules/individual rule documents by domainscripts/optional automation helpers
Start here when reading the repository:
roadmap/ROADMAP.mdroadmap/IMPLEMENTATION_PLAN.mdcatalog/README.mdprofiles/rules/