alethia_compile
Compile natural-language test instructions to Alethia Action IR for previewing execution, debugging coverage gaps, or generating CI-ready scripts.
Instructions
Compile natural-language test instructions to Alethia Action IR text, without executing anything. Returns the compiled IR, per-line confidence scores (0-1), and warnings for any lines the compiler could not parse. Use this to preview what tell() will run, debug coverage gaps, or generate reproducible IR scripts for CI pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instructions | Yes | Plain-English instructions to compile (does not execute). |