src/auth/reset-password.tsMatches: reset, password, email
Open source · local first · no API key
FixMap turns an issue or git diff into the files to inspect, tests to run, and risks a human should review.
$ fixmap plan --issue "reset emails fail"
CONTEXT
01 src/auth/reset-password.ts high
02 src/email/send-reset.ts medium
VERIFY
→ npm --prefix apps/api run test
RISK
! authentication · high severity
Interactive sample
This browser demo ranks a safe sample repository. The CLI applies the same transparent ideas to your real checkout.
Sample data only. Nothing typed here leaves your browser.
src/auth/reset-password.tsMatches: reset, password, email
src/email/send-reset.tsMatches: email, reset, password
test/auth/reset-password.test.tsMatches: reset, password, email
npm run testA grounded handoff
Read repository shape, workspace scripts, tests, and the requested git diff without uploading source.
Combine task terms, changed files, file type, path proximity, and repository structure.
Return context, commands, risks, confidence, and diagnostics as Markdown or machine-readable JSON.
Thirty-second start
Run it from the root of a JavaScript or TypeScript repository.
npx @aryam/fixmap plan --issue "password reset fails"