Skip to content

OpenProse 0.13.1

Choose a tag to compare

@github-actions github-actions released this 05 May 05:26

Fixed

  • Compile success detectionprose compile now accepts a freshly written
    valid manifest.next.json when 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