@asymalwali/unbreak
v1.0.1
Published
Autonomous self-healing compiler utility for developers
Downloads
327
Readme
unbreak 🚀
An autonomous, zero-cost CLI utility that intercepts compiler crashes during dependency upgrades and automatically patches your breaking source files. Engineered entirely in a portable environment.
Features
- 🔒 Auto-Safety Isolation: Detects uncommitted changes and creates an instant Git backup branch before editing code.
- 🎯 Compiler Precision: Directly executes your project's compiler (
npx tsc) to locate the exact breaking file and line number. - 🧠 Hybrid Auto-Healing: Pipelines structural errors to free-tier LLMs via OpenRouter, with a built-in local regex engine fallback for offline/air-gapped environments.
Quick Install (Global)
npm install -g unbreakUsage
Run unbreak inside any TypeScript project folder after a breaking package update:
unbreakLicense
MIT
