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/jiabaobei/memory-bridge/agents-mdgit clone --depth 1 https://github.com/jiabaobei/memory-bridgeWhat 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.00421 | $0.00421 |
| Opus 5 | $0.00211 | $0.00211 |
| Sonnet 5 | $0.00084 | $0.00084 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
memory-bridge 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 2d 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.
What it actually says
AGENTS.md — 记忆桥项目规约(AI 协作会话必读)
所有者:jiabaobei(2026-08-29 定立)
版本与发布(硬性规则,所有者 2026-08-29 定)
- 每次改版必须升版本号,并在三处同步:
pyproject.toml、src/membridge/__init__.py的__version__、CHANGELOG.md。 - 每个版本必须在 CHANGELOG.md 顶部写一段简短精炼的改版说明 (一句话主题 + 要点列表),用于记录项目全过程历程。
- 发布动作固定为:commit →
git tag vX.Y.Z→ push →gh release create vX.Y.Z(Release 说明与 CHANGELOG 一致)。 版本号语义与完整流程见docs/VERSIONING.md。
架构铁律
- 内容冻结:任何模块不得改写记忆内容,只允许调节结构参数(RFC-001)。
- 后置约定:Path B / AEE / L3 差分隐私按 RFC-001 §13 后置,不提前混入主线。
- 核心零依赖:仅 Python 标准库;可选能力一律走 extras(mcp / openai / netdisk)。
- PAMS 出口门控:所有数据出口(同步、预加载)必须过
privacy.preload_allowed。
工程习惯
- 改动必须附带或更新测试;零依赖验证:
python tests/run_tests.py;CI 矩阵 3.9–3.13。 - 修改
.github/workflows/*需要 workflow 权限令牌(gh 默认登录令牌无此权限)。 - 提交信息用中文,主题行说清"为什么"。
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.
- 2d ago First seen · 27 lines · 421 tokens per session scan A 99bd8ce34069
memory-bridge AGENTS.md is an instructions file published in the GitHub repository jiabaobei/memory-bridge (11 stars, last pushed 2d ago), licensed MIT. It adds 421 tokens to every session, about $0.0021 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
character-arc CLAUDE.md
Instructions for uu201/character-arc, covering claude.md, commands, architecture, data flow and sqlite (workspace store).
skit CLAUDE.md
Instructions for balgaly/skit, covering skit, project info, code standards, architecture and dependencies (keep minimal).
n8n-desk CLAUDE.md
Claude Code instructions for geckse/n8n-desk, covering claude.md — n8n-desk build guide, project state, tech stack, project structure and critical patterns.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
InvestSkill GEMINI.md
Instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).
she-love-me CLAUDE.md
Instructions for 863401402/she-love-me, covering claude.md and 唯一工作流.