chore(release): v0.28.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-12 23:05:47 -07:00
parent 33a1a9df1e
commit 8b5df5c79d
55 changed files with 263 additions and 33 deletions

View File

@@ -1,5 +1,11 @@
# @fusion/core
## 0.28.1
### Patch Changes
- 681770f: Remove false-positive `committed_reservation_for_existing_id` task-ID-integrity check. The rule flagged every committed reservation that pointed at an existing task, but that's the happy-path steady state — a reservation transitions to `committed` immediately after the task row is inserted, so it's always expected to map to an existing ID. The banner was firing on every healthy node with task history.
## 0.28.0
## 0.27.1

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.28.0",
"version": "0.28.1",
"license": "MIT",
"description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",