From 69c475afa0258ac8bbf85cccdd0ada4d0352c4d7 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 28 Aug 2026 20:18:27 +0200 Subject: [PATCH] Add the Claude Code and Copilot surface routes to AGENTS.md New module repositories carry .claude/CLAUDE.md and .github/copilot-instructions.md, so Claude Code and the Copilot surfaces that do not read AGENTS.md natively still reach the router. Each file holds only a route, per the agentic development standard. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .claude/CLAUDE.md | 2 ++ .github/copilot-instructions.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .claude/CLAUDE.md create mode 100644 .github/copilot-instructions.md diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md new file mode 100644 index 0000000..b9ef215 --- /dev/null +++ b/.claude/CLAUDE.md @@ -0,0 +1,2 @@ + +@../AGENTS.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..91175a0 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,2 @@ + +Follow the instructions in [AGENTS.md](../AGENTS.md).