@lumiarq/context
v1.0.1
Published
Shared types and core IR utilities used across Lumiarq packages.
Readme
@lumiarq/context
Shared types and core IR utilities used across Lumiarq packages.
What it does
- Defines IR, execution plan, adapter, and verification types
- Provides IR build/load/save/migration helpers
- Includes IR diff and project watch utilities
- Exposes runtime profile and trace event type contracts
Install
pnpm add @lumiarq/contextContributing
- Treat type changes as API changes.
- Keep backwards compatibility in persisted IR migrations.
- Run
pnpm --filter @lumiarq/context test typecheck build.
