mind-mem AGENTS.md

mind-mem AGENTS.md is an instructions file for Codex, OpenCode from star-ga/mind-mem. It costs 1,002 tokens per session, scanned A, original, Apache-2.0.

An instruction file for the mind-mem project that tells an agent how to retrieve and include project memory before answering. mind-mem is a tool for storing and recalling notes from earlier work.

In plain words
What is it for?
Use it when working on mind-mem so the agent searches recent context before each response and can fetch details from saved observations.
Why use it?
It helps keep responses consistent with recorded decisions, discoveries, bugs, and changes from previous sessions.

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/star-ga/mind-mem/agents-md
Clone the repo
git clone --depth 1 https://github.com/star-ga/mind-mem

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 mind-mem AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/star-ga/mind-mem/agents-md.svg)](https://agentmods.dev/instructions/star-ga/mind-mem/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/star-ga/mind-mem/agents-md"><img src="https://agentmods.dev/badge/instructions/star-ga/mind-mem/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,002 This file is loaded in full into every session.
When invoked 1,002 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 $0.01002 $0.01002
Opus 5 $0.00501 $0.00501
Sonnet 5 $0.00200 $0.00200
Haiku 4.5 $0.00100 $0.00100

Measured 4d ago against content hash 57f524a17da5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mind-mem 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 · 38 lines

How it starts

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

mind-mem: agent instructions (auto-written)

Before every response, run mm context "$QUERY" and prepend the output.

[mind-mem] recent context, 2026-05-09 2:53am PDT

Legend: 🎯session 🔴bugfix 🟣feature 🔄refactor ✅change 🔵discovery ⚖️decision Format: ID TIME TYPE TITLE Fetch details: get_observations([IDs]) | Search: mem-search skill

Stats: 4 obs (1,646t read) | 85,780t work | 98% savings

Apr 21, 2026

6661 9:25p 🟣 mind-mem v3.4.0 Pre-Release Security Hardening The mind-mem v3.4.0 release introduces four new recall modules for enhanced AI memory retrieval. A two-agent security audit identified and fixed six issues before final review: prompt injection via evidence wrapping, missing iteration limits on iterative_retrieve (now capped at 5 rounds, 3 followups, 20 total queries), unsafe follow-up query patterns (now regex-validated), out-of-bounds temporal dates, unsafe object deduplication using id() instead of content fingerprints, and a NameError when sub_queries was empty. The LoCoMo benchmark on conversation-0 jumped from 77.06 to 95.0 with the new features enabled, indicating significant retrieval quality improvements. ~378t 🛠️ 19,507

May 2, 2026

6702 11:17p 🔵 mind-mem v3.8.x Ship Train Complete — 11 Releases Audited The mind-mem v3.8.x release train spanning 10 versions completed the Model Safety Audit theme end-to-end: Ed25519 signing of model manifests, HuggingFace base_model allowlists, MCP tool wrappers for audit/sign/verify, a load-gate registry enforced inside the transformers extractor, CI hooks for auditing pinned models, and a full MIC/MAP Python toolchain for MIND IR serialization. The v3.8.8 release added Hypothesis fuzzing and 26 adversarial DoS tests which caught a real UnicodeDecodeError leak. v3.8.9 added a streaming MICB parser with bounded memory. v3.8.10 added an optional Cython accelerator for hot-path serialization primitives. Social Ingestion was architecturally descoped from mind-mem and moved to the agent layer, recognizing that fetching is an agent concern not a memory concern. Next priorities include v3.9.0 (hash-of-code invalidation, per-byte lineage) and v4.0.0 (sharded Postgres, Kubernetes operator, gRPC, event fan-out). ~519t 🔍 22,157

Read the full file on GitHub · 38 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 · 38 lines · 1,002 tokens per session scan A 57f524a17da5

Subscribe to this mod's changes

mind-mem AGENTS.md is an instructions file published in the GitHub repository star-ga/mind-mem (15 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,002 tokens to every session, about $0.0050 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-30.

Related

Other instructions, from other repositories