feat(KB-289): complete Step 4 — Add changeset for disabled AI title generation

This commit is contained in:
gsxdsm
2026-03-31 09:35:28 -07:00
parent e92cf50e91
commit 0ae578bd57
3 changed files with 60 additions and 178 deletions

View File

@@ -382,7 +382,6 @@ export class TaskStore extends EventEmitter<TaskStoreEvents> {
if (input.dependencies?.includes(id)) {
throw new Error(`Task ${id} cannot depend on itself`);
}
const now = new Date().toISOString();
const task: Task = {
id,