validate_setup
Analyzes package.json and configuration files to verify the Appo SDK is installed and set up correctly, catching integration problems before development starts.
Instructions
Validate @appolabs/appo SDK installation and configuration. Analyzes package.json and optionally checks import patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tsConfig | No | Content of tsconfig.json (optional) | |
| sampleCode | No | Sample code to check for proper SDK usage patterns | |
| packageJson | Yes | Content of package.json file to analyze |