Show HN: Git Push No-Mistakes
Posted by akane8 15 hours ago
no-mistakes is how I kill AI slop. It puts a local git proxy in front of my real remote. I push to no-mistakes instead of origin, and it spins up a disposable worktree, runs my coding agent as a validation pipeline, forwards upstream only after every check passes, opens a clean PR automatically, and babysits CI pipeline for me.
Comments
Comment by snehesht 9 hours ago
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.
Comment by akane8 8 hours ago
the feedback loop does exist and there’s a smooth review->fix loop there
Comment by ANTHONY6632 11 hours ago