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/dimpagk92/cellar/claude-mdgit clone --depth 1 https://github.com/dimpagk92/cellarWrote 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/dimpagk92/cellar/claude-md)<a href="https://agentmods.dev/instructions/dimpagk92/cellar/claude-md"><img src="https://agentmods.dev/badge/instructions/dimpagk92/cellar/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 | $0.01288 | $0.01288 |
| Opus 5 | $0.00644 | $0.00644 |
| Sonnet 5 | $0.00258 | $0.00258 |
| Haiku 4.5 | $0.00129 | $0.00129 |
Grade A, and why
cellar 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.
This is a copy
95% identical to cellar AGENTS.md — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Working Memory
This repository should be built around four layers:
Sources / adaptersCEL OSS contractsCellar/Dilipod runtimeAgents
The durable OSS value is the context/memory/brief/receipt data plane, not one planner and not the live runtime itself.
The product direction is CEL as the context and trust layer for AI-operated software. Agents can plan in many ways; Cellar should make their context, memory, briefs, actions, verifications, and receipts reliable.
Repo Direction
- Sources and adapters should be easy to build and extend.
- OSS CEL should own context snapshots, merge contracts, memory contracts, brief assembly, transport schemas, and receipt schemas.
- The commercial runtime should own live cortex operation, policy, monitoring, compliance, and hosted execution.
- Agents should be pluggable: LangGraph, Mastra, Codex, Claude Code, GPT, Gemini, Cursor, n8n, or future in-house runtimes.
What CEL Owns
cel-context: fused context snapshot and merge contractscel-memory/cel-memory-sqlite: durable memory contract and local backendcel-brief: per-turn LLM brief assembly / budgeting / brief receipts- receipt, event, MCP, CLI, SDK, and N-API schemas
- the split between dispatch proof, model-input proof, and task completion proof
What The Commercial Runtime Owns
- live cortex operation, freshness, diffs, anomalies, source prioritization
- runtime capability reporting
- adapter lifecycle, dispatch, and policy enforcement in production sessions
- audit timelines, retention, alerting, compliance exports, and governance workflows
What CEL Does Not Need To Own Right Now
- one mandatory planner
- one mandatory orchestration runtime
- retry / branching / checkpoint policy as a repo-defining concern
Built-in planners and runners can exist, but they should be treated as clients, examples, or transitional implementations unless proven otherwise.
Boundary Rules
- Keep the agent boundary generic.
- Preserve stable context, action, result, receipt, and adapter contracts.
- Keep improving AX and the shared crates even when an app later gets an adapter.
- Prefer app-specific structured truth in adapters over forcing everything through generic UI perception.
- Do not make LangGraph, Mastra, or any single runtime the identity of the platform.
- Do not design evals so they only make sense for one agent backend.
- Treat
intent -> dispatch -> observed effect -> evidenceas the core trust loop.
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.
- 4d ago First seen · 109 lines · 1,288 tokens per session scan A 907c22f2561e
cellar CLAUDE.md is an instructions file published in the GitHub repository dimpagk92/cellar (4 stars, last pushed 24d ago), licensed Apache-2.0. It adds 1,288 tokens to every session, about $0.0064 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to cellar AGENTS.md, differing in 7 lines, and is treated as a copy.
Other instructions, from other repositories
Codex-Skills AGENTS.md
AGENTS.md instructions for TheGoat395/Codex-Skills, covering repository operating notes, required checks, evidence rules and change hygiene.
vespertide AGENTS.md
AGENTS.md instructions for dev-five-git/vespertide, covering vespertide knowledge base, structure, where to look, data flow and conventions.
aeon CLAUDE.md
Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
mcp-structured-memory CLAUDE.md
Claude Code instructions for nmeierpolys/mcp-structured-memory, a project described as: Structured Memory MCP Server.
agent-website-design-skills AGENTS.md
Instructions for divyanshu-iitian/agent-website-design-skills, covering agent instructions, repository goal, how to use, skill selection and constraints.
inkwell-memory CLAUDE.md
Instructions for veronchenko/inkwell-memory, covering claude.md — inkwellmemory, layout, multi-tenant mode (inkwellmultitenant=1), conventions and testing.