axint_validate
Validate TypeScript intent definitions to identify errors and receive fix suggestions before Swift code generation.
Instructions
Validate a TypeScript intent definition without generating Swift output. Returns diagnostics with error codes and fix suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | TypeScript source code containing a defineIntent() call |