PatchPilot is a CLI that converts failing test output into a minimal reviewable patch template.
- Parses failure paths and line numbers from test output
- Produces a conservative unified-diff template with targeted patch markers
- Outputs a
.difffile for manual review and edits
npm install
npm run build
node dist/cli.js suggest --input failing-tests.txt --out patchpilot.diffnpm run devnpm run typechecknpm testnpm run build
MIT