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.
npx agentmods add instructions/fayzan123/rungraph/claude-mdgit clone --depth 1 https://github.com/fayzan123/rungraphWrote 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.
[](https://agentmods.dev/instructions/fayzan123/rungraph/claude-md)<a href="https://agentmods.dev/instructions/fayzan123/rungraph/claude-md"><img src="https://agentmods.dev/badge/instructions/fayzan123/rungraph/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.04826 | $0.04826 |
| Opus 5 | $0.02413 | $0.02413 |
| Sonnet 5 | $0.00965 | $0.00965 |
| Haiku 4.5 | $0.00483 | $0.00483 |
Grade A, and why
rungraph 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.
rungraph — project instructions
Zero-setup, agent-first visualizer for AI agent runs: npx rungraph reconstructs Claude Code sessions + Workflow runs from ~/.claude/projects native transcripts (post-hoc, no hooks) into an interactive directed agentic graph, with live tail via file watching.
Current state
- Specs (source of truth, read before any work):
docs/superpowers/specs/2026-08-11-rungraph-design.md— v1 architecture.docs/superpowers/specs/2026-08-11-frontend-navigation-design.md— canvas navigation.docs/superpowers/specs/2026-08-12-signal-and-focus-layer-design.md— signals, focus, files, MCP.docs/superpowers/specs/2026-08-20-opencode-adapter-design.md— the opencode adapter,src/sqlite.js, and the coreIRNode.revertedfield.docs/superpowers/specs/2026-08-20-mcp-install-loop-design.md—src/clients.js, multi-client--install/--check, the launch resolver and theservenudge. Read its Implementation amendments section: two of its ground-truth claims were falsified by re-probing during the build, and the code follows the probe, not the spec.docs/superpowers/specs/2026-08-20-cursor-adapter-design.md— the Cursor adapter (one adapter, two stores), the key-name redaction rule insrc/secrets.js, and the first genuine paste-tier client. Read its Implementation amendments and the §14 calibration record: the build deviated from the spec's letter in fifteen recorded places — four from the build, eleven from the 53-agent adversarial review after it.docs/superpowers/specs/2026-08-23-session-replay-design.md— session replay: the additive call-level timing contract (callOffsets, toolendedAt),src/timeline.js, the replay bar, the moment-aware canvas/inspector/strip/minimap, playback as a fixed-speed time-lapse, the follow-camera, live detach, thet=deep link, the agent hook and the landing-page chip. Read its Implementation amendments: the playhead's stored identity gained a tie ordinal (k) because real runs put many events on one millisecond, and a leading untimed node materializes with its successor rather than at epoch zero.
- Session replay is implemented (2026-08-24): every adapter with a per-call clock emits
callOffsetsand toolendedAt(Cursor CLI has none and emits neither — asserted), the signals snapshot was byte-identical before and after (tool groups still carry nodurationMs, so the outlier population did not move), and the dashboard'srkey opens the bar.deriveSignalsis untouched; replay only reveals signals at their completion. - v1 and the signal & focus layer are implemented. Scanner, adapter, IR, CLI, server,
live-tail watcher, the Preact frontend,
deriveSignals, file attribution, the FocusSet spine, andrungraph mcpall ship. - Five adapters ship, and five clients: claude-code, codex, hermes, opencode, cursor. The
last three read SQLite through the shared
src/sqlite.jsand need Node ≥ 22.13; on older Nodes they self-disable with a structured warning, and only when a database actually exists to be skipped. Cursor is two stores under one adapter — the IDE's globalstate.vscdb(every project's conversations in one key-value table) andcursor-agent's per-chatstore.db(a content-addressed blob store whose conversation order lives in a protobuf root snapshot) — because the rail should show one vendor for one product. Refs carrysurface: 'ide' | 'cli'; the scan root array holds both roots and the adapter classifies each by shape. No Cursor field says whether a tool call succeeded (a refused command isstatus: completed), sooutcome.jsis a calibrated classifier shared by both surfaces.
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.
- 6d ago First seen · 244 lines · 4,826 tokens per session scan A 72d1a95c5268
rungraph CLAUDE.md is an instructions file published in the GitHub repository fayzan123/rungraph (25 stars, last pushed 12d ago), licensed MIT. It adds 4,826 tokens to every session, about $0.0241 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.
Other instructions, from other repositories
lmnr CLAUDE.md
Claude Code instructions for lmnr-ai/lmnr, covering claude.md, project overview, repository structure, development commands and frontend (next.js).
chp-core AGENTS.md
AGENTS.md instructions for capabilityhostprotocol/chp-core, covering agents.md — capability host protocol, three invariants you must never violate, key commands, fast test suite (6s) and full test suite.
chp-core CLAUDE.md
Claude Code instructions for capabilityhostprotocol/chp-core, covering claude.md, commands, tests, install chp hooks into claude code (posttooluse + stop) and policy.
langgraph AGENTS.md
AGENTS.md instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.
openstatus AGENTS.md
AGENTS.md instructions for openstatusHQ/openstatus, covering agents.md, verify your change, toolchain, architecture and tests.
hatch3r CLAUDE.md
Claude Code instructions for hatch3r/hatch3r, covering hatch3r — development instructions, architecture, development commands, two-axis pillar framework (2.0.0) and orchestrator self-discipline (bypass protection).