7 ms·
I take care of that in two ways, 1) is via claude hooks, I make sure these are tagged as claude, 2) my sandboxed agents have git env vars set, with the same eff
by eighttrigrams 1mo ago
I take care of that in two ways, 1) is via claude hooks, I make sure these are tagged as claude, 2) my sandboxed agents have git env vars set, with the same effect.
- spuz 1mo agoDoes Claude run git commit on every change it makes? Doesn't that pollute your git history?
- eighttrigrams 1mo agoAlthough that would be an option (I've considered commit on every edit at one point), what I actually ended up doing is that I hook into all Bash tool calls, look if there's a git commit in there, and if so, I prepend it with the right git env variables.