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:
@@ -675,6 +675,7 @@ export class TaskExecutor {
|
||||
const task = await store.createTask({
|
||||
description: params.description,
|
||||
dependencies: params.dependencies,
|
||||
column: "triage",
|
||||
});
|
||||
const deps = task.dependencies.length ? ` (depends on: ${task.dependencies.join(", ")})` : "";
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user