Interesting idea, why not run this custom agent as part of PR Review process ?
Good clean PRs accepted based on score from your customer agent, rest are closed with comments.
If this is for AI agents to push code, I’d recommend introducing a feedback look from your review agent back to your coding agent.
by jmagland
1 subcomments
I like the idea of having a proxy git server between you and the remote, I've never seen that before. Are there other use cases you imagine for such a setup besides intercepting and reviewing pushes?
by csh0
1 subcomments
This is interesting, but what is the advantage of running a proxy to achieve this over pre-commit hooks?