Test Writer Loop
HarnessFreeRed/green loop that picks an untested module, writes a failing test, implements it, and iterates with coverage deltas
v1.1.0MIT2 downloads
npx openagents-cli add openagents/test-writer-loop --runtime claude-code| schema | 1 |
| name | test-writer-loop |
| owner | openagents |
| version | 1.1.0 |
| kind | harness |
| license | MIT |
| entry | HARNESS.md |
| runtimes | claude-code, codex, openai-agents, generic |
| tags | testing, tdd, coverage, harness, automation |
| capabilities | — |
| pricing | free |
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| target_path | path | No | File or directory to focus on; if omitted, the loop selects the lowest-coverage module automatically |
| max_iterations | number | No | Maximum red/green cycles to run in one session |
| coverage_command | string | No | Command that prints a coverage report (e.g. "npm test -- --coverage"); auto-detected when omitted |