Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sniff doctor
sniff interview
```

This runs your agent through comprehension questions about your codebase. You grade each answer (1-10) to establish baselines.
This runs your agent through comprehension questions about your codebase. You grade each answer (pass/fail) to establish baselines.

**Every interview automatically:**
- Creates a run with a unique ID
Expand Down
2 changes: 1 addition & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This will:
1. Load comprehension cases (12 questions about codebase architecture)
2. Run each question through Claude Code
3. Display the agent's answer
4. Prompt you to grade (1-10)
4. Prompt you to grade (pass/fail)
5. Save results to a new run

### Interview with Label
Expand Down
Loading
Loading