Skip to content

jpdlr/patchpilot

Repository files navigation

PatchPilot

PatchPilot is a CLI that converts failing test output into a minimal reviewable patch template.

What it does

  • Parses failure paths and line numbers from test output
  • Produces a conservative unified-diff template with targeted patch markers
  • Outputs a .diff file for manual review and edits

Quick start

npm install
npm run build
node dist/cli.js suggest --input failing-tests.txt --out patchpilot.diff

Scripts

  • npm run dev
  • npm run typecheck
  • npm test
  • npm run build

License

MIT

About

Turn failing test output into a minimal, reviewable patch template.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors