Proposal: Add review stage to protected-files.yml
What
Update the protected-files.yml to reflect the renamed done folder. Replace the vault/10_features/05_done locked entry with vault/10_features/06_done only. The new 05_review/ folder should NOT be locked — Opus needs to move completed FRs there.
Why
The feature lifecycle is gaining a review stage between in-progress and done. Done files move from 05_done/ to 06_done/. The review folder is a handoff point where Opus places finished work for user verification — locking it would prevent Opus from moving files there.
Spec
Replace:
- vault/10_features/05_doneWith:
- vault/10_features/06_doneImpact
Only .claude/protected-files.yml is affected. 06_done stays locked (same protection as old 05_done). 05_review remains open so Opus can move files into it.