fix(FN-4929): finalize daemon typecheck fix and changeset

Fusion-Task-Id: FN-4929
Fusion-Task-Lineage: 557ef659-c835-47de-b30c-a8b03d66d8bf
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 14:02:04 -07:00
committed by gsxdsm
parent 02eb9dc2f6
commit 8d9b893ea1
2 changed files with 29 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix a daemon startup ordering regression by deferring the peer-exchange global-settings read until after the primary task store is created, resolving `TS2448`/`TS2454` typecheck failures in `packages/cli/src/commands/daemon.ts`.