Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.
Attempt to resolve the provided issue safely and deterministically by following a structured debugging workflow.
| Source | Used for |
|---|---|
issue (context variable) | The issue to fix, including id, title, description, and reproduction steps |
project_context (context variable) | Project conventions, tech stack, code standards, testing strategy, and architecture |
iteration (context variable) | Current iteration number for file naming and context |
Follow this debugging workflow in order:
The output is the set of file changes (modified or new files) in the working tree. There is no document to produce — the corrected code and any updated tests are the deliverable.
Before finishing: