validate_composer_autoload
Check PSR-4 autoload mappings against actual file structure. Identify mismatched namespaces, missing directories, and misplaced files to ensure correct autoloading.
Instructions
Verify PSR-4 autoload mappings in composer.json match actual file/directory structure. Detects mismatched namespaces, missing directories, and files in wrong locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the plugin root |