daruma AGENTS.md

daruma AGENTS.md is an instructions file for Codex, OpenCode from r-darwish/daruma. It costs 1,092 tokens per session, scanned A, original, MIT.

Project instructions for Daruma, a tool that stores lessons learned from development work and selects relevant lessons based on the current folder. They cover keeping documentation up to date and how Daruma identifies projects and technologies.

In plain words
What is it for?
Updating README.md and AGENTS.md after changes, and guiding work involving Daruma's project, repository, technology, and global lesson levels.
Why use it?
They give coding agents rules for keeping the project documentation aligned with the code and for understanding how stored lessons are located.

Instructions file for CodexOpenCode

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/r-darwish/daruma/agents-md
Clone the repo
git clone --depth 1 https://github.com/r-darwish/daruma

Made for: Codex, OpenCode.

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 daruma AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/r-darwish/daruma/agents-md.svg)](https://agentmods.dev/instructions/r-darwish/daruma/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/r-darwish/daruma/agents-md"><img src="https://agentmods.dev/badge/instructions/r-darwish/daruma/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,092 This file is loaded in full into every session.
When invoked 1,092 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.1 $0.01092 $0.01092
Opus 5 $0.00546 $0.00546
Sonnet 5 $0.00218 $0.00218
Haiku 4.5 $0.00109 $0.00109

Measured 4d ago against content hash 358e8bd4be81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

daruma AGENTS.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.

AGENTS.md · 74 lines

How it starts

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

Guidelines for AI Coding Agents (AGENTS.md)

Welcome, agent. You are tasked with maintaining or extending Daruma (the contextual lesson-learned MCP). Please adhere to the following tactical guidelines to ensure code quality, system safety, and strict alignment across development cycles.


CRITICAL INSTRUCTION: Dynamic Documentation Updates

[!IMPORTANT] As features, CLI flags, database schemas, or resolver logic are updated or added, you MUST immediately update both README.md and AGENTS.md. Do not leave files lagging behind the actual implementation. State clearly in your PR or walkthrough what updates were made to these documents.


Technical Design Overview

Daruma resolves a developer's directory path into a multi-layered, prioritized coordinate:

  1. Component Layer ((repo, component)): Folder containing descriptor files like go.mod or cargo.toml in the repository tree.
  2. Repository Layer ((repo, 'root')): Root of the repository containing .git or .jj.
  3. Technology Layer (tech): Detected tech stack (e.g. go, rust, python, typescript, docker) based on markers.
  4. Global Layer ('global', 'global'): General, project-agnostic development patterns.

Storage Rules

  • Database resides at ~/.local/share/daruma/daruma.db.
  • Database Concurrency: The SQLite connection must enable WAL (Write-Ahead Logging) mode and use a normal sync flag. This ensures readers do not block writers and vice-versa, allowing safe multi-process local execution.
  • Pure Functions: Ensure database and resolver functions are designed as pure, side-effect-free, easily mockable functions.

Version Control Agnosticism

  • Daruma supports standard Git and Jujutsu (jj).
  • Check if .jj is present in the ancestor tree. If so, invoke jj CLI wrappers instead of git for remote and log operations.

Coding Guidelines

  1. Test-Driven Design:
    • Every core resolver or database capability must have dedicated pytest tests.
    • Use pytest parameterized tests (pytest.mark.parametrize) to enforce exhaustive boundary and type coverage.
  2. Type Hinting: All Python code must utilize modern type annotations (typing.Tuple, typing.Optional, typing.List, etc.).
  3. Dependency Management: Use uv add to inject external dependencies. Keep dependencies strictly to the bare minimum (mcp, click, pytest is the default).
  4. CLI Development: The CLI tool (daruma) must wrap $EDITOR safely. It should write templates to temporary Markdown files and retrieve them only after the process exits successfully.

Read the full file on GitHub · 74 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 · 74 lines · 1,092 tokens per session scan A 358e8bd4be81

Subscribe to this mod's changes

daruma AGENTS.md is an instructions file published in the GitHub repository r-darwish/daruma (0 stars, last pushed 27d ago), licensed MIT. It adds 1,092 tokens to every session, about $0.0055 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.