feat(KB-622): unify steeringComments and comments into single field
- Add database migration to merge steeringComments into comments field - Update SQLite schema and queries to use unified comments column - Refactor TaskStore to handle single comments field instead of dual fields - Update dashboard components (SteeringTab, TaskCard) for unified comments - Update engine executor and PR comment handler for new field structure - Remove deprecated steeringComments from types and interfaces
This commit is contained in:
5
.changeset/unify-comments.md
Normal file
5
.changeset/unify-comments.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": minor
|
||||
---
|
||||
|
||||
Unify steeringComments and comments into a single comments field. All comments are now injected into the AI execution context.
|
||||
Reference in New Issue
Block a user