chore(KB-331): update changeset files to @gsxdsm/fusion

This commit is contained in:
gsxdsm
2026-03-31 16:09:09 -07:00
parent f7eadc1e1b
commit 4ff2c70e19
152 changed files with 152 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
---
"@dustinbyrne/kb": patch
"@gsxdsm/fusion": patch
---
Fix executor to handle "Invalid transition" errors gracefully instead of marking tasks as failed. When a task is moved by the user while the executor is running, the executor's attempt to move the task will fail with an invalid transition error. This no longer marks the task as failed - instead it logs the situation and exits gracefully since the task is already in the desired state.