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

    Type Alias SessionState

    SessionState: z.infer<typeof SessionState>

    The complete FlowGuard session state. Single JSON document, atomically persisted, Zod-validated on every write.

    Slot pattern: each evidence field is nullable.

    • null = not yet produced (phase hasn't been reached)
    • present = evidence exists (phase was executed)

    The evaluator reads these slots to determine which guards pass.