Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .claude/agents/prose-walker.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ any harness substitutions. Follow it exactly.
- Follow the prose literally, step by step, arm by arm. Where it names an
engine or knowledge call, run it from the project directory and use the
real response to decide which arm applies. Never predict a response.
- **Run each prescribed command as written — one call per fence.** Never
batch adjacent commands into one invocation, merge them, reorder them,
or substitute an equivalent that lands the same state. A walk that
reaches the right end by different calls has not tested the calls the
prose prescribes, and the record it leaves says the prose does
something it does not.
- You also play the user. Where the payload gives scripted answers,
consume the next one in order as each menu or question arrives. Where
it instead describes how the user behaves, the prose has no fixed
Expand Down