Earlier quoted context omitted.
May I ask what tools did you make so far? And what is on your roadmap?
Not OP, but a very simple example: I use AI to review my work before opening a PR for my colleagues to review. I ask it to review the commits in my branch. Instead of consuming tokens just to instruct it how to use git operations and other tools to find the commits since the base commit, I asked AI to create a little bash script to make patch files commit1.patch, commit2.patch, commit3.patch, etc, for all the commits…
> Instead of consuming tokens just to instruct it how to use git operations
Claude already knows how to use git and jj, very well.