gid_refactor
Preview and apply graph refactoring operations like rename, move, split, or merge to modify codebase architecture.
Instructions
Preview or apply graph changes to codebase (rename, move, split, merge nodes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview changes without applying (default: true) | |
| nodeId | Yes | Node to refactor | |
| newName | No | New name for rename operation | |
| newLayer | No | New layer for move operation | |
| graphPath | No | Path to graph.yml (optional) | |
| operation | Yes | Refactoring operation |