chore: fix CI

- adapt tests to new codebase
- improve integration tests by reducing the amount of tasks (to make the tests faster)
This commit is contained in:
Ralph Khreish
2025-10-02 14:53:11 +02:00
parent 7660a29a1a
commit 1d197fe9c2
6 changed files with 23 additions and 22 deletions

View File

@@ -24,12 +24,9 @@ import {
hasCodebaseAnalysis
} from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import { getDebugFlag, getDefaultSubtasks } from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import { findProjectRoot, flattenTasksWithSubtasks } from '../utils.js';
import { ContextGatherer } from '../utils/contextGatherer.js';
import { FuzzyTaskSearch } from '../utils/fuzzyTaskSearch.js';
import { flattenTasksWithSubtasks, findProjectRoot } from '../utils.js';
/**
* Expand a task into subtasks using the unified AI service (generateObjectService).