Skip to content

v0.1.9

Choose a tag to compare

@briananderson1222 briananderson1222 released this 09 Jun 18:17
· 39 commits to main since this release
3b8552b

Summary

  • Organized Flow runtime source into domain folders for contracts, runtime, shared helpers, config, definitions, gates, transitions, reports, release checks, and console implementation.
  • Preserved generated package entrypoints with root compatibility shims for the CLI, root exports, console projection/server, and flow-files.
  • Moved Node test suites from scripts/check-.mjs to tests/node/.test.mjs and kept scripts focused on operational repository tooling.
  • Updated repo hook validation so validate:repo-hooks runs the moved hook test path.

Verification

  • PR #49 passed CI: Test and package.
  • Publish workflow 27223866334 passed Node 18, 22, and 24 verification, pack dry run, and npm publish.
  • npm registry reports @kontourai/flow@0.1.9 as latest.
  • tool-code-reviewer approved after the hook validation path fix.
  • tool-security-reviewer approved.
  • tool-verifier passed acceptance criteria.
  • tool-playwright passed browser verification: 5 passed / 1 skipped.