gograph_plan
Analyze code structure and dependencies to generate a step-by-step refactoring plan with symbol modifications and testing checklists.
Instructions
Analyze structural changes and dependencies to output a detailed refactoring execution plan. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool before making complex multi-file architectural changes or package refactoring. Do NOT use for trivial single-file edits. COMPLETENESS: Returns a step-by-step refactoring workflow detailing symbol modifications, dependency steps, and testing verification checklists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | The name of the symbol you intend to modify (e.g., 'ValidateToken') | |
| uncommitted | No | Set to true to generate a global plan for all currently uncommitted changes across the repository | |
| with_context | No | If set to true, bundles full context, source code, callers, callees, and architectural roles for each symbol to be inspected |