From 847627e80690f420927a5dd4e2b7ca05e05a575e Mon Sep 17 00:00:00 2001 From: Eric Black Date: Fri, 22 May 2026 15:27:21 -0700 Subject: [PATCH] chore: add CLAUDE.md and Copilot instructions pointing to AGENTS.md Both Claude Code and GitHub Copilot Code Review look for tool-specific instruction files (CLAUDE.md and .github/copilot-instructions.md respectively). Point both at the canonical AGENTS.md so we don't have to maintain duplicate guidelines per tool. --- .github/copilot-instructions.md | 1 + CLAUDE.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/copilot-instructions.md create mode 100644 CLAUDE.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000000..189603835a --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1 @@ +See [AGENTS.md](../AGENTS.md). diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..fded5dcf77 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +See [AGENTS.md](./AGENTS.md).