diff --git a/.gitignore b/.gitignore index 330abd5922..97e8d466cf 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ package-lock.json .cursor .qoder .claude -CLAUDE.md .codex # Qwen Code Configs diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..28e8fa9004 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +**Read [`AGENTS.md`](AGENTS.md) — it is the single source of truth for all coding conventions, build/test commands, code style, commit conventions, PR workflow, and review guidelines. All rules in AGENTS.md apply to Claude Code.**