validate_setup
Verify Appo SDK installation and configuration by analyzing package.json and checking import patterns to ensure proper setup for mobile-web features.
Instructions
Validate @appolabs/appo SDK installation and configuration. Analyzes package.json and optionally checks import patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageJson | Yes | Content of package.json file to analyze | |
| tsConfig | No | Content of tsconfig.json (optional) | |
| sampleCode | No | Sample code to check for proper SDK usage patterns |