AutoBE
    Preparing search index...

    Type Alias AutoBeDiagnosticResolution

    Resolution disposition for ONE TypeScript compiler diagnostic: remedy | escalate.

    Compile-error correction agents (Realize and Test phases alike) receive the current compilation failure as a numbered "Diagnostic Resolution Targets" list (#N = array index over the diagnostics shown). Every listed index must receive exactly one disposition entry — missing, duplicated, or unknown indexes are rejected by the deterministic coverage validator, so no diagnostic can be silently skipped.

    A disposition is not necessarily a fix: escalate honestly when the root cause lies outside the code being corrected.

    Samchon