RLVR verification (tsc + tests -> reward)
jev_verifyRun verification commands (TypeScript type-check and tests) to validate decisions, record pass/fail rewards into skill memory, and adjust gatekeeper thresholds automatically.
Instructions
Run verification commands (default: npx tsc --noEmit, npm test) in a working directory, record +1/-1 reward into the skill memory and auto-tune the gatekeeper thresholds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (default: this server's cwd). | |
| commands | No | Commands to run in order (default: npx tsc --noEmit, npm test). | |
| question | No | What decision this verification validates (for memory). | |
| timeoutMs | No | Per-command timeout in ms (default 180000). |