Skip to content

0.10.0 - 2026-07-14

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:39
9bff0f6

Release Notes

Added

  • (cli) flow/bp Lua authoring DSL + mse bp build subcommand
  • verdict contract enforcement completeness — completion-time check on all submit routes (GH #51)
  • verdict contract — per-agent verdict declaration enforced at compile and submit (GH #50)
  • WorkerModel schema — Runner enum, runners registry, resolve cascade (GH #46 Milestone 2)

Other

  • Merge branch 'origin/main' into main
  • Merge branch 'topic/verdict-enforcement-completeness' into main
  • (bp) document canonical verdict-return patterns for BP flow

Install mlua-swarm-cli 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.10.0/mlua-swarm-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ynishi/mlua-swarm/releases/download/v0.10.0/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.10.0

File Platform Checksum
mlua-swarm-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mlua-swarm-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
mlua-swarm-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mlua-swarm-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mlua-swarm-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum