From c6b0e54808d75b808737a1dee092b6c5849ad3bf Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 24 Feb 2026 12:18:03 +0000 Subject: [PATCH 1/3] Add CLAUDE.md symlink to AGENTS.md for Claude Code Creates a CLAUDE.md symlink pointing to AGENTS.md so Claude Code (the Anthropic CLI tool) automatically picks up the project's AI assistant rules without duplicating content. Updates CONTRIBUTING.md to document the symlink under the AI assistant rules structure section, alongside the existing Cursor-specific rules. https://claude.ai/code/session_01Y6n2rcJX5NJ3UqiCJ45WZ9 --- CLAUDE.md | 1 + CONTRIBUTING.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53fc713230..8a61d15b9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,6 +137,7 @@ This project uses a hybrid approach for AI assistant rules to ensure consistency #### Vendor-agnostic rules - **`AGENTS.md`** - Primary vendor-agnostic rules file containing core documentation standards +- **`CLAUDE.md`** - Symlink to `AGENTS.md` for Claude Code (the Anthropic CLI tool picks this up automatically) #### Cursor-specific rules @@ -154,6 +155,11 @@ To verify rule application, hover over attached rules in the Cursor chat window. - Reference `AGENTS.md` for vendor-agnostic documentation standards +#### For Claude Code + +- `CLAUDE.md` is a symlink to `AGENTS.md` - Claude Code picks it up automatically from the repository root +- No extra configuration needed; open the project in Claude Code and the rules apply + #### For Cursor-specific features - Use `.cursor/rules/*.mdc` files for Cursor-specific workflows From f5a910da712410dd8845ee848f8fa6767ff17f4a Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 24 Feb 2026 12:18:53 +0000 Subject: [PATCH 2/3] Remove CLAUDE.md mention from CONTRIBUTING.md https://claude.ai/code/session_01Y6n2rcJX5NJ3UqiCJ45WZ9 --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a61d15b9a..53fc713230 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,7 +137,6 @@ This project uses a hybrid approach for AI assistant rules to ensure consistency #### Vendor-agnostic rules - **`AGENTS.md`** - Primary vendor-agnostic rules file containing core documentation standards -- **`CLAUDE.md`** - Symlink to `AGENTS.md` for Claude Code (the Anthropic CLI tool picks this up automatically) #### Cursor-specific rules @@ -155,11 +154,6 @@ To verify rule application, hover over attached rules in the Cursor chat window. - Reference `AGENTS.md` for vendor-agnostic documentation standards -#### For Claude Code - -- `CLAUDE.md` is a symlink to `AGENTS.md` - Claude Code picks it up automatically from the repository root -- No extra configuration needed; open the project in Claude Code and the rules apply - #### For Cursor-specific features - Use `.cursor/rules/*.mdc` files for Cursor-specific workflows From b3a563e86941bb6ad18fdab32ba0399490fb47ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:18:48 +0100 Subject: [PATCH 3/3] add CLAUDE.md to markdownlintignore file --- .markdownlintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlintignore b/.markdownlintignore index 394578124f..6b9fc32910 100644 --- a/.markdownlintignore +++ b/.markdownlintignore @@ -2,3 +2,4 @@ node_modules build .claude AGENTS.md +CLAUDE.md