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/eslider/2dph/agents-mdgit clone --depth 1 https://github.com/eSlider/2dphWhat 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.03756 | $0.03756 |
| Opus 5 | $0.01878 | $0.01878 |
| Sonnet 5 | $0.00751 | $0.00751 |
| Haiku 4.5 | $0.00376 | $0.00376 |
Grade A, and why
2dph 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — 2dph (deductionphile)
Evidence-first brain over the ops/eSlider stack. Facts need proof or they are
(not confirmed).
Read first: PLAN → docs → roadmap. Standards epic: #88.
Work — Gitea only (MUST)
- Canonical home:
git.produktor.io/eSlider/2dph. Allgithub.com/eSlider/go-*libraries are owned; their working home is Giteagit.produktor.io/eSlider/<repo>([#101]). GitHub is a publish mirror only. Issues, PRs, reviews, epics, milestones, releases exist only on Gitea — never on GitHub. - GitHub = showroom (rule #190): nothing non-project lands on the GitHub
mirror — no sales/offer material, no internal paths/hosts/ports, no
host-specific docs. Before pushing a branch/tag to GitHub, verify the diff
is project content (like the #142 gitleaks scan, but by content too).
A leaked feature is purged from GitHub history with
git filter-repo(precedent #152/#190); Gitea stays the canonical home. - Git transport (current truth, #81/#73): git ops are HTTPS + token
only — the Gitea SSH deploy-key (
:222) is broken on write (#73 closed as obsoleted by this). Issues/PRs via the tea CLI (API basehttps://git.produktor.io, token in~/.tea/tea.yml). Some local checkouts still pointoriginat the SSH:222key, which is broken on write — resetoriginto the HTTPS+token URL or push via tea. Never embed a token in a remote URL — credentials live in~/.tea/tea.yml/ credential helpers. - Every task starts as a Gitea issue на русском. Epics group child issues;
milestones are sprints. Agents report progress as issue comments like senior
engineers and close issues via commit refs (
(#id)). - Roles: PO owns priorities, acceptance and dispatch; SE sub-agents implement TDD-style against one issue each; sync happens through Gitea only.
- Branches
type/slug#<issue>; Conventional Commitstype(scope): summary (#id)(feat|fix|refactor|chore|docs|test). PR → review → CI green → merge intomain(single line,#213). No direct pushes tomain. - SemVer tags on Gitea after merge:
fix:→PATCH,feat:→MINOR, breaking (!)→MAJOR; next version computed by the semver tool.
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.
- 2d ago First seen · 245 lines · 3,756 tokens per session scan A 7519b44f5ca2
2dph AGENTS.md is an instructions file published in the GitHub repository eSlider/2dph (2 stars, last pushed 3d ago), licensed MIT. It adds 3,756 tokens to every session, about $0.0188 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.
Other instructions, from other repositories
Muninn GEMINI.md
Gemini CLI instructions for wjohns989/Muninn, covering muninn mcp — sota+ development context, 🚀 sota+ development philosophy, 🛠 operational guidelines (always-on), 🏗 system architecture and 📂 project structure.
fortemi CLAUDE.md
Claude Code instructions for Fortemi/fortemi, covering matric memory, ci/cd, gitea actions workflows, monitoring builds and check recent runs via mcp.
fortemi AGENTS.md
AGENTS.md instructions for Fortemi/fortemi, covering agents.md, framework context, tier 1 / tier 2 / tier 3 loading model, tier 2 capability map and agents.
book-brain AGENTS.md
Instructions for xjli1972/book-brain, covering agents.md — operating the book-brain, what the brain is, how to grow the brain, how to query and trust boundary.
mcp-skillset CLAUDE.md
Instructions for bobmatnyc/mcp-skillset, covering claude ai assistant - project context, linear project, workflow guidelines, ticket management and quick links.
m_flow AGENTS.md
AGENTS.md instructions for FlowElement-xinliuyuansu/m_flow, covering m-flow — developer & agent reference, 1. repository map, extension points, 2. local development and python backend (requires python 3.10 – 3.13).