Add mdTemplet/ sidecar templates for CLAUDE.md @-imports

主仓库的 CLAUDE.md 用 @~/.claude/note.md 等路径引用本地侧边文件, 克隆者
机器上默认没有这些文件会导致 @ 解析为空。提供 mdTemplet/ 下的现成样本
(note.md 工具笔记/debug.md 踩坑记录/log.md 会话日志空壳) 方便克隆者直接
拷到自己的 ~/.claude/ 作为起点。
This commit is contained in:
Zhang Jiahao
2026-04-21 00:51:56 +08:00
parent e99b5fe482
commit d99ac3a142
3 changed files with 27 additions and 0 deletions

8
mdTemplet/note.md Normal file
View File

@@ -0,0 +1,8 @@
# Practice Notes
## Locate tooling (for mature/unfamiliar repos)
- `repomix -o /tmp/x.xml` (or `repomix <subdir>`) — full-repo LLM pack; slice by subdir if > 100k tokens
- `eza --tree --git-ignore --level=3 .` for layout (path arg required)
- `fd <pat>` for files; `rg <sym>` for call sites
- `git ls-files` when tokens are tight