v0.1.0
Initial public release.
- Debt-driven dataflow engine: steps fire on what they owe their live inputs, re-deriving eligibility from current artifact values.
node:sqlitepersistence in WAL mode with commit-fingerprint compare-and-swap, no native dependencies.- CLI (
npx owenloop) for create, tick/run, status, and graph rendering (DOT / Mermaid). - Programmatic API:
createEngine,Engine,Store, definition loading/validation, graph/trace builders, andmodelCheck. - Engine-version contract so definitions targeting a newer engine fail loud instead of silently.
- Opaque
x:extension key that round-trips verbatim for downstream tooling. - JSON Schema validation of artifact values via
@cfworker/json-schema.
Requires Node >= 22.13.0. Licensed under Apache-2.0.