Verify all documents within a recipe are in sync — debate conclusions reflected, simulation gaps resolved, drafts verified.
Verify all documents are consistent with each other.
Run sync-check via bts binary:
bts sync-check $ARGUMENTS
This checks manifest.json for unverified drafts, unincorporated debates, unresolved gaps.
Additionally, read draft.md and manually check:
Report findings:
## Sync Check Results
### Debates
- debate-001 "OAuth2 vs JWT": ✓ reflected in draft.md
- debate-002 "Session store": ✗ NOT in draft.md
### Simulations
- simulation-001 gap #1: ✓ resolved in draft.md
- simulation-001 gap #3: ✗ STILL OPEN
### Verifications
- draft.md: ✗ NOT VERIFIED (verify was not run after last change)
### Code (if exists)
- src/auth/oauth.ts: ✓ matches spec
- src/auth/session.ts: ✗ spec says Redis but code uses in-memory
Summary: 3 sync issues found
If issues found, recommend specific actions to resolve each one.