OpenProse 0.13.1
Fixed
- Compile success detection —
prose compilenow accepts a freshly written
validmanifest.next.jsonwhen the harness exits nonzero afterward, while
still rejecting missing manifests, invalid IR, error diagnostics, and aborted
runs. - Serve trigger behavior — HTTP triggers now acknowledge immediately while
dispatching activations in the background, and cron-only manifests still expose
the local health endpoint. - Smoke fixture isolation — Responsibility Runtime smoke fixtures stay
inside their source root and include the local pattern dependencies needed by
the compiler.
Install
Install with npm:
npm install --global @openprose/prose-cli@0.13.1
Install with the release tarball:
curl -fsSL https://raw.githubusercontent.com/openprose/prose/main/tools/cli/install.sh | sh