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/lrgendie/symphony/claude-mdgit clone --depth 1 https://github.com/lrgendie/symphonyWrote 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/lrgendie/symphony/claude-md)<a href="https://agentmods.dev/instructions/lrgendie/symphony/claude-md"><img src="https://agentmods.dev/badge/instructions/lrgendie/symphony/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.01497 | $0.01497 |
| Opus 5 | $0.00749 | $0.00749 |
| Sonnet 5 | $0.00299 | $0.00299 |
| Haiku 4.5 | $0.00150 | $0.00150 |
Grade A, and why
symphony 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Symphony Proje Anayasası
Bu repoda çalışan her AI modeli (Fable, Opus, Sonnet, yerel model) için bağlayıcı talimatlar. Bu belge, projenin tasarımı Fable 5 ile yapılırken yazıldı; buradaki kurallar daha zayıf bir modelin bile mimariyi bozmadan katkı verebilmesi içindir.
Proje nedir?
Symphony: yerel (Ollama) + bulut (Claude/GPT/Gemini) LLM'leri ve kod agent'larını tek
daemon'dan yöneten, Win/mac/ARM çapraz platform orkestrasyon sistemi. Terminal (symphony)
ve masaüstü (Tauri) aynı daemon'a bağlı iki eş zamanlı arayüzdür.
Her oturumda ilk iş
memo/DURUM.mdoku → kaldığımız yer ve sıradaki adım orada.memo/BAGLAM.mdoku → dosya haritası + "görev → ne okumalı" tablosu orada. Geniş kod taraması yapma; yalnız o oturumda dokunacağın dosyaları, haritadan bulup hedefli oku (token bütçesi kuralları BAGLAM.md sonunda).- Oturum sonunda:
memo/DURUM.md+ (yapısal değişiklik olduysa)memo/BAGLAM.mdgüncelle +memo/oturumlar/YYYY-AA-GG.mdgünlüğü yaz. (Commit+push'u SessionEnd hook'u otomatik yapar; elle yapıyorsan mesaj formatı:oturum: ...)
Belge haritası
| Belge | İçerik | Ne zaman bak |
|---|---|---|
ROADMAP.md |
Fazlar, kabul testleri | Yeni faza başlarken |
docs/PROTOKOL.md |
WS/REST protokol spesifikasyonu | shared/core/cli/ui'ye dokunmadan önce mutlaka |
docs/SPEC-AGENT.md |
Agent motoru + izin sistemi şartnamesi | Faz 3+ işlerinde mutlaka |
docs/kararlar/KARARLAR.md |
Mimari kararlar ve gerekçeleri (ADR) | Teknoloji değiştirmek istediğinde |
docs/GEREKSINIMLER.md |
Kütüphane envanteri, dizin planı | Bağımlılık eklerken |
docs/TASARIM.md |
Görsel dil, palet, "yaşayan arayüz" vizyonu | Arayüz (ui/desktop) görsel işinde mutlaka |
Dokunulmaz kurallar
- Protokol kutsaldır. CLI ve UI, daemon'la YALNIZCA
packages/shared'daki tiplerle konuşur. Yeni mesaj/olay eklemek = öncedocs/PROTOKOL.mdgüncelle, sonrashared'a zod şeması ekle, sonra kullan. Şeması olmayan mesaj gönderilemez. - Mimari kararlar ADR'siz değişmez. "Electron'a geçelim", "LangChain kullanalım" gibi bir
değişiklik yapmadan önce
docs/kararlar/KARARLAR.md'deki ilgili kaydı oku; reddedilme gerekçesi hâlâ geçerliyse değiştirme. Değiştireceksen önce ADR'ye yeni kayıt yaz. - API anahtarı asla dosyaya/koda/loga yazılmaz. Anahtarlar OS keychain'inde (keytar).
providers.jsonyalnızca anahtar-DIŞI yapılandırma içerir. - Temperature varsayılanı 0'dır. Agent tanımında açıkça belirtilmedikçe yükseltilmez.
- Test geçmeden iş bitmiş sayılmaz. Her yeni özellik Vitest testiyle gelir; fazın ROADMAP'teki kabul testi geçmeden faz kapanmaz.
- Agent izinsiz dosya değiştiremez / komut çalıştıramaz. İzin akışı
docs/SPEC-AGENT.md'de; bu akışı atlayan kısayol ekleme. - Dikey dilim. Uçtan uca çalışmayan 3 haftalık altyapı işi açma; her adım çalışan bir şey bırakır.
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 · 80 lines · 1,497 tokens per session scan A ea50b6eb69d9
symphony CLAUDE.md is an instructions file published in the GitHub repository lrgendie/symphony (2 stars, last pushed 1mo ago), licensed MIT. It adds 1,497 tokens to every session, about $0.0075 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
1flowbase AGENTS.md
AGENTS.md instructions for taichuy/1flowbase, covering 记忆, 用户偏好, 本项目相关skill在, 本项目 skills and 质量控制.
nextclaw AGENTS.md
AGENTS.md instructions for Peiiii/nextclaw, covering nextclaw ai 常驻内核, 产品愿景, 沟通与推进, 深思与目标模式 and 协作与 git 安全.
moonproxy-desktop AGENTS.md
AGENTS.md instructions for MoonProxyHQ/moonproxy-desktop, covering moonproxy, 功能, 技术栈, 目录结构 and 配置与数据存储.
code-by-wire CLAUDE.md
Instructions for luojiahai/code-by-wire, covering claude.md, development, website, architecture and code style.
markra AGENTS.md
AGENTS.md instructions for markrahq/markra, covering markra engineering guidelines, package management, tech stack, code organization and codemirror editor invariants.
Token-Dashboard CLAUDE.md
Instructions for Arylmera/Token-Dashboard, covering claude.md, project overview, status, architecture and data source.