claude init inited
This commit is contained in:
43
CLAUDE.md
Normal file
43
CLAUDE.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Tools
|
||||
|
||||
工具集合项目。
|
||||
|
||||
## 项目结构
|
||||
|
||||
- `.claude/` — Claude Code 配置
|
||||
|
||||
## 开发规范
|
||||
|
||||
- 所有回复和文档使用简体中文
|
||||
- 代码注释保留英文
|
||||
|
||||
## 引入的规则
|
||||
|
||||
@rules/common/baserule.md
|
||||
|
||||
@rules/common/claude-init-recall.md
|
||||
|
||||
@rules/common/changelog-recall.md
|
||||
|
||||
@rules/common/deferred-recall.md
|
||||
|
||||
@rules/common/distillery-recall.md
|
||||
|
||||
@rules/common/epee-orchestrator.md
|
||||
|
||||
@rules/common/pitfall-recall.md
|
||||
|
||||
@rules/common/profile-recall.md
|
||||
|
||||
## 项目专属规则
|
||||
|
||||
项目级规则放在 `.claude/rules/project/` 下,通过以下方式引入(按需添加):
|
||||
|
||||
<!-- @rules/project/<name>.md -->
|
||||
|
||||
## 关联资源
|
||||
|
||||
- **Skills 主存储**:`.claude/skills/<skill-name>/SKILL.md`
|
||||
- **Hooks 配置**:`.claude/settings.json`
|
||||
- **数据目录**:`.claude/changelog/`、`.claude/deferred/`、`.claude/pitfalls/`、`.claude/distillery/`、`.claude/profile/`
|
||||
- **本地环境**:`.claude/settings.local.json`(设备绑定,不版控;模板见 `settings.local.example.json`)
|
||||
Reference in New Issue
Block a user