tstanmay13/agent-replay check
Assert rules over a recorded Claude Code agent run (.replay) and fail the build on violation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the .replay file (or Claude Code .jsonl transcript) to check. | yes | — |
| max-steps | Fail if the run has more than this many steps. | no | — |
| max-tool-calls | Fail if the run made more than this many tool calls. | no | — |
| forbid-tools | Space-separated tool names that must not be called (e.g. 'Bash WebFetch'). | no | — |
| forbid-paths | Space-separated substrings that must not appear in any tool input (e.g. '.env secrets/'). | no | — |
| must-succeed | If 'true', fail if any tool result errored. | no | false |
| version | git ref of agent-replay to install (branch, tag, or commit). | no | main |
Outputs
no outputs