Files
fusion/.changeset/fix-prompt-sync-on-title-update.md
gsxdsm e9808ada71 feat(FN-679): regenerate PROMPT.md on task title/description updates
- Implement automatic PROMPT.md regeneration in updateTask() when title or description changes
- Add comprehensive tests for PROMPT.md sync behavior in store.test.ts
- Create changeset for the PROMPT.md sync fix
- Remove multi-project migration changeset (superseded)
- Update dashboard components and styles for setup wizard and provider icons
2026-04-01 08:18:00 -07:00

566 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix PROMPT.md not syncing when task title or description is edited in the dashboard

Previously, when users edited a task's title or description via updateTask(), the PROMPT.md file was not being regenerated, causing a mismatch between what users saw in the dashboard and what the AI executor saw. Now PROMPT.md is automatically regenerated whenever title or description changes, preserving all existing sections (Dependencies, Steps, File Scope, Acceptance Criteria, Notifications) while updating the heading and Mission section.