分析檔案變更的影響範圍(BFS)
Analyzes the impact range of file changes using BFS algorithm. Use this before modifying core modules to understand which other files will be affected and plan refactoring or testing accordingly.
/plugin marketplace add vivalalova/agent-ide/plugin install agent-ide@agent-ide-skills--file <file> --path <path>執行 agent-ide impact 命令,分析指定檔案變更後會影響哪些其他檔案。
--file <file> - 要分析的檔案(必填)--path <path> - 專案路徑(必填)--format json|summary - 輸出格式(預設 json)npx agent-ide impact $ARGUMENTS