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,6 +0,0 @@
---
"@fusion/core": patch
"@fusion/dashboard": patch
---
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.