A CLI tool that verifies AI coding assistant claims against actual structural changes — catching hallucinated functions, fake calls, and missed modifications before they ship. - AstralXVoid/NoWreck
No reviews yetBe the first to leave a review for NoWreck
Maker
📌
Shipped this because I got tired of guessing whether my LLM assistant actually touched the files it swore it modified or if it just hallucinated a clean diff.If the AST doesn't match the prompt's promises, it fails hard. No soft warnings, no vibes-based validation. Check the parser logic in verify.py if you want to see how it handles edge cases with multi-file refactors. PRs welcome if you find a new way AI can lie to us.