From ab80d0abd1a0e3567eabca04632f71de63158fd0 Mon Sep 17 00:00:00 2001 From: Ross Tomsic Date: Wed, 19 Aug 2026 20:24:23 -0400 Subject: [PATCH] Point at the fleet-wide root file instead of restating conventions decisions/0023 deployed a fleet-wide AGENTS.md to the mirror root. This repo's own copy of the Claude Code specifics text (and, where present, the redundant no-secrets-in-this-repo restatement already covered by the global instruction file) is replaced with a one-line pointer, now that a claude-rc or dedicated-environment session inherits the root file by ordinary parent-directory loading -- confirmed behaviorally, not assumed, before this pass ran. --- AGENTS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d4f18da..ab558eb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,6 +56,7 @@ the workflow; keep it working. ## Claude Code specifics -`CLAUDE.md` is a symlink to this file. Codex reads only `AGENTS.md`, Claude Code -reads only `CLAUDE.md`, and neither reads the other's, so one file serves both. -`/init` will try to replace the symlink with a real file. +`CLAUDE.md` is a symlink to this file, per `decisions/0012`. Fleet-wide +conventions — the symlink mechanics, and the PR/merge recipe this repo's +default-branch protection requires — live in the mirror root's `AGENTS.md`, +see `decisions/0023`.