tstanmay13/agent-replay check

Assert rules over a recorded Claude Code agent run (.replay) and fail the build on violation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath to the .replay file (or Claude Code .jsonl transcript) to check.yes
max-stepsFail if the run has more than this many steps.no
max-tool-callsFail if the run made more than this many tool calls.no
forbid-toolsSpace-separated tool names that must not be called (e.g. 'Bash WebFetch').no
forbid-pathsSpace-separated substrings that must not appear in any tool input (e.g. '.env secrets/').no
must-succeedIf 'true', fail if any tool result errored.nofalse
versiongit ref of agent-replay to install (branch, tag, or commit).nomain

no outputs