docs(KB-041): complete Step 6 — add refine feature to README and create changeset

This commit is contained in:
gsxdsm
2026-03-29 21:05:19 -07:00
parent b8de98cc6d
commit 61303f1438
10 changed files with 509 additions and 45 deletions

View File

@@ -0,0 +1,11 @@
---
"@dustinbyrne/kb": minor
---
Add "refine task" feature for creating follow-up tasks from completed or in-review work
- New `kb task refine <id>` CLI command with interactive and `--feedback` flag modes
- New `kb_task_refine` pi extension tool for AI agents
- Dashboard UI with "Request Refinement" button on done/in-review task detail modal
- Creates new task in triage with dependency on original task
- Supports feedback text up to 2000 characters