docs: rewrite CLAUDE.md to point to AGENTS.md as authoritative source (#5138)

This commit is contained in:
pomelo 2026-06-15 15:23:26 +08:00 committed by GitHub
parent a74f70b3d6
commit 5715b3450d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -25,7 +25,6 @@ package-lock.json
.cursor
.qoder
.claude
CLAUDE.md
.codex
# Qwen Code Configs

5
CLAUDE.md Normal file
View file

@ -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.**