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/rebel0789/memory-recall/agents-mdgit clone --depth 1 https://github.com/rebel0789/Memory-RecallWrote 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/rebel0789/memory-recall/agents-md)<a href="https://agentmods.dev/instructions/rebel0789/memory-recall/agents-md"><img src="https://agentmods.dev/badge/instructions/rebel0789/memory-recall/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.01577 | $0.01577 |
| Opus 5 | $0.00788 | $0.00788 |
| Sonnet 5 | $0.00315 | $0.00315 |
| Haiku 4.5 | $0.00158 | $0.00158 |
Grade A, and why
Memory-Recall 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 today.
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 — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Operating Manual for Coding Agents
Mission
Develop Memory Recall into the local-first, model-neutral repository memory and context tool for coding agents. Optimize for correctness, evidence, portability, and safe evolution, not feature count or autonomous behavior.
Read order before changing code
ASSIGN_TO_AGENT.mdPROJECT_STATUS.jsonPRODUCT.mdDESIGN.mdfor UI workdocs/architecture/overview.md- nearest directory-level
AGENTS.md - relevant schema in
packages/protocol/schemas/ - task bundle from
npm run task -- <OAF-ID> - relevant threat-model section
Do not load all research notes or every skill into context. Retrieve only what the task needs.
Current reality
Implemented as a reference bootstrap
- local HTTP control API,
- responsive static product shell,
- file-backed local state and append-only run event projection,
- Context Compiler and deterministic model gateway,
- cancellable embedded workflow runner with event checkpoints,
- policy, evidence, memory-write, and tool-registry primitives,
- native SQLite/FTS5 memory and content-addressed artifact providers,
- optional loopback-only Ollama provider,
- portable Agent Packs, safe replay plans, and learning proposals,
- provider ports and disabled integration conformance fixtures,
- synthetic Content Intelligence workflow,
- tests, protocol compatibility fixtures, and evaluations.
Specified but pending
- PostgreSQL runtime store,
- durable workflow adapter,
- production authentication,
- real network connectors,
- external publishing,
- production frontend framework,
- signed adapter and skill distribution.
Never describe a specified feature as implemented. Check PROJECT_STATUS.json.
Commands
npm run bootstrap
npm run status
npm run task -- <OAF-ID>
npm run dev
npm run demo
npm run protocol:validate
npm run native:smoke
npm test
npm run eval
npm run check
npm run ci
Agent skills
Issue tracker
Issues are tracked in GitHub Issues for rebel0789/Memory-Recall; local markdown under .scratch/ may be used for offline or scratch drafts. External PRs are a triage surface. See docs/agents/issue-tracker.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.
- today First seen · 186 lines · 1,577 tokens per session scan A b76296853d5c
Memory-Recall AGENTS.md is an instructions file published in the GitHub repository rebel0789/Memory-Recall (8 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,577 tokens to every session, about $0.0079 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-09-04.
Other instructions, from other repositories
sverklo CLAUDE.md
Instructions for sverklo/sverklo, covering sverklo development, using sverklo tools, project structure and build & test.
memex AGENTS.md
Instructions for iamtouchskyer/memex, covering memex — agent working instructions, what is this, before you touch anything, how the code is layered and files you'll actually need.
agentmako AGENTS.md
Instructions for drhalto/agentmako, covering mako mcp usage, operating model, default workflow, fast batches and freshness.
cortex-hub CLAUDE.md
Instructions for lktiep/cortex-hub, covering cortex hub — claude code instructions, quick start (mandatory), tech stack, code conventions and how to use cortex tools.
brain-os AGENTS.md
Instructions for brainOS-HQ/brain-os, covering agents.md, context, the hard rule, tool routing (in order) and mutation safety.
gnosys AGENTS.md
AGENTS.md instructions for proticom/gnosys, covering agents.md, what is gnosys, quick reference, architecture and key rules.