From 56a821cf8c80be9da044a94fac92ae3537b77874 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 26 Jan 2026 11:13:33 +0100 Subject: [PATCH] meta(agents): Add CLAUDE.md symlinks to AGENTS.md files Create symlinks from CLAUDE.md to AGENTS.md in all project directories to ensure Claude Code can load agent documentation. Co-Authored-By: Claude --- .github/workflows/CLAUDE.md | 1 + apple-catalog-parsing/CLAUDE.md | 1 + lib/CLAUDE.md | 1 + scripts/CLAUDE.md | 1 + src/CLAUDE.md | 1 + 5 files changed, 5 insertions(+) create mode 120000 .github/workflows/CLAUDE.md create mode 120000 apple-catalog-parsing/CLAUDE.md create mode 120000 lib/CLAUDE.md create mode 120000 scripts/CLAUDE.md create mode 120000 src/CLAUDE.md diff --git a/.github/workflows/CLAUDE.md b/.github/workflows/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/.github/workflows/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/apple-catalog-parsing/CLAUDE.md b/apple-catalog-parsing/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/apple-catalog-parsing/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/lib/CLAUDE.md b/lib/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/lib/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/scripts/CLAUDE.md b/scripts/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/scripts/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/src/CLAUDE.md b/src/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/src/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file