chore(release): v0.38.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-29 23:17:31 -07:00
parent 1207dac52d
commit 45d22586dc
67 changed files with 356 additions and 113 deletions

View File

@@ -1,5 +1,13 @@
# @fusion/engine
## 0.38.0
### Patch Changes
- 9112b7d: Fix scheduler overlap deferral starvation by considering only runnable queued todo tasks as higher-priority overlap competitors. Dependency-blocked queued tasks now keep their unmet-dependency queue state without reserving overlapping files from ready work, while active in-progress and eligible in-review tasks continue to hold explicit file-scope leases. Dispatch logs now distinguish unmet dependencies, active file-scope lease blocking, and higher-priority runnable queued-task deferral.
- @fusion/core@0.38.0
- @fusion/pi-claude-cli@0.38.0
## 0.37.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.37.0",
"version": "0.38.0",
"license": "MIT",
"description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",