Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: test-writer-loop
3owner: openagents
4version: 1.1.0
5kind: harness
6title: Test Writer Loop
7summary: Red/green loop that picks an untested module, writes a failing test, implements it, and iterates with coverage deltas
8license: MIT
9tags: [testing, tdd, coverage, harness, automation]
10runtimes: [claude-code, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: HARNESS.md
16files:
17 - HARNESS.md
18 - loop.md
19 - stop-conditions.md
20inputs:
21 - name: target_path
22 type: path
23 required: false
24 description: File or directory to focus on; if omitted, the loop selects the lowest-coverage module automatically
25 - name: max_iterations
26 type: number
27 required: false
28 default: 10
29 description: Maximum red/green cycles to run in one session
30 - name: coverage_command
31 type: string
32 required: false
33 description: "Command that prints a coverage report (e.g. \"npm test -- --coverage\"); auto-detected when omitted"
34requires: []
35

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc