Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.17 KB

File metadata and controls

20 lines (18 loc) · 1.17 KB

Rules Reference

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.md to override auto-loop behavior per project. Plugin updates won't conflict — see Rule Override Pattern.