主仓库的 CLAUDE.md 用 @~/.claude/note.md 等路径引用本地侧边文件, 克隆者 机器上默认没有这些文件会导致 @ 解析为空。提供 mdTemplet/ 下的现成样本 (note.md 工具笔记/debug.md 踩坑记录/log.md 会话日志空壳) 方便克隆者直接 拷到自己的 ~/.claude/ 作为起点。
9 lines
334 B
Markdown
9 lines
334 B
Markdown
# 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
|