This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ClaudeInit/CLAUDE.md
2026-04-24 16:42:22 +08:00

44 lines
1002 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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`