runecho CLAUDE.md

runecho CLAUDE.md is an instructions file for coding agents from inth3shadows/runecho. It costs 1,023 tokens per session, scanned A, original, MIT.

A set of repository instructions for the RunEcho project, covering symbol checks, release tags, and Git hooks. Git hooks are scripts that run automatically during actions such as pushing code.

In plain words
What is it for?
For checking repository structure with RunEcho, reindexing stale data, enforcing increasing semantic-version tags, and installing the project’s pre-push hook.
Why use it?
It helps developers verify that code references are real and prevents release tags from moving backward, which can break version reporting.

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/inth3shadows/runecho/claude-md
Clone the repo
git clone --depth 1 https://github.com/inth3shadows/runecho

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/inth3shadows/runecho/claude-md.svg)](https://agentmods.dev/instructions/inth3shadows/runecho/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/inth3shadows/runecho/claude-md"><img src="https://agentmods.dev/badge/instructions/inth3shadows/runecho/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,023 This file is loaded in full into every session.
When invoked 1,023 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.01023 $0.01023
Opus 5 $0.00511 $0.00511
Sonnet 5 $0.00205 $0.00205
Haiku 4.5 $0.00102 $0.00102

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

Security

Grade A, and why

runecho 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 · 59 lines

How it starts

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

RunEcho Workflow

  • This repo uses RunEcho as the code-truth source for symbol existence and structural drift questions.
  • Use the runecho MCP server before making claims about what functions, classes, exports, or imports exist.
  • If RunEcho reports stale or missing baseline data, run runecho-ir repo reindex <name> before trusting structural answers.
  • Treat unresolved-symbol findings from runecho-guard as verification stops until they are fixed or intentionally explained.

Release Tags

  • Release tags must be monotonic (vX.Y.Z, semver-increasing) — non-monotonic tags previously broke git describe/version stamping (issue #51).
  • Enforced by a pre-push hook that rejects a tag push that isn't semver-greater than the highest existing tag. Tracked source: githooks/pre-push. Not auto-installed by git — run bash install.sh --hook-pre-push from the repo root on each machine/worktree setup that pushes tags (installs into $(git rev-parse --git-common-dir)/hooks/pre-push).

Git hooks — there are five, from two different installers

Both installers write into $(git rev-parse --git-common-dir)/hooks, which is shared across every worktree of this repo. Knowing which installer owns a hook matters: a change that overwrites one silently disables the other's feature.

Hook Installed by Does
pre-commit runecho-ir installinstallHooks (cmd/runecho-ir/install.go) runs runecho-guard at commit time
post-commit same background runecho-ir repo reindex .
post-merge same version-check --reinstall (freshness), then background runecho-ir repo reindex .
post-checkout same, on branch switches only ($3 == 1) version-check --reinstall (freshness), then background runecho-ir repo reindex .
pre-push bash install.sh --hook-pre-push (githooks/pre-push) rejects a non-monotonic vX.Y.Z tag push

The three reindex hooks are the E6 auto-fresh-IR feature (#20/#21). They keep the IR index current, and every guard answer is computed from that index — so anything that overwrites post-merge or post-checkout degrades the guard silently rather than loudly. The #228 freshness check (auto-reinstall when the installed binary is behind the newest reachable tag) is folded into these SAME two hooks — never a separate installer, which is what collided in #226 — so both features share one hook body: freshness runs first, then the background reindex picks up the just-rebuilt binary.

Read the full file on GitHub · 59 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 · 59 lines · 1,023 tokens per session scan A 4215034915e0

Subscribe to this mod's changes

runecho CLAUDE.md is an instructions file published in the GitHub repository inth3shadows/runecho (0 stars, last pushed 3d ago), licensed MIT. It adds 1,023 tokens to every session, about $0.0051 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-31.