From b179950cf247c2741e536f746eb75dcc78270d1b Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Sun, 9 Aug 2026 18:47:51 -0700 Subject: [PATCH] Restore docs/plans/ as a Reference bullet in AGENTS.md The docs/ index hygiene from CL-5670 already landed: IMPLEMENTATION.md lists all nine normative top-level docs, and docs/plans/ is gitignored. The plans pointer had drifted to a bare paragraph under the Reference list; put it back as a list item so agents scanning Reference still see it, and keep the gitignored / non-normative wording. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 076f8b370..d08beeeca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -90,4 +90,4 @@ Interchange is the standard library for this repo, consumed as published `@intx/ - `docs/PLUGINS.md` — plugin manifest system and discovery - `docs/TELEMETRY.md` — what usage telemetry is collected and why - `docs/PERFTRACE.md` — local PerfTrace and opt-in OTEL export settings -`docs/plans/` is git-ignored: local working notes and design spikes only. Durable conclusions belong in the docs above or in the tracking issue — never left as a plan file, which is a stale doc waiting to happen. +- `docs/plans/` — gitignored working notes and design spikes (local only); durable conclusions belong in the docs above or Linear — never left as a plan file, which is a stale doc waiting to happen