From 48c326f7294b1c27be9ef44ffbb76d544e0f5df0 Mon Sep 17 00:00:00 2001 From: Ross Tomsic Date: Wed, 19 Aug 2026 20:24:31 -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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index dfd51e4..ae764e1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -77,3 +77,9 @@ Fleet-wide decisions that govern this repo live in [`R055LE/runbook/decisions`](https://github.com/R055LE/runbook/tree/main/decisions), indexed in that directory's README. `0009` is the one that explains why dependency automation here is Dependabot and nothing else. + +## Claude Code specifics + +`CLAUDE.md` is a symlink to this file, per `decisions/0012`. Fleet-wide +conventions — the symlink mechanics, the PR/merge recipe — live in the +mirror root's `AGENTS.md`, see `decisions/0023`.