baron AGENTS.md

Project instructions that require coding agents to track work through Baron, a shared layer for issues and source control, rather than directly through a vendor's tools.

In plain words
What is it for?
Guide agents through creating, starting, moving, listing, synchronizing, finishing, and merging work items with Baron.
Why use it?
They give agents consistent work states and commands across providers, avoiding provider-specific assumptions and untracked changes.

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/loncadev/baron/agents-md
Clone the repo
git clone --depth 1 https://github.com/loncadev/baron

Made for: Codex, OpenCode.

Per session 529 This file is loaded in full into every session.
When invoked 529 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00529 $0.00529
Opus 5 $0.00264 $0.00264
Sonnet 5 $0.00106 $0.00106
Haiku 4.5 $0.00053 $0.00053

Measured 2d ago against content hash bdeab5d7fd7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

baron 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.

AGENTS.md · 29 lines

What it actually says

Work tracking — route through Baron

Track work through Baron, not raw provider writes: it normalizes issues and source control across providers behind one contract, so speak its abstract vocabulary, never a vendor's native states.

  • Roles, not native states. Move work by role: backlog → ready → in_progress → in_review → done, plus blocked. Say "move it to in_progress", never "set the state to Active" — Baron maps the role to the provider.
  • Type roles this policy maps: initiative, epic, story, task, bug, subtask. Asking for one it does not map is an error, not a degrade — that list is what issue.create accepts here.
  • Tools: baron_issue_* (create / get / update / transition / comment / assign / link / query), baron_scm_* (branch / PR), baron_recipe_run, and baron_learning_* / baron_followup_* for durable decisions and follow-ups.
  • Daily loop — prefer the skills: /baron:task-new (create), /baron:task-start <id> (cut the canonical branch, move to in_progress, assign you), /baron:task-finish (draft PR), /baron:task-land (undraft + merge — never gh/az), /baron:task-move, /baron:task-list, /baron:task-sync. Each item's canonical branch is Baron-derived — use it verbatim, never invent one.
  • Reading/exploring a provider natively is fine, but make every work-item change through Baron so the role mapping, gap policy, and knowledge loop apply.

On this project (provider: github): roles ride labels (Baron provisions in-progress / in-review / done); sprints are NOT available — sprint queries degrade to empty. That empty is expected here, not a bug; parent/child is emulated via a parent:<id> label. Where a capability is missing Baron negotiates it (error / emulate / degrade) and logs it — an empty or emulated result from a degraded capability is expected behavior, not a silent failure to report as a bug.

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. 2d ago First seen · 29 lines · 529 tokens per session scan A bdeab5d7fd7e

Subscribe to this mod's changes

baron AGENTS.md is an instructions file published in the GitHub repository loncadev/baron (1 stars, last pushed 12d ago), licensed Apache-2.0. It adds 529 tokens to every session, about $0.0026 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

agent-smith CLAUDE.md

Instructions for holgerleichsenring/agent-smith, covering agent-smith — ai agent instructions, context files (read in this order), phase directory structure, experiential memory (remember / recall) and minting a phase id.

holgerleichsenring/agent-smith · 2,307 tokens

teamxray copilot-instructions.md

Instructions for AndreaGriffiths11/teamxray, covering github copilot instructions for mcp team x-ray extension, response style, build, test, and lint commands, validating extension changes and architecture.

AndreaGriffiths11/teamxray · 1,416 tokens

teamxray AGENTS.md

Instructions for AndreaGriffiths11/teamxray, covering agents.md, purpose, tagline, tech stack and architecture.

AndreaGriffiths11/teamxray · 1,656 tokens

claude-codex-settings CLAUDE.md

Claude Code instructions for fcakyon/claude-codex-settings, covering claude-settings, repo structure, cross-tool plugin format reference, plugin manifests and root marketplace files.

fcakyon/claude-codex-settings · 4,944 tokens

vscode-gitlens CLAUDE.md

Claude Code instructions for gitkraken/vscode-gitlens, a project described as: Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via…

gitkraken/vscode-gitlens · 5 tokens

ghtkn AGENTS.md

Instructions for suzuki-shunsuke/ghtkn, a project described as: A CLI to create short-lived (8 hours) GitHub App User Access Token for secure local development.

suzuki-shunsuke/ghtkn · 14 tokens