ARC AGENTS.md

Project instructions for ARC, a SubFrame-managed project, that guide AI coding assistants during development. AGENTS.md is a tool-independent instruction file.

In plain words
What is it for?
Following project rules while making changes, keeping documentation current, and coordinating work across sessions or worktrees.
Why use it?
It keeps the assistant within the requested scope and explains how project documentation, native AI tools, sessions, and concurrent work should be handled.

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/codename-11/arc/agents-md
Clone the repo
git clone --depth 1 https://github.com/Codename-11/ARC

Made for: Codex, OpenCode.

Per session 3,620 This file is loaded in full into every session.
When invoked 3,620 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod 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.03620 $0.03620
Opus 5 $0.01810 $0.01810
Sonnet 5 $0.00724 $0.00724
Haiku 4.5 $0.00362 $0.00362

Measured yesterday against content hash 58badfd9328d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ARC 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 yesterday.

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.

Origin

This is a copy

88% identical to SubFrame AGENTS.md — 41 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 387 lines

How it starts

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

ARC - SubFrame Project

This project is managed with SubFrame. AI assistants should follow the rules below to keep documentation up to date.

Note: This file is named AGENTS.md to be AI-tool agnostic. CLAUDE.md and GEMINI.md contain a reference to this file.


Core Working Principle

Only do what the user asks. Do not go beyond the scope of the request.

  • Implement exactly what the user requested — nothing more, nothing less.
  • Do not change business logic, flow, or architecture unless the user explicitly asks for it.
  • If a user asks for a design change, only change the design. Do not refactor, restructure, or modify functionality alongside it.
  • If you have additional suggestions or improvements, present them as suggestions to the user. Never implement them without approval.
  • The user's request must be completed first. Additional ideas come after, as proposals.

Relationship to Native AI Tools

SubFrame enhances native AI coding tools — it does not replace them.

Claude Code works exactly as normal. Built-in features (/init, /commit, /review-pr, /compact, /memory, CLAUDE.md) are fully supported. CLAUDE.md is Claude Code's native instruction file — users can add their own tool-specific instructions freely. SubFrame adds a small backlink reference pointing to this AGENTS.md file using HTML comment markers (<!-- SUBFRAME:BEGIN --> / <!-- SUBFRAME:END -->). SubFrame will never overwrite user content in CLAUDE.md.

Gemini CLI works exactly as normal. Built-in features (/init, /model, /memory, /compress, /settings, GEMINI.md) are fully supported. GEMINI.md is Gemini CLI's native instruction file — same backlink approach as CLAUDE.md. Users can add their own instructions freely and SubFrame won't overwrite them.

Codex CLI gets SubFrame context via a wrapper script at .subframe/bin/codex that injects AGENTS.md as an initial prompt.

Read the full file on GitHub · 387 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. yesterday First seen · 387 lines · 3,620 tokens per session scan A 58badfd9328d

Subscribe to this mod's changes

ARC AGENTS.md is an instructions file published in the GitHub repository Codename-11/ARC (3 stars, last pushed 2mo ago), licensed MIT. It adds 3,620 tokens to every session, about $0.0181 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to SubFrame AGENTS.md, differing in 41 lines, and is treated as a copy.