I'm Sayan, I built axonpush, and it's launching here on Friday. It's a release gate for AI agents: it replays production failures you've already had against every change, and blocks the merge when one comes back.
Before Friday I'd rather learn something than promote something, so, one genuine question.
Change a prompt, a model, or one agent step, and nothing tells you whether it broke the last ten things that worked. So you ship it and watch.
axonpush replays the production failures you have already had against every change, and fails the build when one comes back.
Evals score the model call. axonpush replays the whole request: the tool that returned a 402, the retrieval that came back empty, the query that timed out.
A CLI and a GitHub Action. Exit 1, a JUnit file, a PR comment.