Expand description
planner::meta — Declarative workflow metadata extraction.
Extracts the meta = { phases = {...}, reasoning = "..." } table from a
Lua workflow script without running main().
Structs§
- Meta
Phase - Single phase in a workflow plan.
depends_onuses 1-based indices. - Meta
Validation - Result of post-extraction validation.
- Plan
Meta - Declarative phase description for progress display and tracking.
Functions§
- extract_
meta - Extract the
metatable from a Lua workflow script. - validate_
meta - Validate the extracted meta.