docs: add harness coding documentation

This commit is contained in:
QiuSW
2026-07-08 15:27:21 +08:00
parent e5d10577c0
commit d2eeb049d0
24 changed files with 1119 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# CLAUDE.md
本仓库的 AI coding agent 规则以 [`AGENTS.md`](AGENTS.md) 为准。
开始任何任务前,先读取:
1. `AGENTS.md`
2. `docs/00-ai-start-here.md`
3. `docs/05-coding-rules.md`
4. `docs/current-state.md`
5. `progress.md`
不要绕过这些文件直接修改代码。