validate_scripts
Batch-check GDScript files for errors, using git-changed files by default or specify custom paths.
Instructions
Batch-check GDScript files (git-changed by default, or all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "changed" = git-changed .gd (default); "all" = every .gd in project | |
| projectPath | Yes | Godot project path | |
| scriptPaths | No | Optional explicit list of .gd paths to check (overrides scope) |