- 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
237 B
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.