Skip to content

bug: web demo sendMail preset overclaims transport as the lesson (still ranks #3) #129

Description

@aryamthecodebreaker

What happened?

The live web demo preset copy for “sendMail throws and password reset emails never arrive” says:

The transport file climbs, and the reason says why: it defines sendMail.

Measured on current sampleRepo + @aryam/fixmap-core/browser:

task transport rank top file
Password reset emails never arrive #4 (score 7) src/email/templates/reset.ts
sendMail throws and … #3 (score 15) src/auth/reset-password.ts

Transport does climb one slot and gains defines task identifiers: sendMail, but:

  1. It never becomes the leading file (still Polish FixMap public launch examples #3).
  2. 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.

FixMap version or commit

v0.7.3 / apps/web/app/demo.tsx presets + sample-repo.ts

Where did this happen?

Web app

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationDocumentation and examples

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions