eddoapp CLAUDE.md

eddoapp CLAUDE.md is an instructions file for coding agents from walterra/eddoapp. It costs 10,524 tokens per session, scanned A, original, Apache-2.0.

A project instruction file for the walterra/eddoapp repository. It documents build, test, lint, formatting, logging, and development-server commands, along with rules for where to run them.

In plain words
What is it for?
Finding the correct commands for building packages, running checks, inspecting logs, and validating commits while avoiding prohibited server-management actions.
Why use it?
It gives coding agents the repository-specific operating rules needed to inspect, build, test, and verify changes correctly.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/walterra/eddoapp/claude-md.svg)](https://agentmods.dev/instructions/walterra/eddoapp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/walterra/eddoapp/claude-md"><img src="https://agentmods.dev/badge/instructions/walterra/eddoapp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 10,524 This file is loaded in full into every session.
When invoked 10,524 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.10524 $0.10524
Opus 5 $0.05262 $0.05262
Sonnet 5 $0.02105 $0.02105
Haiku 4.5 $0.01052 $0.01052

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

Security

Grade A, and why

eddoapp 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 · 1,032 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Build & Test Commands

Commands to run servers

Never run these commands yourself or kill related processes. The user is responsible for running the server. If you need to run or restart one of these commands, ask the user to do it for you.

  • web (client+api): pnpm dev (port 3000)
  • web client dev only: pnpm dev:web-client (port 5173 in dev)
  • web api dev only: pnpm dev:web-api (port 3000, passes through web-client)
  • MCP server dev: pnpm dev:mcp-server
  • Telegram bot dev: pnpm dev:telegram-bot

Root Level

Use these commands for investigating, testing and linting. DO NOT cd into packages. you MUST stay in root and run commands like pnpm test|build from the repo root. CRITICAL: Run pnpm check:commit to verify code before requesting a commit.

  • IMPORTANT: Use pnpm logs:tail to investigate unified logs produced by pnpm dev
  • Build all packages: pnpm build (always run from the repo root, not from individual package dirs)
  • Build for production: pnpm build:production
  • Lint: pnpm lint
  • Format check: pnpm lint:format
  • Commit check (required before commit): pnpm check:commit
  • Format fix: pnpm format
  • Unit tests (default): pnpm test
  • Unit tests only: pnpm test:unit
  • MCP server integration tests: pnpm test:integration:mcp-server (uses vitest with global setup)
  • Agent loop integration tests: pnpm test:integration:agent-loop (uses VCR caching, see below)
  • Agent loop tests (record): pnpm test:integration:agent-loop:record (re-record cassettes)
  • Agent loop tests (playback): pnpm test:integration:agent-loop:playback (CI mode, no API calls)
  • E2E tests: pnpm test:e2e
  • Full test suite: pnpm test:all
  • CI test suite: pnpm test:ci (excludes telegram-bot integration tests)
  • CI test suite with all tests: pnpm test:ci:all (requires ANTHROPIC_API_KEY)
  • Run single test: pnpm vitest:run src/path/to/file.test.ts
  • TypeScript check: pnpm tsc:check
  • MCP server test: pnpm test:mcp-server (this lets you run commands against mcp-server)
  • Check unused dependencies: pnpm knip

Read the full file on GitHub · 1,032 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 · 1,032 lines · 10,524 tokens per session scan A 0f472ccb6a02

Subscribe to this mod's changes

eddoapp CLAUDE.md is an instructions file published in the GitHub repository walterra/eddoapp (58 stars, last pushed 2d ago), licensed Apache-2.0. It adds 10,524 tokens to every session, about $0.0526 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.