validate_plugin
Validate plugin structure, route and build contracts, and registry to ensure compliance before integration.
Instructions
Validate plugin structure, route contract (createRouter(deps)), build contract (tsconfig.build.json), and registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | Enable strict validation (default: false) | |
| pluginPath | Yes | Path to plugin directory (relative to project root, e.g. plugins/my-plugin) |