TencentAgentMemoryBridge: Instructions file for Claude Code

CLAUDE.md

TencentAgentMemoryBridge CLAUDE.md is an instructions file for Claude Code from kuaizhongqiang/TencentAgentMemoryBridge. It costs 1,431 tokens per session, scanned A, original, MIT.

A set of Claude Code instructions for a project that connects Tencent Agent Memory to agent platforms. It documents the project's architecture, roles, task identifiers, and handoff rules.

In plain words
What is it for?
Use it when modifying, testing, handing off, or releasing the TencentAgentMemoryBridge project.
Why use it?
It gives coding agents the project-specific rules needed to work consistently with its memory bridge and team setup.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is kuaizhongqiang/TencentAgentMemoryBridge's own configuration. It tells Claude Code how to work on TencentAgentMemoryBridge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything TencentAgentMemoryBridge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kuaizhongqiang/TencentAgentMemoryBridge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kuaizhongqiang/TencentAgentMemoryBridge/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/kuaizhongqiang/TencentAgentMemoryBridge

Made for: Claude Code.

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 TencentAgentMemoryBridge CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md/github.svg)](https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md"><img src="https://agentmods.dev/badge/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for TencentAgentMemoryBridge CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md"><img src="https://agentmods.dev/badge/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,431 This file is loaded in full into every session.
When invoked 1,431 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01431 $0.01431
Opus 5 $0.00715 $0.00715
Sonnet 5 $0.00286 $0.00286
Haiku 4.5 $0.00143 $0.00143

Measured 9d ago against content hash fb3d047b9b53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

TencentAgentMemoryBridge CLAUDE.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 9d 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.

CLAUDE.md · 61 lines

How it starts

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

CLAUDE.md

TencentAgentMemoryBridge 桥接 TencentDB Agent Memory(团队版 v2.0.0feat/server_team 分支)到 AI Agent 平台(Claude Code / OpenClaw / WorkBuddy)。团队版已引入 MemoryProxy(透明 LLM 代理)与 v3 isolation(team/agent/user 三元组),旧 /capture /recall 等 API 与 sender 隔离已移除。

权威设计见 docs/team-edition-role-model.md(三角色模型:用户/Server Agent/Agent;架构决策:bridge-server 退役、mcp-bridge 重写对齐 v3)。

协作模型

  • 我(Claude Code):写代码、管 PR、合并、发布
  • CodeBuddy / OpenClaw:测试 mcp-bridge / OpenClaw 官方插件接入,经 GitHub Issues 提 Bug
  • Issue/PR 模板在 .github/;发布统一版本号

与 Server Agent 的交接(2026-08-15,PR #39)

  • mcp-bridge 0.4.0 已发布 npm latest:新增 task_id 防混用校验(拒绝 agt-/team-/usr-/sk- 前缀)+ 工具结果 _context 回显隔离域。npx 方式自动命中新版;全局安装需 npm install -g tencent-agent-memory-mcp-bridge@latest
  • 新增 agent deepseek-harnessagt-25k8snomqe(team=team-w7eai9w6kc / user=usr-w7easao7jg),L0 每轮对话自动入库(scripts/dsh-memory-autostore.mjs,扫描 ~/.dsh/sessions 会话日志)
  • task_id 约定:数据面字符串标签 = 项目目录名(cwd 派生,非 meta 面 task 实体);身份 id(agt-*/team-*/usr-*/sk-*禁止用作 task_id(mcp-bridge ≥0.4.0 启动即拒绝)
  • Server(MemoryCore Gateway)无需改动;测试期间网关留有少量测试 L0(system32 / 冒烟数据,可忽略或清理)

架构

  • MemoryProxy(团队版):Claude Code/WorkBuddy 接入,URL /{agent}/{spaceId}/v1/* + header 预选(x-team-id/x-agent-id
  • openclaw-plugin(官方):OpenClaw 接入,静态配置 teamId/agentId/userId
  • mcp-bridge(保留,重写对齐 v3):MCP-only 客户端 → MemoryCore /v3/*,配置 TEAM_ID/AGENT_ID/USER_ID(+ 可选 TASK_ID);接入方含 Claude Code / CodeBuddy / DeepSeek Harness(DSH 原生 MCP 客户端,见 docs/deepseek-harness-v3.md
  • bridge-server 已退役:旧 sender 鉴权/转发被团队版自带鉴权取代

task_id 与身份(严格分离)

  • team_id / agent_id / user_id = 身份(meta 面注册实体,agt-* / team-* / usr-*),跨项目不变
  • task_id = 项目级隔离标签(项目目录名或显式 TASK_ID),每项目不同
  • mcp-bridge ≥ 0.4.0 启动时拒绝 agt-/team-/usr-/sk- 前缀的 task_id——不要把身份 id 当 task_id 用

记忆(MemoryProxy 透明回流)

Claude Code 指向 MemoryProxy(ANTHROPIC_BASE_URL)后记忆自动处理,无需显式工具调用:

Read the full file on GitHub · 61 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. 9d ago First seen · 61 lines · 1,431 tokens per session scan A fb3d047b9b53

Subscribe to this mod's changes

TencentAgentMemoryBridge CLAUDE.md is an instructions file published in the GitHub repository kuaizhongqiang/TencentAgentMemoryBridge (0 stars, last pushed 24d ago), licensed MIT. It adds 1,431 tokens to every session, about $0.0072 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens