coding agent は bug fix を end-to-end に進められます。reproduce、locate、fix、verify、commit までです。ただし、scoped permissions、human approval、小さく reversible な step で loop を gate することで、あなたは control を保ちます。agent が typing し、あなたが何を land するかを決めます。
loop
1. REPRODUCE → bug を示す failing test を書く/走らせる (red)
2. LOCATE → codebase を search し、relevant files を読み、hypothesis を立てる
3. PROPOSE → minimal fix を draft する (edit 前に plan を review 可能)
4. VERIFY → tests + lint/typecheck を run → test が green になり fix が証明される
5. REVIEW → approval のため DIFF を表示 (まだ commit しない)
6. COMMIT → approval 後のみ、branch 上で clear message とともに commit
