Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ These tools must be called at some point during the session before pushing:
- mcp__cargo__cargo_fmt (format code — call before committing)
- mcp__cargo__cargo_check (clippy + tests — must succeed)

## When work is complete (validation window)
## When work is complete (verification phase)

When ready to push, open a validation window and run the review tool:
When ready to push, open a verification phase and run the review tool:

1. tracevault validation-start
2. mcp__review__agent_review (self-review of the diff — validation window policy)
1. tracevault verify-start
2. mcp__review__agent_review (self-review of the diff — verification phase policy)

Only mcp__review__agent_review and Read should be called between tracevault validation-start and git push.
Only mcp__review__agent_review and Read should be called between tracevault verify-start and git push.

If you need to fix something after the review:
- Make the fix
- Run mcp__cargo__cargo_fmt and mcp__cargo__cargo_check again (session-scoped)
- Run tracevault validation-start again (invalidates previous window)
- Run tracevault verify-start again (invalidates the previous phase)
- Run mcp__review__agent_review again
- Push
Loading
Loading