FlowGuard API - v1.2.0-rc.2
    Preparing search index...

    Type Alias ConvergenceResult<T>

    ConvergenceResult: ConvergedResult<T> | BlockedResult

    Result of a convergence loop (full or single-step).

    Discriminated union. Callers MUST narrow on result.kind before reading artifact — TypeScript will refuse to access artifact on the BlockedResult branch.

    All call sites in src/rails/{plan,implement,continue,architecture}.ts narrow on result.kind and route BLOCKED to the rails' RailBlocked path via blocked('SUBAGENT_UNABLE_TO_REVIEW').

    Type Parameters

    • T