Expand description
plan — execution-plan.md reference implementation.
run_plan(plan, ops, exec): execute stage groups sequentially, interpret
null-binding skip, Skip propagation, and Error Policy Kind (fail/retry/continue)
to produce a deterministic result tree. Node execution is delegated to exec.
Structs§
Enums§
- Exec
Outcome - consumer-supplied node execution outcome (mock).
- Plan
Failure Code - Policy
Kind - Relation
Kind
Functions§
- run_
plan - Run the plan.
exec(op, bound_value)returns the node outcome (mock).