Verify claims about things other than tests: migrations, deploys, docs, dependencies
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- rust
- Domain
- devtools, testing-qa
Research direction
Start with ClaimKind and all_patterns() in src/claims.rs, then trace evidence collection in src/evidence.rs and verification in src/verify.rs. Choose one claim, add its evidence handling and verifier, and add tests for both supported evidence and missing or hedged evidence, including the output line used for the verdict.
Written by the indexing model from the issue text.
Description
The claim taxonomy in src/claims.rs covers tests, type checks,
lint, build, commit, push, and file writes. Agents routinely assert plenty else, and each of
these has recorded evidence that could back or refute it.
Each item below is a self-contained contribution: one claim pattern, one verifier, two tests.
- "I ran the migration" — evidence:
alembic upgrade,prisma migrate,rails db:migrate,
django manage.py migrate, and what they printed - "I installed the dependency" — evidence: a package-manager command and the manifest
actually changing (package.json,pyproject.toml,Cargo.toml) - "I updated the docs" — evidence: a write to a docs path; flag "documented in the README"
when the README was never touched - "I deployed" / "it's live" — evidence: a deploy command that succeeded
- "I reverted that" — evidence:
git revert/git checkout/git restore, or an edit
restoring the earlier content - "I removed the debug logging" — evidence: no
console.log/print/dbg!remains in
the added lines. This one is checkable directly from the edit payloads. - "the endpoint returns 200" — evidence: a
curl/httpiecall and its status - "I opened a PR" — evidence:
gh pr createand the URL it printed - "no secrets were committed" — evidence: added lines containing key-shaped strings
How to add one
- Add a variant to
ClaimKindand a pattern inall_patterns(). - Extend the evidence ledger in
src/evidence.rsif the
evidence is not already collected. - Add a match arm in
src/verify.rsreturning a verdict and the
line of output it rests on. - Test both directions: the claim with evidence, and the claim without.
The trap to avoid
The patterns must reject intentions and hypotheticals. "I'll run the migration next" and "once
the migration runs" are not claims, and matching them makes the tool noisy enough that people
turn it off. is_hedged() and is_negated() exist for exactly this — extend them alongside any
new pattern, and add a test proving the hedged form is ignored.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from VectorInstitute/backcheck
-
accuracy false-negative false-positive help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
good first issue help wanted runner
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
accuracy enhancement help wanted
Difficulty 5/5 Over a week Newbie friendliness 32/100
VectorInstitute/backcheck#11 ·
-
enhancement good first issue help wanted
Difficulty 4/5 3-5 days Newbie friendliness 55/100
VectorInstitute/backcheck#10 ·
-
accuracy enhancement help wanted
Difficulty 4/5 3-5 days Newbie friendliness 50/100
All issues in VectorInstitute/backcheck
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug team:backend track:services-maintenance
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
cowprotocol/services#4950 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·