Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Send us a transcript where backcheck got it wrong

Aperta Adatta ai principianti
#6 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
72/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
rust
Ambito
cli, testing-qa

Direzione di ricerca

Inizia con il pattern pertinente in src/claims.rs, in particolare is_hedged() e is_negated(), quindi riproduci il verdetto falso con una fixture JSONL minima e sanificata in tests/fixtures/. Esegui backcheck -f your-fixture.jsonl --json e aggiungi un test di regressione che mostri che l’affermazione segnalata viene classificata come previsto senza causare un eccesso di corrispondenze.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

accuracy false-negative false-positive help wanted

backcheck is only worth installing if you trust its verdicts. A hook that fires on honest work
gets uninstalled within a day, and then it protects nobody.

So the most valuable thing you can contribute is a case where it was wrong.

Two kinds of wrong

False positive — it flagged work that was fine. This is the expensive kind. Examples we
already fixed this way:

  • runners invoked through a virtualenv path (.venv/bin/python -m pytest) were invisible, so
    genuine runs looked like no run at all
  • the shell builtin test -f was counted as a test run, which could hide a missing suite
  • "Ruff passes with no warnings" was read as a negated sentence and skipped

False negative — an agent claimed something it had not done and backcheck stayed quiet.
Usually an unrecognised runner (#3) or a claim phrasing the patterns miss.

How to report one

Please do not attach a raw transcript. They contain your source, your paths, and sometimes
your credentials.

Send the smallest JSONL that reproduces it, with everything sensitive replaced. Three lines is
usually enough, and it can go straight into tests/fixtures/ as a regression test:

{"type":"assistant","message":{"content":[{"type":"tool_use","id":"t1","name":"Bash","input":{"command":"<command>"}}]}}
{"type":"user","toolUseResult":{"stdout":"<output>","stderr":"","interrupted":false},"message":{"content":[{"type":"tool_result","tool_use_id":"t1","content":"<output>"}]}}
{"type":"assistant","message":{"content":[{"type":"text","text":"<what the agent claimed>"}]}}

Then run backcheck -f your-fixture.jsonl --json and paste the output along with what you
expected instead.

There is an issue template for this: 🎯 Wrong verdict.

Claim phrasings we know are missed

Patterns live in src/claims.rs. Known gaps:

  • non-English summaries
  • emoji-only status (✅ tests with no verb)
  • markdown tables reporting per-check status
  • "everything is green", "CI is happy", "all clear"
  • claims about coverage thresholds
  • claims split across sentences ("Ran the suite. Everything passed.")

Each of those is a pattern plus a test, and the guard against over-matching is the interesting
part — see is_hedged() and is_negated().

Lingua principale
Rust
Stelle
0
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di VectorInstitute/backcheck

Tutte le issue di VectorInstitute/backcheck

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.