docs(KB-176): complete Step 6 — add changeset for completion summary feature

This commit is contained in:
gsxdsm
2026-03-30 19:04:00 -07:00
parent e43d7951ca
commit bae937eec6

View 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