Skip to content

v0.1.0

Choose a tag to compare

@alexattd alexattd released this 03 Jul 17:46
547b867

Initial public release.

  • Debt-driven dataflow engine: steps fire on what they owe their live inputs, re-deriving eligibility from current artifact values.
  • node:sqlite persistence 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, and modelCheck.
  • 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.