Implement From Plan
Before editing any code:
- Read
AGENTS.mdfor project context and operating rules. - Read
ai/plan.mdfor the scoped task. - Internally restate the goal in one sentence before proceeding.
While implementing:
- Modify ONLY files listed in the "Allowed Files" section of
ai/plan.md. - Do NOT make unrelated refactors, add unrelated features, or touch files outside scope.
- Do NOT modify
.env, secrets, credentials, or CI configuration unless explicitly allowed. - Keep changes minimal — prefer the smallest diff that meets the completion criteria.
- Follow existing code style (Python: ruff format, 100 char lines, double quotes).
After implementing:
- Run the verification commands listed in
ai/plan.mdwhen feasible. - Write
ai/codex_report.mdwith these exact sections:- Summary (2-3 sentences)
- Files Changed (every file touched)
- Verification Commands Run (commands + exit codes)
- Results (what worked, what didn't)
- Risks (potential regressions)
- Open Questions (anything unclear)
- Stop. Do not widen scope or start additional tasks.
Source: jam-sudo/Omega — distributed by TomeVault.