debug_diagnose_transcript
Diagnose transcript failures by matching JSON transcripts with project files to pinpoint exact ABL file and line issues for targeted repairs.
Instructions
[Arch Optimize] Arch validates packages, inspects compiler-visible models, and drives repair loops. Alias for debug_why_transcript_failed. Given transcript JSON plus project files, returns correlated ABL file/line diagnoses.
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 |