chore(release): v0.38.0
Version bump via changesets.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user