DashClaw CLAUDE.md

DashClaw CLAUDE.md is an instructions file for coding agents from ucsandman/DashClaw. It costs 3,516 tokens per session, scanned A, original, MIT.

Project instructions for DashClaw, an AI-agent governance runtime that records decisions and enforces policies.

In plain words
What is it for?
Running the development server, linting, type-checking, testing, building the application, and applying database migrations.
Why use it?
They list the project's required commands and verification rules so changes are checked for lint errors, type errors, test failures, and build problems.

Instructions 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.

agentmods
npx agentmods add instructions/ucsandman/dashclaw/claude-md
Clone the repo
git clone --depth 1 https://github.com/ucsandman/DashClaw

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 DashClaw CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ucsandman/dashclaw/claude-md.svg)](https://agentmods.dev/instructions/ucsandman/dashclaw/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ucsandman/dashclaw/claude-md"><img src="https://agentmods.dev/badge/instructions/ucsandman/dashclaw/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,516 This file is loaded in full into every session.
When invoked 3,516 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.03516 $0.03516
Opus 5 $0.01758 $0.01758
Sonnet 5 $0.00703 $0.00703
Haiku 4.5 $0.00352 $0.00352

Measured 4d ago against content hash 311e31f6c1d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

DashClaw CLAUDE.md 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 4d 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.

CLAUDE.md · 172 lines

How it starts

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

DashClaw (v2 Governance Runtime)

DashClaw is AI agent decision infrastructure: a focused control plane for policy enforcement, decision recording, assumption tracking, and risk signals.

Commands

npm run dev          # local dev server (port 3000)
npm run lint         # eslint
npm run typecheck    # tsc --noEmit — required for any changed .ts file, even outside app/
npm test             # vitest; one file: npm test -- <file> (full suite before push: npx vitest run)
npm run build        # next build — required for any change under app/**
npm run db:migrate   # apply pending schema to local DB (auto-loads .env.local; idempotent)

All other scripts stay in package.json; add one here only when the agent keeps needing it.

Verify before you commit

CLAUDE.md is advisory; CI is not. A push is its own step - run these and READ the output first:

  • npm run lint
  • npx vitest run - the full suite (targeted runs miss regressions in unrelated files)
  • npx next build - required for any change under app/**
  • For any changed .ts file (even outside app/), run npm run typecheck before pushing - vitest transpiles without type-checking and will pass; the build runs tsc and will not.
  • Entry-path drills (v8.3, scripts/drills/README.md): a release touching cli/**, scripts/setup.mjs, or the up path runs npm run drill:fresh-windows (and/or drill:fresh-linux) first; one touching hosted mint/export/import runs npm run drill:hosted. A drill failure is a broken ship - fix on the spot, log it in the maintainer log. These test the DISTRIBUTION path on factory-fresh machines; CI's up-smoke.yml (from-source, dev-imaged runners) does not cover that class.

CI also gates openapi:check, api:inventory:check, route-sql:check, and version:check. The pre-commit hook lints staged JS/TS, typechecks when a staged file is .ts/.tsx, and regenerates the doc/contract/bundle artifacts for you (see "Generated artifacts").

Session discipline (from usage-log audit, 2026-08-03):

Read the full file on GitHub · 172 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. 4d ago First seen · 172 lines · 3,516 tokens per session scan A 311e31f6c1d6

Subscribe to this mod's changes

DashClaw CLAUDE.md is an instructions file published in the GitHub repository ucsandman/DashClaw (295 stars, last pushed today), licensed MIT. It adds 3,516 tokens to every session, about $0.0176 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.