feat(FN-702): add kb_task_update tool to pi extension

- Add kb_task_update tool enabling AI agents to update task title, size, and column
- Add extension tests for the new kb_task_update tool
- Clean up unused CSS styles, dead test code, and stale route handlers
- Include changeset for the new tool addition
This commit is contained in:
gsxdsm
2026-04-02 13:22:05 -07:00
parent 2052f93294
commit 06ffd8e35e
3 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": minor
---
Add `kb_task_update` tool to pi extension for modifying task title, description, and dependencies after creation.