srcwalk

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

srcwalk — bootstrap entry

srcwalk —— 引导入口

Default to srcwalk for code navigation, large-file reading, repo maps, symbols, callers/callees, deps, and impact checks. Use raw reads or broad grep first only for pure text/path matching.
Before non-trivial use, you must run:
bash
srcwalk guide
Do not pipe, truncate, summarize, or sample
srcwalk guide
; later sections contain important routing rules and caveats.
Use root/command help only for flags:
bash
srcwalk --help
srcwalk <command> --help
默认使用srcwalk进行代码导航、大文件读取、仓库地图生成、符号查询、调用者/被调用者查找、依赖分析以及影响范围检查。仅在进行纯文本/路径匹配时,才优先使用直接读取或全局grep。
在进行重要操作前,你必须运行:
bash
srcwalk guide
不要对
srcwalk guide
的输出进行管道传输、截断、总结或抽样;后续章节包含重要的路由规则和注意事项。
仅在查看参数时使用根命令或子命令的帮助:
bash
srcwalk --help
srcwalk <command> --help