Show HN: AutoMaxFix – controlled AI repair loop that won't eat your migrations
AutoMaxFix is an open-source Python CLI designed for controlled repair loops in AI-built software. It transforms failing tests and bug reports into structured tickets, applying patches in a safety-first manner. The tool emphasizes human approval and safety checks to prevent unintended code changes.
- ▪AutoMaxFix generates tickets from test failures and user bug reports.
- ▪It enforces a controlled patch-execution loop that requires human approval for changes.
- ▪The tool integrates with various test runners and can be used in local repositories.
Opening excerpt (first ~120 words) tap to expand
AutoMaxFix Audit → Reproduce → Patch → Test → Report Supported test runners: pytest · jest · vitest · mocha · go · cargo · generic AutoMaxFix is a standalone open-source Python CLI for controlled repair loops in AI-built software. It turns failing tests, audit logs, or plain-English bug reports into structured tickets, then runs a safety-first patch workflow one ticket at a time. AutoMaxFix is not an autonomous code god. AutoMaxFix is a controlled repair loop for AI-built software.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.