feat(FN-5413): add null description persist regression test

Added a regression test for null description persistence in the core task store and a CLI patch changeset to ship the fix.

Fusion-Task-Id: FN-5413
This commit is contained in:
Fusion (runfusion.ai)
2026-05-21 08:19:57 -07:00
committed by gsxdsm
parent f236dc3982
commit a04ba3cf21
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Coerce null or undefined `task.description` values to an empty string when persisting TaskStore rows.