fix(KB-290): explicitly set column to triage in task_create tool

- Add changeset for patch release
- Update store.ts with column handling improvements
- Explicitly set column: 'triage' in executor task_create tool
This commit is contained in:
gsxdsm
2026-03-31 09:26:56 -07:00
parent c6b5757b1d
commit 349fc3b107
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
"@dustinbyrne/kb": patch
---
Fix task_create tool to explicitly set column: "triage"
The executor agent's task_create tool now explicitly passes `column: "triage"`
when creating tasks via the store. This ensures tasks created during execution
always land in triage for proper specification by the AI, matching the behavior
of the triage agent's task_create tool.