relayflows v1.1.0
Packages
@relayflows/core@1.1.0@relayflows/cli@1.1.0@relayflows/github-primitive@1.1.0@relayflows/slack-primitive@1.1.0@relayflows/browser-primitive@1.1.0
Install
npm install @relayflows/core@1.1.0
npm install -g @relayflows/cli@1.1.0
npm install @relayflows/github-primitive@1.1.0
npm install @relayflows/slack-primitive@1.1.0
npm install @relayflows/browser-primitive@1.1.0Publish Details
- Dist-tag:
latest - Provenance: enabled via
npm publish --provenance - Registry:
https://registry.npmjs.org
What's Changed
- fix(core): six runtime fixes found by dogfooding a real program flow by @khaliqgant in #41
- ci: gate pull requests on tests and typecheck by @miyaontherelay in #42
- fix(core): make workflow runs durable across resumes by @miyaontherelay in #23
- fix: make YAML-relative cwd resolution opt-in by @miyaontherelay in #43
- Fix exit-code verification across completion paths by @miyaontherelay in #44
- feat(core): add explicit terminal-success exits by @khaliqgant in #39
- feat(core): put sandbox execution behind a provider seam, off by default by @khaliqgant in #36
Full Changelog: v1.0.7...v1.1.0