Agent za kodiranje lahko napako odpravi od začetka do konca — reprodukcijo, lokalizacijo, popravko, preverjanje, zavezovanje — vendar ostanete v nadzoru z omejenimi dovoljenji, odobritvijo s strani človeka in majhnimi reverzibilnimi koraki. Agent tipka; vi se odločite, kaj dejansko pristane.
Zanko
1. REPRODUCE → write/run a failing test that demonstrates the bug (red)
2. LOCATE → search the codebase, read the relevant files, form a hypothesis
3. PROPOSE → draft a minimal fix (you can review the plan before any edit)
4. VERIFY → run tests + lint/typecheck → fix is proven by the test going green
5. REVIEW → show the DIFF for your approval (nothing committed yet)
6. COMMIT → only after approval, on a branch, with a clear message
