Files
fusion/.changeset/fix-file-operations-database-storage.md
gsxdsm d69385a0fb fix(KB-602): harden file operations for database-backed storage
- Create task directories on-demand when file operations need them\n- Handle missing directories gracefully for writes (PROMPT.md, task.json, agent.log, attachments)\n- Handle missing files gracefully for reads (empty string returns)\n- Add comprehensive tests for storage resilience (161 new assertions)\n- Add changeset for the patch release
2026-03-31 17:30:36 -07:00

237 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix file-based operations to work correctly with database-backed storage. Task directories are now created on-demand when file operations need them, preventing ENOENT errors when directories are missing.