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
This commit is contained in:
gsxdsm
2026-04-01 08:18:00 -07:00
parent 2fbd3aaf6c
commit 9fd693880b
4 changed files with 305 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
---
"@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.