FlowGuard API - v1.2.0-tp.1
    Preparing search index...

    Type Alias ValidationResult

    ValidationResult: z.infer<typeof ValidationResult>

    Result of a single validation check — produced by flowguard_run_check execution.

    Cryptographic evidence binding:

    • outputDigest = sha256(stdout + stderr) computed at execution time
    • exitCode = actual process exit code (0 = passed)
    • executionMs = wall-clock duration
    • startedAt = ISO timestamp when execution began

    No agent self-report: all fields are runtime-produced, not agent-supplied.