From 45ae99e42440ab3f2b247d512bc0cf301bceff40 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 21 Sep 2026 17:36:38 +0800 Subject: [PATCH] docs: remove redundant CLAUDE.md setup tip --- website/docs/en/guide/start/ai.mdx | 10 ---------- website/docs/zh/guide/start/ai.mdx | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/website/docs/en/guide/start/ai.mdx b/website/docs/en/guide/start/ai.mdx index 1e6efe302..a98a06e3a 100644 --- a/website/docs/en/guide/start/ai.mdx +++ b/website/docs/en/guide/start/ai.mdx @@ -91,13 +91,3 @@ You are an expert in JavaScript, Rspack, Rsbuild, Rslib, and library development ``` You can also customize it for your project, adding more details about the project structure, overall architecture, and other relevant information so Agents can better understand your project. - -::: tip - -If you are using Claude Code, you can create a `CLAUDE.md` file and reference the `AGENTS.md` file in it. - -```markdown title="CLAUDE.md" -@AGENTS.md -``` - -::: diff --git a/website/docs/zh/guide/start/ai.mdx b/website/docs/zh/guide/start/ai.mdx index f0fb072c0..4ee71bc69 100644 --- a/website/docs/zh/guide/start/ai.mdx +++ b/website/docs/zh/guide/start/ai.mdx @@ -91,13 +91,3 @@ You are an expert in JavaScript, Rspack, Rsbuild, Rslib, and library development ``` 你也可以根据项目的实际情况进行修改,添加更多关于项目结构、整体架构等多方面的信息,以便 Agents 更好地理解你的项目。 - -::: tip - -如果你使用的是 Claude Code,可以创建一个 `CLAUDE.md` 文件,并在其中引用 `AGENTS.md` 文件。 - -```markdown title="CLAUDE.md" -@AGENTS.md -``` - -:::