build fix

This commit is contained in:
SuperComboGamer
2025-12-17 21:50:48 -05:00
parent ca8341bf39
commit 3cd6e8c13b
2 changed files with 16 additions and 15 deletions

View File

@@ -24,8 +24,6 @@ export interface Feature {
spec?: string;
model?: string;
imagePaths?: Array<string | { path: string; [key: string]: unknown }>;
status?: string;
model?: string;
skipTests?: boolean;
thinkingLevel?: string;
planningMode?: 'skip' | 'lite' | 'spec' | 'full';