fix(KB-601): fix atomicWriteTaskJson missing directory error

- Fix atomicWriteTaskJson to ensure parent directory exists before writing
- Add changeset for unpause missing directory fix
- Remove deprecated backup commands and related code
- Clean up unused settings fields and API routes
- Remove task comments and merge details components
- Update store tests to reflect directory fix behavior
This commit is contained in:
gsxdsm
2026-03-31 16:38:19 -07:00
parent e512f438b9
commit b3083011ab
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix ENOENT error when unpausing tasks with missing directories by ensuring task directory exists before writing task.json