Skip to main content

Module meta

Module meta 

Source
Expand description

planner::meta — Declarative workflow metadata extraction.

Extracts the meta = { phases = {...}, reasoning = "..." } table from a Lua workflow script without running main().

Structs§

MetaPhase
Single phase in a workflow plan. depends_on uses 1-based indices.
MetaValidation
Result of post-extraction validation.
PlanMeta
Declarative phase description for progress display and tracking.

Functions§

extract_meta
Extract the meta table from a Lua workflow script.
validate_meta
Validate the extracted meta.