zenbrain AGENTS.md

zenbrain AGENTS.md is an instructions file for Codex, OpenCode from zensation-ai/zenbrain. It costs 1,133 tokens per session, scanned A, original, Apache-2.0.

A project instruction file for ZenBrain, a zero-dependency memory system for AI agents that models how memories are learned, recalled, and forgotten.

In plain words
What is it for?
Working on ZenBrain's memory algorithms, seven-layer coordinator, or its TypeScript packages.
Why use it?
It explains the repository structure and rules so changes preserve the system's algorithms, package boundaries, and scientific correctness.

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/zensation-ai/zenbrain/agents-md
Clone the repo
git clone --depth 1 https://github.com/zensation-ai/zenbrain

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 zenbrain AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zensation-ai/zenbrain/agents-md.svg)](https://agentmods.dev/instructions/zensation-ai/zenbrain/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zensation-ai/zenbrain/agents-md"><img src="https://agentmods.dev/badge/instructions/zensation-ai/zenbrain/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,133 This file is loaded in full into every session.
When invoked 1,133 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.01133 $0.01133
Opus 5 $0.00566 $0.00566
Sonnet 5 $0.00227 $0.00227
Haiku 4.5 $0.00113 $0.00113

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

Security

Grade A, and why

zenbrain 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 5d 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 · 97 lines

How it starts

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

Agent Context

This file gives coding agents (Claude Code, Cursor, Copilot, Aider, etc.) the context needed to make correct, style-consistent changes to this repository. Humans: see CONTRIBUTING.md for the full guide.

Mission

ZenBrain is a neuroscience-inspired, zero-dependency memory system for AI agents: spaced repetition (FSRS), Hebbian learning, Ebbinghaus forgetting curves, emotional tagging, sleep consolidation, and Bayesian confidence propagation, organized into a 7-layer memory architecture. The open-source package ships 20 algorithm modules (10 core + 10 advanced) plus a MemoryCoordinator that orchestrates all seven layers. Correctness and scientific defensibility come before cleverness or performance.

Project map

packages/
  algorithms/        @zensation/algorithms — pure algorithm functions, ZERO runtime
                      dependencies. Every module is also a tree-shakeable subpath
                      export (e.g. @zensation/algorithms/fsrs). This package must
                      stay dependency-free — do not add a runtime dependency here.
  core/               @zensation/core — MemoryCoordinator, the 7 memory layers,
                      pluggable storage/embedding/LLM-provider interfaces. Depends
                      on @zensation/algorithms.
  adapters/postgres/  @zensation/adapter-postgres — PostgreSQL + pgvector storage.
  adapters/sqlite/    @zensation/adapter-sqlite — zero-config SQLite storage.
apps/playground/      Interactive browser demo (also deployed as the HF Space and
                      zensation.ai/playground).
examples/              Runnable integration examples (LangChain, CrewAI, Vercel AI
                      SDK, plain chatbot, Claude).
docs/                  architecture.md, api-reference.md, benchmarks.md, FAQ.md,
                      ROADMAP.md, getting-started.md.

Turborepo + npm workspaces. packages/algorithms has no dependencies on anything else in the repo; packages/core depends on it; adapters depend on core's interfaces.

Read the full file on GitHub · 97 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. 5d ago First seen · 97 lines · 1,133 tokens per session scan A 5bfa94f77c0f

Subscribe to this mod's changes

zenbrain AGENTS.md is an instructions file published in the GitHub repository zensation-ai/zenbrain (22 stars, last pushed today), licensed Apache-2.0. It adds 1,133 tokens to every session, about $0.0057 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