chore: implement requested changes

This commit is contained in:
Ralph Khreish
2025-10-02 11:54:19 +02:00
parent 0aaa105021
commit 7660a29a1a
5 changed files with 213 additions and 15 deletions

View File

@@ -24,8 +24,6 @@ import {
hasCodebaseAnalysis
} from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import generateTaskFiles from './generate-task-files.js';
import { COMPLEXITY_REPORT_FILE } from '../../../src/constants/paths.js';
import { getDebugFlag, getDefaultSubtasks } from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import { findProjectRoot, flattenTasksWithSubtasks } from '../utils.js';