bread CLAUDE.md

Repository instructions that explain what a project contains, which documents to read first, and how its parts fit together.

In plain words
What is it for?
Use them when working in the described repository to understand its structure, dependencies, conventions, and required procedures.
Why use it?
They give new contributors and coding agents the project context and operating rules before they make changes.

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/tjakoen/bread/claude-md
Clone the repo
git clone --depth 1 https://github.com/tjakoen/bread
Per session 2,342 This file is loaded in full into every session.
When invoked 2,342 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.02342 $0.02342
Opus 5 $0.01171 $0.01171
Sonnet 5 $0.00468 $0.00468
Haiku 4.5 $0.00234 $0.00234

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

Security

Grade A, and why

bread 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 3d 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 · 141 lines

How it starts

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

CLAUDE.md — start here

Onboarding + operating rules for any AI (or human) joining this repo. Read this first, then the docs it points to. Keep it accurate: if you change how the project works, update this file too.

What this is

A no-build, server-rendered hypermedia stack and the things built on it. One direction of dependency — each layer builds only on the layers below it:

batch/   BATCH — the substrate (Bun · Addressable · TypeScript · CSS · htmx); no build step
  └─ grain/   GRAIN — an AI-interaction design system + its default theme (the look) + the catalog
       ├─ MILL/               the markdown CMS (LIVE — renders /notes + the layer docs; its OWN reusable project)
       ├─ proof/              PROOF — the AI plan board, a mountable layer (plans-as-markdown → kanban)
       ├─ pantry/             PANTRY — the installable dev-docs + AI cockpit app (`bunx pantry`)
       ├─ tjakoen.github.io/  THE personal-site app + the composition root
       └─ project/            the product — a personal AI assistant; **PAUSED**, docs-only archive

The composition root folded into tjakoen.github.io/ (2026-07-05): the portfolio is now THE app — it wires batch + grain + mill and runs the site; the hero desk is the reference surface where you watch the AI act. The portfolio uses MILL for its markdown content; MILL does not build it. Dependency purity: grain imports nothing from batch except the OpChannel port; MILL depends on both, never the reverse — a new layer above both, not an extension of either.

The defining idea: a UI where every surface is addressable and operable by both a human and an AI through one shared vocabulary, with the AI's presence shown as a visible signal (grain = AI). A human click and an AI decision become the same Intent, flow through one door (POST /intentgrain/ai/interaction-layer.ts), and return as RenderOps pushed over SSE. No privileged AI→DOM back channel.

Fuller detail on each layer, and the paused-project history, is in DOCS.md — the full doc map.

Read the full file on GitHub · 141 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. 3d ago First seen · 141 lines · 2,342 tokens per session scan A 2fa3e443ee4f

Subscribe to this mod's changes

bread CLAUDE.md is an instructions file published in the GitHub repository tjakoen/bread (181 stars, last pushed 14d ago), licensed Apache-2.0. It adds 2,342 tokens to every session, about $0.0117 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.