From d9d8d558a9be0a8435d891df3f77564d49350736 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:05:08 +0800 Subject: [PATCH] docs: clean up AI assistant alias config Unignore CLAUDE.md and .agent, add CLAUDE.md alias file, and simplify the developer guide alias section. --- .gitignore | 4 +--- CLAUDE.md | 1 + docs/developer-guide.md | 18 +----------------- 3 files changed, 3 insertions(+), 20 deletions(-) create mode 100644 CLAUDE.md diff --git a/.gitignore b/.gitignore index c4776a4..ff6b9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,8 +37,6 @@ package.json.bak .wxt # AI -.agent .claude .cursor -.gemini -CLAUDE.md \ No newline at end of file +.gemini \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..43c994c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 60dc5ff..b894dbc 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -44,23 +44,7 @@ Applications: ## 🤖 AGENTS.md Alias -If your AI assistant does not support [AGENTS.md](https://agents.md/). Add an alias for it: - -- claude-code (`CLAUDE.md`) - - ```markdown - @AGENTS.md - ``` - -- antigravity (`.agent/rules/alias.md`) - - ```markdown - --- - trigger: always_on - --- - - @../../AGENTS.md - ``` +If your AI assistant does not support [AGENTS.md](https://agents.md/). Add an alias for it. ## 🔧 Development Workflows