rulvar API reference / @rulvar/plan / RebaseReasonCode
Type Alias: RebaseReasonCode
ts
type RebaseReasonCode =
| "admission_denied"
| "node_already_done"
| "dep_already_resolved"
| "node_escalated"
| "node_running"
| "terminal_status"
| "dep_cycle"
| "already_parked"
| "not_parked"
| "no_such_dep"
| "already_waived"
| "bad_base"
| "lineage_exhausted"
| "lineage_busy"
| "plan_frozen"
| "checkpoint_discarded"
| "reuse_by_reference"
| "resolved_escalation"
| "immediate_satisfaction";Defined in: packages/plan/src/plan-entries.ts:87
The complete machine reason vocabulary, normative and closed.