Skip to content

PlanReviewTrigger

PlanReviewTrigger = "started" | "skipped" | "error"

Defined in: src/plan-gate.ts:39

Outcome of an on-demand consider(): a reviewer actually spawned, the request was a no-op (plan unchanged / already approved / nothing to review), or a spawn attempt failed. The review-plan route relays this so the UI can distinguish a silent dedupe from a real error.