એક કોડિંગ એજન્ટ કીટ સુધારણું છેલ્લે સમાપ્ત થતું — પુનર્નિર્માણ, શોધવું, સુધારવું, ચકાસવું, પ્રતિબદ્ધ કરવું — પણ તમે મર્યાદિત અનુમતિ, માનવીય મંજૂરી અને નાના વિપરીત પગલાં સાથે લૂપને સીમિત કરીને નિયંત્રણમાં રહો. એજન્ટ ટાઇપિંગ કરે છે; તમે તય કરો કે કોણ ખરેખર ઉતરે છે.
લૂપ
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
