Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
debug uses the same validation loop as implement, but the default prompt and review framing are tuned for bug reproduction and fixes.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | "Reproduce and fix the reported bug." |
How It Runs
- Attempts to understand and reproduce the bug.
- Applies a targeted fix.
- Validates the result.
- Reviews the fix and loops on failures.
review and improve-test-coverage when the bug fix needs a regression test pass.