debug_why_transcript_failed
Identify why a transcript failed by correlating failure symptoms with ABL file/line diagnoses. Analyze transcript JSON and package files to pinpoint root causes.
Instructions
[Arch Optimize] Arch validates packages, inspects compiler-visible models, and drives repair loops. Given a transcript JSON and exported package folder/.zip or file map, correlate transcript failure symptoms with ABL file/line diagnoses such as finalize -> COMPLETE -> RESPOND: "".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional import-style payload. data.files is accepted as the package file map. | |
| path | No | Local project folder or .zip path to inspect | |
| files | No | Relative path -> UTF-8 file content map | |
| transcript | No | Transcript JSON object or JSON string | |
| transcriptPath | No | Local path to a transcript JSON file |