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

    Type Alias PlanRecord

    PlanRecord: z.infer<typeof PlanRecord>

    Plan record with version history. Compliance requirement for regulated environments (banks, DATEV): every plan revision must be preserved for audit trail.

    • current: the active plan version
    • history: all previous versions (newest first)
    • reviewFindings: independent review findings per iteration (parallel, NOT mixed)

    Architecture invariant: plan.history = author artifacts, plan.reviewFindings = reviewer artifacts