fix(HAI-005): fix pre-existing build errors in types, executor, and dashboard server
This commit is contained in:
@@ -21,6 +21,7 @@ export interface Task {
|
||||
column: Column;
|
||||
dependencies: string[];
|
||||
worktree?: string;
|
||||
status?: string;
|
||||
steps: TaskStep[];
|
||||
currentStep: number;
|
||||
log: TaskLogEntry[];
|
||||
|
||||
Reference in New Issue
Block a user