From dbe2b395cde7b8872e5ef37f2162dbd5fb60e111 Mon Sep 17 00:00:00 2001 From: Willie Chalmers III Date: Tue, 22 Sep 2026 21:29:50 -0700 Subject: [PATCH] chore(dx): rely on AGENTS.md for agent instructions Claude Code now reads AGENTS.md directly when no CLAUDE.md exists, so the CLAUDE.md symlink is redundant. The agent guide's stack map now names Astro 7, the version the site runs. Co-Authored-By: Claude Opus 5.5 --- AGENTS.md | 2 +- CLAUDE.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md index 36b82aaa..d0f69980 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -121,7 +121,7 @@ hidden body markers or GitHub-side prose checks. ## Stack quick map -- Astro 6 + Tailwind v4 (MDX content collections under `src/content/`) +- Astro 7 + Tailwind v4 (MDX content collections under `src/content/`) - Cloudflare Pages in production, with an equivalent Cloudflare Worker built and checked on every change - pnpm 11.25.0 and Node 24.20.x - Playwright for tests and ad-hoc screenshots diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 120000 index 47dc3e3d..00000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -AGENTS.md \ No newline at end of file