|
|
|
|
|
by zarzavat
64 days ago
|
|
Technically, nothing. But psychologically git commits represent a unit of completed work, whereas with AI agents what's needed is a kind of agent-wise undo history such that you can revert back to the state of the repo 1 minute ago before Claude did an oopsie all over your repo. You can definitely use git as a backend for building such a system, but some extra tooling is necessary. |
|
That way you get the best of both worlds. The buggy code is still there in case it's needed but it's not in the main branch