This repository is used to test the NecroPipeline AI-powered CI/CD fix system.
- Contains a simple calculator module
- Has tests that will fail
- NecroPipeline detects the failure
- AI generates a fix
- Automated PR is created
src/
calculator.js - Simple calculator implementation
calculator.test.js - Tests (with intentional bug)
- Push code with failing test
- GitHub Actions runs and fails
- NecroPipeline detects failure
- AI analyzes the code and error
- Generates fix for calculator.js
- Creates PR with the fix