Rules Reference
March 21, 2026 · View on GitHub
| Rule | Description |
|---|---|
auto-loop | Fix -> re-review -> fix -> ... -> Pass (auto cycle) |
auto-loop-project | Project-specific auto-loop overrides (user-owned, not plugin-managed) |
codex-invocation | Codex must independently research, never feed conclusions |
fix-all-issues | Zero tolerance: fix every issue found |
self-improvement | Corrected → record lesson → prevent recurrence |
framework | Framework-specific conventions (customizable) |
testing | Unit/Integration/E2E isolation |
security | OWASP Top 10 checklist |
git-workflow | Branch naming, commit conventions |
docs-writing | Tables > paragraphs, Mermaid > text |
docs-numbering | Document prefix convention (0-feasibility, 2-spec) |
logging | Structured JSON, no secrets |
context-management | Data-driven context monitoring (measure before deciding) |
testing-project | Project-specific testing overrides (user-owned) |
Customization: Edit
auto-loop-project.mdto override auto-loop behavior per project. Plugin updates won't conflict — see Rule Override Pattern.