name: code-explore description: Inspect the current local codebase to explain directory structure, entrypoints, dependencies, call paths, and data flow. Use when the user asks to understand a project, trace where a feature lives, find core files, or review code relationships without changing behavior. Do not use for GitHub issue triage, PR operations, or non-code documents. Chinese triggers: 分析專案結構、找入口檔案、梳理依賴、看呼叫鏈、看資料流、只分析不改程式碼.
先把程式碼庫看清楚,再談修改。
來源於7w4.net。