robrain AGENTS.md

robrain AGENTS.md is an instructions file for Codex, OpenCode from adelinamart/robrain. It costs 247 tokens per session, scanned A, original, Apache-2.0.

A set of instructions for recording conversations in RoBrain, a self-hosted system for keeping session context.

In plain words
What is it for?
Use it to start and end sessions, save each user and assistant message, record changed files, and note when the topic shifts.
Why use it?
It helps preserve what was discussed between sessions and track the order of conversation turns.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/adelinamart/robrain/agents-md.svg)](https://agentmods.dev/instructions/adelinamart/robrain/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/adelinamart/robrain/agents-md"><img src="https://agentmods.dev/badge/instructions/adelinamart/robrain/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 247 This file is loaded in full into every session.
When invoked 247 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.00247 $0.00247
Opus 5 $0.00123 $0.00123
Sonnet 5 $0.00049 $0.00049
Haiku 4.5 $0.00025 $0.00025

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

Security

Grade A, and why

robrain 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 · 29 lines

What it actually says

RoBrain — Context Management (OSS self-hosted)

This project uses RoBrain Sensing MCP for passive session capture. Control MCP is not available in OSS self-hosted mode. Call Sensing tools exactly as instructed to maintain session memory.

Session start (mandatory, first thing in every new chat)

sensing_start_session(project_id="5a8ff3c609de")

Use the session_id from the tool response (or pass your own unique id per chat). Initialize sequence=1 before your first reply.

After every response (mandatory)

sensing_record_turn(session_id="<stored session_id>", sequence=<n>, user_message="<full user message>", claude_reply="<full assistant reply>", files_touched=[...], injected_memory_ids=[])

The claude_reply parameter is the MCP field name for your full assistant reply (any editor). Increment sequence by 1 after each successful call.

If topic_shift=true is returned, note it for follow-up context retrieval.

Session end (last thing)

sensing_end_session(session_id="<stored session_id>", summary="one sentence: what was accomplished")
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 · 29 lines · 247 tokens per session scan A 1590f0df7120

Subscribe to this mod's changes

robrain AGENTS.md is an instructions file published in the GitHub repository adelinamart/robrain (81 stars, last pushed 29d ago), licensed Apache-2.0. It adds 247 tokens to every session, about $0.0012 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.