feat(KB-297): auto-create refinement tasks from steering comments on done tasks
- Add logic to auto-create refinement task when steering comment is added to done task - Add 117 lines of unit tests covering auto-refinement trigger conditions - Include changeset for minor version bump
This commit is contained in:
7
.changeset/auto-refinement-steering-comment.md
Normal file
7
.changeset/auto-refinement-steering-comment.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Auto-create refinement task when steering comment added to done task
|
||||
|
||||
When a user adds a steering comment to a task in the "done" column, kb now automatically creates a refinement task with the comment text as feedback. This streamlines the feedback-to-action loop, allowing post-completion feedback to immediately spawn a follow-up refinement task. Only user-authored comments trigger auto-refinement; agent-authored comments do not.
|
||||
Reference in New Issue
Block a user