Files
claudeplus/mdTemplet/note.md
2026-04-21 01:31:39 +08:00

22 lines
1.3 KiB
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.
# Practice Notes
按工具 / 主题分节。跨工具的工作流放在前面(如 `## Locate workflow`),单工具的具体实践放各自 `## <tool>` 节下。
## Locate workflow (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
## lightpanda
- 关掉遥测:`export LIGHTPANDA_DISABLE_TELEMETRY=true`
- 快速抓 markdownA 模式):`lightpanda fetch --dump markdown --obey-robots <url>``--wait-until` / `--wait-ms` / `--wait-selector` 调节等待
- 作 web-access skill 的 CDP 后端B 模式):
1. `lightpanda serve --host 127.0.0.1 --port 9222` 后台跑
2. `node ~/.claude/skills/web-access/scripts/cdp-proxy.mjs` 后台跑(自动扫 9222
3.`curl http://localhost:3456/new?url=...` 等 API`/targets` 列 tab`/eval?target=ID` 执行 JS`/info?target=ID` 查标题/URL
- 区分 A vs B公开静态页用 A快、无状态需要点击/上传/多 tab/交互取 DOM 用 B
- 不具备登录态(对比 web-access 连用户日常 Chrome需要登录的站点仍走用户 Chrome 模式