docs: add docs/OVERVIEW.md and CLAUDE.md (init_project steps 2-4)

This commit is contained in:
2026-09-17 12:44:54 +08:00
parent ba48e5e75d
commit 4438b04ff1
2 changed files with 126 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# CLAUDE.md
Project structure and overview: see docs/OVERVIEW.md
## Rules
1. Before any task, search skills via `search_skills` or `get_skills_by_tag`
first — use the matched ones; fall back to judgment if none are found.
2. After each change, self-evaluate whether to commit. For large changes or
accumulated edits, commit and push frequently.