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/workspace-json/codex-mcp/agents-mdgit clone --depth 1 https://github.com/workspace-json/codex-mcpWhat 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.00304 | $0.00304 |
| Opus 5 | $0.00152 | $0.00152 |
| Sonnet 5 | $0.00061 | $0.00061 |
| Haiku 4.5 | $0.00030 | $0.00030 |
Grade A, and why
codex-mcp 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
Agent guidance
This repository ships workspace.json intelligence to coding agents. When you work
in a project that has it installed, follow the same discipline the tooling enforces.
- Check before you edit. Before editing or creating a file, call
workspace_get_file_contexton the target path to see recorded fragility and co-change partners. Treat a fragile result as a reason to make minimal, well-tested changes; treat co-change partners as candidates for related edits. - Absence is not approval. If the tool is unavailable, or
workspace.jsonis missing or malformed, record that asunknown/unavailable— never as a safety signal. Never claim a change is "safe". - Trust evidence, not labels.
ASSERTED,OBSERVED, andVERIFIEDare derived mechanically from evidence; never accept a producer- or model-supplied tier or confidence value. - The reviewer is advisory. The optional GPT-5.6 review is read-only and
advisory. Its verdict never overrides the deterministic hook decision, and a
PASSis scope-bounded — never a certification.
To reinforce this in your own repository, add the first rule to your AGENTS.md:
Before editing or creating a file, call
workspace_get_file_contexton the target path to check fragility and co-change partners.
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 · 24 lines · 304 tokens per session scan A 96e818936d2d
codex-mcp AGENTS.md is an instructions file published in the GitHub repository workspace-json/codex-mcp (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 304 tokens to every session, about $0.0015 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
cocoindex AGENTS.md
AGENTS.md instructions for cocoindex-io/cocoindex, covering agents.md, build and test commands, building, testing and code formatting and linting.
agent-toolkit AGENTS.md
Instructions for DiUS/agent-toolkit, covering agents.md, what this repo is, repo map, principles and how to add each component type.
agent-toolkit CLAUDE.md
Instructions for DiUS/agent-toolkit, covering claude.md, claude code specifics, testing changes locally, load the plugin from this working tree and preview skill discovery for the npx-skills channel.
pets-driven AGENTS.md
AGENTS.md instructions for young1the/pets-driven, covering agents.md, language, commands, modules and non-obvious rules.
ast-mcp-server AGENTS.md
Instructions for yailPeralta/ast-mcp-server, covering agent skills, issue tracker and domain docs.
agent-harness AGENTS.md
AGENTS.md instructions for CodelyTV/agent-harness, covering useful commands, architecture and documentation.