Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
implement is the default coding workflow for a single change. It runs a shared ValidationLoop: implement the requested change, validate it, review it, and feed failures back into another iteration.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | Provided by --prompt |
How It Runs
- An implementation agent works from the prompt.
- A validation agent checks the repo state.
- Reviewer agents inspect the result.
- Failed validation or rejected review feedback is passed into the next loop iteration.
- The loop stops after validation passes and at least one reviewer approves, or after the iteration limit.