fix(FN-2116): use sqlite-backed agent storage

This commit is contained in:
gsxdsm
2026-04-18 17:25:17 -07:00
parent e7a09c77a8
commit 301faefbd6
20 changed files with 587 additions and 451 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Prevent unpaused in-progress tasks from recursively scheduling execution while resume logging emits task updates.

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Move agent lifecycle storage from file-backed JSON records to SQLite and stop heartbeat timers when agents are disabled, deleted, or terminated.