@lumiarq/planner
v1.0.1
Published
Plan generation and determinism tools for Lumiarq execution graphs.
Readme
@lumiarq/planner
Plan generation and determinism tools for Lumiarq execution graphs.
What it does
- Creates execution plans from IR and adapter metadata
- Computes DAG ordering for dependent plan steps
- Provides plan lock/hash checks for drift detection
Install
pnpm add @lumiarq/plannerContributing
- Add tests for ordering and determinism.
- Keep planner output stable for identical inputs.
- Run
pnpm --filter @lumiarq/planner test typecheck build.
