docs(KB-176): complete Step 6 — add changeset for completion summary feature
This commit is contained in:
12
.changeset/add-completion-summary.md
Normal file
12
.changeset/add-completion-summary.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add completion summary section to task Definition tab
|
||||
|
||||
- Added `summary` field to Task type for storing completion summaries
|
||||
- Updated executor system prompt to guide AI in generating completion summaries
|
||||
- Modified `task_done()` tool to accept optional summary parameter
|
||||
- Added Summary section to Definition tab for done tasks with visual styling
|
||||
- Summary is displayed with markdown rendering and success-colored accents
|
||||
- All existing tests pass; added new tests for summary functionality
|
||||
Reference in New Issue
Block a user