compile_story
Compile an .ink file to identify and return syntax errors, warnings, and TODOs with file and line numbers. Run after any edit to verify story structure.
Instructions
Compile an .ink file with inklecate and return structured issues (errors, warnings, TODOs) with file and line numbers. The authoritative syntax/structure check — run this after any edit to an .ink file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the root .ink file | |
| detail | No | Response detail (default standard); full returns every compile issue | |
| findingLimit | No | Maximum compile issue summaries in standard detail (default 20) |