Usage
Options
What It Generates
Eval Script (eval/build/<name>.ts)
A TypeScript file with decomposed binary checks:
Agent TOML (.tenet/agents/build-<name>.toml)
How It Works
- Parse — extracts file paths, exports, interfaces from spec markdown
- Generate eval — each spec requirement becomes a binary check
- Generate TOML — agent config with scope, constraints, task
- Run — PP autoresearch loop: try → eval → keep/revert → repeat
- Converge — agent iterates until score = 1.0, then creates PR
The build supervisor monitors progress and injects hints when agents stall, hit filename mismatches, or repeatedly fail the same checks.
See Also
- Build Evals Pattern — the full pattern with examples
- Peter Parker — the orchestrator that runs the loop
- Eval System — how evals work in general

