Commit Graph

8 Commits

Author SHA1 Message Date
Zhang Jiahao
04efa2d72e Refine locate tooling notes based on hands-on testing
eza 的 --tree 在没有路径参数时会静默输出空结果,实测踩坑,需
明确写出必须加 `.`;broot 实测需要 TTY 且首次运行会改 shell rc,
对 CLI/Claude Code 没有增量价值,标注跳过避免后续误用。
2026-04-21 00:37:01 +08:00
Zhang Jiahao
ef183636fc Add apt to package manager list
Linux 环境的系统级依赖安装默认走 apt,明确写出避免在 Ubuntu 上
误用其他发行版的包管理器(yum/dnf/pacman)。
2026-04-21 00:34:05 +08:00
Zhang Jiahao
0a5d283dfd Add locate tooling and plan-stage token/time estimates
Mature repos benefit from structured scans (repomix / eza / fd / rg)
over blind Reads; explicit token and wall-clock estimates in the Plan
step let the user redirect early before a scope mismatch burns context.
2026-04-21 00:31:38 +08:00
Zhang Jiahao
bc16d00ea7 Add TypeScript preference for web stack
Web 项目默认 TypeScript 可减少运行时类型错误并与既有 Node/前端工程保持一致;
对接既有 JS 项目时仍尊重项目自身的语言选择。
2026-04-21 00:19:24 +08:00
Knowit
36b1759243 Add Gitea management boundaries to §0
Why: Charles asked whether I can proactively manage repos on his Gitea.
Define explicit allow / confirm / forbid tiers so I don't accidentally
delete a repo or force-push main.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 21:28:54 +08:00
Knowit
708665d734 Add Locate → Plan → Execute workflow to §1
Why: Charles wants an explicit three-phase workflow alongside the
existing "Think Before Coding" checklist, not a replacement.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 21:26:46 +08:00
Knowit
ce33e4351a Unify CLAUDE.md in English; update git/address preferences
Why: keep a single language register for the global guide, and reflect
Charles's updated defaults (push when possible, address as Charles).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 21:23:12 +08:00
Knowit
6406ef36a5 Add global CLAUDE.md with behavioral guidelines
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 21:15:21 +08:00