feat(FN-1016): add comment-aware triage generation and stale approval invalidation
- Include user comments as context during AI triage spec generation and spec review - Invalidate stale spec approvals when new user comments are added after approval - Add lastApprovedAt tracking to task metadata for approval freshness detection - Add comprehensive tests for comment-aware triage, review, and stale approval logic - Add changeset for published package and update README with feature documentation
This commit is contained in:
5
.changeset/fn-1016-comment-aware-triage-review.md
Normal file
5
.changeset/fn-1016-comment-aware-triage-review.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
User comments are now consumed during task triage/spec review, and new user comments arriving after spec approval automatically invalidate the approval and trigger re-specification/re-review before task execution.
|
||||
Reference in New Issue
Block a user