You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Build FixMap MVP #1 file’s reasons do not mention sendMail — an agent reading only the top hit misses the lesson the preset note advertises.
The page also claims “This is FixMap itself, not a mockup” / “Same result from the CLI”, so misleading preset pedagogy is product-facing.
How can we reproduce it?
Open fixmap-flax.vercel.app (or apps/web demo), select the sendMail preset, or run buildReportFromRepo(sampleRepo, { issueText: "sendMail throws…" }) locally.
What did you expect instead?
Preset note should match the actual ranking (e.g. “transport rises into the top three and is the file whose reason cites sendMail”), or the sample/ranker should be adjusted so transport actually leads when sendMail is named.
What happened?
The live web demo preset copy for “sendMail throws and password reset emails never arrive” says:
Measured on current
sampleRepo+@aryam/fixmap-core/browser:src/email/templates/reset.tssrc/auth/reset-password.tsTransport does climb one slot and gains
defines task identifiers: sendMail, but:The page also claims “This is FixMap itself, not a mockup” / “Same result from the CLI”, so misleading preset pedagogy is product-facing.
How can we reproduce it?
Open fixmap-flax.vercel.app (or
apps/webdemo), select the sendMail preset, or runbuildReportFromRepo(sampleRepo, { issueText: "sendMail throws…" })locally.What did you expect instead?
Preset note should match the actual ranking (e.g. “transport rises into the top three and is the file whose reason cites sendMail”), or the sample/ranker should be adjusted so transport actually leads when sendMail is named.
FixMap version or commit
v0.7.3 /
apps/web/app/demo.tsxpresets +sample-repo.tsWhere did this happen?
Web app