Review And Archive
Use after implementation finishes.
Workflow
- Generate review prompt:
python3 bin/loop-factory review <spec-id> --agent codex - Review diff against acceptance criteria.
- Run verification from spec frontmatter or smallest relevant checks.
- Findings first. Mark result:
ACCEPTEDCHANGES_REQUESTED
- Only after accepted:
python3 bin/loop-factory archive <spec-id> --accepted
Review Focus
- correctness
- behavior regressions
- missing tests
- security
- maintainability
- spec drift
Do not archive without explicit acceptance evidence.