mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-09 17:19:02 +00:00
docs: rewrite CLAUDE.md to point to AGENTS.md as authoritative source (#5138)
This commit is contained in:
parent
a74f70b3d6
commit
5715b3450d
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,7 +25,6 @@ package-lock.json
|
|||
.cursor
|
||||
.qoder
|
||||
.claude
|
||||
CLAUDE.md
|
||||
.codex
|
||||
|
||||
# Qwen Code Configs
|
||||
|
|
|
|||
5
CLAUDE.md
Normal file
5
CLAUDE.md
Normal 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.**
|
||||
Loading…
Add table
Add a link
Reference in a new issue