Rules Reference

March 21, 2026 · View on GitHub

RuleDescription
auto-loopFix -> re-review -> fix -> ... -> Pass (auto cycle)
auto-loop-projectProject-specific auto-loop overrides (user-owned, not plugin-managed)
codex-invocationCodex must independently research, never feed conclusions
fix-all-issuesZero tolerance: fix every issue found
self-improvementCorrected → record lesson → prevent recurrence
frameworkFramework-specific conventions (customizable)
testingUnit/Integration/E2E isolation
securityOWASP Top 10 checklist
git-workflowBranch naming, commit conventions
docs-writingTables > paragraphs, Mermaid > text
docs-numberingDocument prefix convention (0-feasibility, 2-spec)
loggingStructured JSON, no secrets
context-managementData-driven context monitoring (measure before deciding)
testing-projectProject-specific testing overrides (user-owned)

Customization: Edit auto-loop-project.md to override auto-loop behavior per project. Plugin updates won't conflict — see Rule Override Pattern.