chore: format

This commit is contained in:
Ralph Khreish
2025-08-28 17:32:27 +02:00
parent 00eb71dce8
commit e3f03e4ac8
6 changed files with 449 additions and 1615 deletions

View File

@@ -20,10 +20,7 @@ import {
flattenTasksWithSubtasks
} from '../utils.js';
import { generateTextService } from '../ai-services-unified.js';
import {
getDebugFlag,
isClaudeCode
} from '../config-manager.js';
import { getDebugFlag, isClaudeCode } from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import generateTaskFiles from './generate-task-files.js';
import { ContextGatherer } from '../utils/contextGatherer.js';
@@ -55,7 +52,6 @@ async function updateSubtaskById(
const logFn = mcpLog || consoleLog;
const isMCP = !!mcpLog;
// Report helper
const report = (level, ...args) => {
if (isMCP) {