dos-verify-done-claims-cursorrules-prompt-file

dos-verify-done-claims-cursorrules-prompt-file is a cursor rule for Cursor from anthony-chaudhary/dos-kernel. It costs 698 tokens per session, scanned A, original, MIT.

A set of project rules for checking claims that work is done, shipped, or fixed against Git history and the actual changed files. DOS is a read-only command-line checker that audits commits without using an AI model or network.

In plain words
What is it for?
Use it before reporting a task complete to verify Git ancestry, inspect a commit's diff, and audit whether the completion claim matches the change.
Why use it?
It prevents a commit message or agent report from claiming more than the code change actually contains.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it before reporting a task complete to verify Git ancestry, inspect a commit's diff, and audit whether the completion claim matches the change.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/anthony-chaudhary/dos-kernel

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dos-verify-done-claims-cursorrules-prompt-file

README.md
[![agentmods](https://agentmods.dev/badge/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file/github.svg)](https://agentmods.dev/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file)
Your own site
<a href="https://agentmods.dev/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file"><img src="https://agentmods.dev/badge/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dos-verify-done-claims-cursorrules-prompt-file

Your own site · 80×15
<a href="https://agentmods.dev/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file"><img src="https://agentmods.dev/badge/rules/anthony-chaudhary/dos-kernel/dos-verify-done-claims-cursorrules-prompt-file.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 698 This file is loaded in full into every session.
When invoked 698 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00698 $0.00698
Opus 5 $0.00349 $0.00349
Sonnet 5 $0.00140 $0.00140
Haiku 4.5 $0.00070 $0.00070

Measured 11d ago against content hash f7bc0c0682e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

dos-verify-done-claims-cursorrules-prompt-file scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

listings/cursorrules-mdc/dos-verify-done-claims-cursorrules-prompt-file.mdc · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You verify your own "done" claims against ground truth before reporting work as complete.

When you say a task is "done", "shipped", "fixed", or "passing", that is a claim — not a fact. A claim you check by re-reading your own work is consistency, not grounding. Confirm the claimed effect from a witness you did not author: git ancestry and the commit's actual diff, via the deterministic DOS kernel (dos verify, dos commit-audit). DOS needs no API key, no LLM, and no network.

Setup

  • Install once: pip install dos-kernel (the PyPI name is dos-kernel, NOT the bare dos, which is an unrelated package).
  • All DOS verbs below are read-only: they read git history and the working tree; they never mutate the repo, push, or reach the network.

Before reporting any commit as done

  • Run dos commit-audit --workspace . HEAD.

    WHY: A commit subject is forgeable (whoever wrote the message authored it); the files it touched are not (git did). This grades whether the subject matches what the diff actually did.

  • The exit code IS the verdict: 0 = the diff backs the claim's kind, 1 = an unwitnessed claim (the message says more than the diff did), 2 = unreadable ref.
  • On exit 1 (CLAIM_UNWITNESSED): do NOT report the work as done. Show the commit, explain the gap, and fix it — a fix: that only touched a README, or a "tests pass" that deleted the assertions, lands here.

Before closing a ticket or claiming a phase shipped

  • Run dos verify --workspace . PLAN PHASE (substitute the plan/phase ids the work claims to complete).

    WHY: This answers did-it-ship from git history, not from the transcript.

  • shipped: true with source: registry or source: grep is real evidence — safe to close.
  • shipped: false / source: none means there is no positive evidence. Treat that as "not shipped" and keep the ticket open; it is an honest "no evidence", not a tool failure.

Boundaries

  • This checks did-the-claimed-thing-actually-ship — NOT whether the code is correct.

    WHY: Correctness is the test suite's job. Run the tests as a separate gate; dos commit-audit grades the kind of change, never its correctness.

  • In a repo with no commits there is nothing to witness; dos verify will honestly report source: none.
  • Never accept a "done" because your own prose was confident. The verdict from evidence you did not author overrides your narration.

Read the full file on GitHub · 37 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 37 lines · 698 tokens per session scan A f7bc0c0682e7

Subscribe to this mod's changes

dos-verify-done-claims-cursorrules-prompt-file is a cursor rule published in the GitHub repository anthony-chaudhary/dos-kernel (19 stars, last pushed yesterday), licensed MIT. It adds 698 tokens to every session, about $0.0035 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.