Release Notes
Added
- (schema,core) BP-level declarative context supply tiers (BP-global / Agent / Step) via AgentContextView
- (core,server,cli) unify task-level context exposure via AgentContextView (Contract C)
- (schema,mcp) schemars JsonSchema derives + mse://api/http-endpoints resource
- (server,service) per-Run init_ctx override + 3-layer merge chain + TaskRecord.task_input_spec persistence
- (schema,service) Blueprint.default_init_ctx with BP -> Task merge chain
- (operator-ws,agent-block) splice task-level project_root/work_dir into Direction and priority chain
- (middleware) add TaskInputMiddleware for Task-level context injection
- (compiler) kind=lua reachable on the default registry via inline spec.source
Other
- TaskInputMiddleware reads sibling fields directly, drop ST1 init_ctx fold-back
- thread TaskSpec.initial_directive Value end-to-end, render at consumer boundaries only
- (server) rename FlowTasksReq to TaskLaunchRequest and split init_ctx roles
- (mcp) publish mse://guides/operator-execution-model resource
Install mlua-swarm-cli 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.6.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.6.0/mlua-swarm-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install ynishi/tap/mse
Download mlua-swarm-cli 0.6.0