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/jaxxchen003/traceplane/agents-mdgit clone --depth 1 https://github.com/jaxxchen003/TraceplaneWhat 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.00624 | $0.00624 |
| Opus 5 | $0.00312 | $0.00312 |
| Sonnet 5 | $0.00125 | $0.00125 |
| Haiku 4.5 | $0.00062 | $0.00062 |
Grade A, and why
Traceplane 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
本文件定义本仓库内 Agent 的实现规则。目标不是做大而全平台,而是尽快证明 Enterprise Agent Work Graph 的最小闭环。
1. 实现顺序
- 先实现 schema
- 再实现 migrations / fixtures / tests
- 再实现 episode / memory / trace / artifact API
- 再补 permission / audit
- 最后接 MCP / CLI 和最小 demo
2. 绝对约束
- 不先做重 UI
- 不做与 MVP 无关的抽象层
- 所有核心对象都必须可回链到
episode - 所有写接口都必须产生日志或审计事件
- 所有输出都必须能回链到来源 trace
- 历史记录默认不可静默覆盖
3. 保底字段
以下字段原则上应成为核心对象的通用字段:
workspace_idproject_idepisode_idagent_idsensitivitypolicy_versioncreated_atcreated_by
4. 模块边界
Data Plane
episodesmemory_itemstrace_eventsartifactsnode_edges
Control Plane
policiesaccess_grantsaudit_events
5. API 约束
create_episode必须记录触发者和生效 policywrite_memory必须带来源和敏感级别append_trace必须支持引用已有 memory / artifact / policycreate_artifact必须声明来源 episode 和生成 agentgrant_access必须写入审计read_audit_events必须受严格权限控制
6. 审计规则
- 读取敏感数据要审计
- 写入核心对象要审计
- 删除、导出、分享必须审计
- 权限拒绝和策略命中必须审计
7. 测试优先级
- Episode 主链路能否跑通
- Artifact 是否可追溯到 trace 和 memory
- 权限拒绝是否留下审计证据
- 历史 policy version 是否被正确固化
8. 默认技术假设
- Postgres 作为主库
- Object Storage 承载 artifact 文件
- Vector 索引异步构建
- Queue 处理蒸馏、索引、归档和重试
9. 交付标准
任何新功能提交前,至少要回答:
- 它挂在哪个 episode 主线上?
- 它会产生哪些节点和边?
- 它是否会影响权限或审计?
- 管理者是否能复盘这次行为?
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 · 79 lines · 624 tokens per session scan A ddef0da0c70e
Traceplane AGENTS.md is an instructions file published in the GitHub repository jaxxchen003/Traceplane (36 stars, last pushed 3mo ago), licensed MIT. It adds 624 tokens to every session, about $0.0031 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.
Other instructions, from other repositories
e-commerce-agents CLAUDE.md
Instructions for nitin27may/e-commerce-agents, covering claude.md, what this is, working artifacts location, key commands and start everything from scratch (one command).
agent-harness AGENTS.md
Instructions for SUNRNEHUI/agent-harness, covering agents.md, 项目定位, 主要文件, 修改规则 and tdd 和验证.
learn-mcp-agent-crew CLAUDE.md
Claude Code instructions for ketankshukla/learn-mcp-agent-crew, a project described as: Project #4 in a learn-MCP series: an agent that hires help. spawnagent is runAgentLoop called recursively; every sub-agent's gated call bubbles to ONE human queue; and the eval suite says whether delegating was actually worth it.
Codex-Skills AGENTS.md
Instructions for TheGoat395/Codex-Skills, covering repository operating notes, required checks, evidence rules and change hygiene.
WorkFlowX CLAUDE.md
Instructions for TreeX-X/WorkFlowX, covering claude.md - workflowx instructions, routing, orchestrator workflow, constraints and file operations.
research-os AGENTS.md
Instructions for lxinfei5/research-os, covering researchos — constitution, §0 what this is, §1 directory discipline, §2 half-life (innovation 1) — memory design and §3 behavior pillars (innovations 2–5).