| name | hitl |
|---|---|
| description | Resume work after the user has hand-edited the codebase — treat their commits as frozen ground truth and stitch the rest of the work around them |
The user just took the wheel. After a stretch of agent-driven commits, they made their own commits to nudge the codebase toward what they actually want. Now they're handing it back. Your job: read what they changed, treat it as the new source of truth, and finish the work around it.
- The user's HITL commits are the spec. They corrected something — direction, taste, naming, structure, behavior. That correction is now load-bearing.