agent_evidence_check
Run Evidence Gate validation: inspect git status/diff, execute test/typecheck/lint commands, and produce an empirical evidence report.
Instructions
Run Evidence Gate validation: inspect git status/diff and execute test/typecheck/lint commands to produce empirical evidence report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Target workspace directory (default: current directory) | |
| timeoutMs | No | Timeout per test command in ms (default: 60000ms) | |
| testCommands | No | List of test commands to run (e.g. ['npm test', 'npx tsc --noEmit']) |