apply_move
Move symbols or rename files while automatically updating import paths across your codebase. Preview changes safely with dry-run mode.
Instructions
Move a symbol to a different file or rename/move a file, updating all import paths across the codebase. Dry-run by default (safe preview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | No | Symbol ID to move (mode: symbol) | |
| target_file | No | Target file path for the symbol (mode: symbol) | |
| source_file | No | File to move/rename (mode: file) | |
| new_path | No | New file path (mode: file) | |
| dry_run | No | Preview changes without applying (default: true) |