Venat v0.12.1
Status: Released
Released on 2026-07-31.
Multi-agent task governance preservation
worker.RunnerExecutor now preserves every authoring and governance field from a
scheduler-produced api.Task when it materializes the durable task. Parentage,
assignment, ownership component, action permission, tags, completion criteria,
dependency policy, blackboard access, retry policy, policy decisions, schemas,
and budget now survive the scheduler-to-worker boundary.
The runtime instance in Dispatch.To remains the authoritative
OwnerAgentID, matching the existing execution routing contract.
Idempotent Go formatting
The built-in coding.gofmt tool now declares Idempotent: true. Repeating the
same formatting operation is safe and no longer requires host applications to
override the tool definition to avoid false reconciliation conflicts.
Upgrade
go get github.com/Viking602/venat@v0.12.1
go install github.com/Viking602/venat/cmd/venat@v0.12.1
go mod tidyWhat's Changed
- fix(v0.12.1): preserve task governance metadata by @Viking602 in #43
Full Changelog: v0.12.0...v0.12.1