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/fthsrbst/mnema/agents-mdgit clone --depth 1 https://github.com/fthsrbst/mnemaWrote 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/fthsrbst/mnema/agents-md)<a href="https://agentmods.dev/instructions/fthsrbst/mnema/agents-md"><img src="https://agentmods.dev/badge/instructions/fthsrbst/mnema/agents-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.01936 | $0.01936 |
| Opus 5 | $0.00968 | $0.00968 |
| Sonnet 5 | $0.00387 | $0.00387 |
| Haiku 4.5 | $0.00194 | $0.00194 |
Grade A, and why
mnema 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 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- mnema CLAUDE.md — 97% identical, 6 lines differ
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mnema — Agent Talimatları
Bu dosya CLAUDE.md ile eş içeriklidir (Codex/opencode gibi AGENTS.md okuyan agentlar için). Birini güncellerken diğerini de güncelle.
Tüm AI agentların ortak hafızası: MCP + REST üzerinden hafıza, RAG, proje mapleri ve agent koordinasyonu. Raspberry Pi 5'te systemd servisi olarak çalışır; istemciler Tailscale/LAN üzerinden bağlanır. Detaylı mimari ve fazlar: PLAN.md.
Komutlar
npm run dev— sunucuyu lokal başlat (http://127.0.0.1:8033)npm run build— tsc → dist/npm run smoke— uçtan uca smoke test (geçici DB ile;GEMINI_API_KEY=boş bırakarak çalıştır)npm run smoke:cloud— SaaS/Cloud smoke paketi (saas-security + tenant + router + rate-store + hosted)npm run eval:context— context kalite regresyonu (gerçek hub DB'sine karşı;HUB_DB_PATHile hedef DB ver)npm run hub -- <komut>— CLI'ı kaynak koddan çalıştır (örn.npm run hub -- status)
Yapı
src/core/— DB (SQLite + sqlite-vec + FTS5), Gemini embedding, chunker, hibrit arama (RRF), memory/document/project/session/presence işlemleri. Sunucudan bağımsız, saf kütüphane.src/server/— Express:/mcp(Streamable HTTP, stateless),/api(REST),/health. Auth:HUB_AUTH_TOKENS(scope'lu tokenlar) veya legacyHUB_TOKEN; ikisi de boşsa kapalı (local_dev).src/saas/— hosted Cloud profili: Supabase JWT doğrulama, Postgres RLS tenancy, Paddle billing, Valkey rate-limit. Community (self-host) kodundan izole.src/cli/—hubkomutu. REST üzerinden konuşur.hub recall --hook(UserPromptSubmit) vehub bridge --hook(SessionStart) Claude Code hook'larıdır: sessizce başarısız olur.hub syncskill/MCP/kural dosyalarını cihaza dağıtır (~/.claude/CLAUDE.md, ~/.config/opencode/AGENTS.md, ~/.codex/AGENTS.md yönetilen blokları dahil).skills/,prompts/— DB authority (assetstablosu). Bu klasörler yalnızca ilk kurulum SEED'idir; sonraki yazımlar (skill_save) DB'ye düşer ve sync ile yayılır — git gerekmez.- Agent presence (
agent_presencetablosu,src/core/presence.ts) — advisory koordinasyon, KİLİT DEĞİL. Aşağıdaki "Agent koordinasyon protokolü"ne bak. - Ortak MCP sunucu kayıt defteri (
mcp_serverstablosu,src/core/mcp-registry.ts) — hangi MCP sunucuların kullanılacağı hub'dan yönetilir; yazımlar sync ile tüm cihazlara yayılır.hub mcp-serverslisteler; MCPmcp_server_register/list/get/deleteveya REST/api/mcp-serversyazar. env/headers düz metin senkronlanır — secret koymayın. evals/— context_get golden suite; kanonik canlı bilgi durumuna (proje: mnema) karşı yazılır.deploy/— Pi kurulum/güncelleme/yedek scriptleri + systemd unit;deploy/cloud/hosted compose.- Agent Intelligence Platform (
src/core/tasks.ts,capabilities.ts,messaging.ts,hygiene.ts,compaction.ts,learning.ts,worker.ts,webhooks.ts) — görev kuyruğu, agent yetenek kaydı, agent-agent mesajlaşma, hafıza hijyeni, bilgi sıkıştırma, ders çıkarma, webhook'lar ve async job kuyruğu. Detay ve tam MCP tool listesi:docs/agent-platform.md.
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.
- 3d ago First seen · 85 lines · 1,936 tokens per session scan A 3639b624dd2e
mnema AGENTS.md is an instructions file published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 3d ago), licensed MIT. It adds 1,936 tokens to every session, about $0.0097 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
siyuan AGENTS.md
AGENTS.md instructions for siyuan-note/siyuan, covering agents.md, 1. non-negotiable constraints, do not hand-edit, verification and prohibited operations and 2. project-specific rules.
veritas-kanban AGENTS.md
Instructions for BradGroux/veritas-kanban, covering agents.md — canonical agent instructions for veritas kanban, runtime requirements, repository layout, essential commands and install.
ima2-gen AGENTS.md
Instructions for lidge-jun/ima2-gen, covering ima2-gen — ai context, what this project does, tech stack, project structure and agent skills (packaged).
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
paxm AGENTS.md
Instructions for pax-beehive/paxm, covering paxm 开发要求, git 与协作, 架构边界, 代码与验证 and 文档与发布.
engraphis CLAUDE.md
Instructions for Coding-Dev-Tools/engraphis, covering claude.md, the one rule that prevents most mistakes, before you say "done" — run the canonical gate, slash commands available here and working style in this repo.