Skip to content

core: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 11:32
02b0442

0.2.0 (2026-07-27)

⚠ BREAKING CHANGES

  • node authoring moves to serviceSpec.async/.effect(...) with flattened driver hooks; Driver.Async and Driver.Effect are removed from the public Driver namespace. Node and handle action calls are mode-native (the .async/.effect channels and handle.runAction are removed); use unwrapEffect/wrapPromise to cross the Promise/Effect boundary.

Features

  • mode-declared spec shapes, mode-native actions, lifecycle hardening (0.2.0) (#13) (2b98dfb)