| name | review-and-archive |
| description | Use when reviewing active Loop Factory specs against the working tree, checking verification evidence, deciding ACCEPTED or CHANGES_REQUESTED, and archiving accepted specs. |
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:
ACCEPTED
CHANGES_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.