Ask HN: How to track micro changes with coding agent?

vedhant1 pts0 comments

I primarily use claude code and sometimes cursor. I keep prompting and the agent keeps coding. But git commits are done after meaningful changes, worst case 1 for a small feature. I check critical code myself and whenever the agent messes the code, i need it to revert the changes to a previous change it made (most of the times to the previous prompt). These micro changes is not generally comitted in git. This revert is a headache for me and prompting the agent to revert last change has messed up (it did git revert a few times). I want to know any sane method for solving this and not drive myself crazy…

changes agent revert code micro coding

Related Articles