format: fixed formatting issues
This commit is contained in:
@@ -285,7 +285,7 @@ function findTaskById(tasks, taskId) {
|
|||||||
// For a main task, look for a direct match
|
// For a main task, look for a direct match
|
||||||
if (!taskResult.isSubtask) {
|
if (!taskResult.isSubtask) {
|
||||||
const taskAnalysis = complexityReport.complexityAnalysis.find(
|
const taskAnalysis = complexityReport.complexityAnalysis.find(
|
||||||
analysis => analysis.taskId === taskResult.id
|
(analysis) => analysis.taskId === taskResult.id
|
||||||
);
|
);
|
||||||
|
|
||||||
if (taskAnalysis) {
|
if (taskAnalysis) {
|
||||||
@@ -421,6 +421,23 @@ function detectCamelCaseFlags(args) {
|
|||||||
|
|
||||||
// Export all utility functions and configuration
|
// Export all utility functions and configuration
|
||||||
export {
|
export {
|
||||||
CONFIG, detectCamelCaseFlags, disableSilentMode, enableSilentMode, findCycles, findTaskById, findTaskInComplexityReport, formatTaskId, getTaskManager, isSilentMode, log, LOG_LEVELS, readComplexityReport, readJSON, sanitizePrompt, taskExists, toKebabCase, truncate, writeJSON
|
CONFIG,
|
||||||
|
detectCamelCaseFlags,
|
||||||
|
disableSilentMode,
|
||||||
|
enableSilentMode,
|
||||||
|
findCycles,
|
||||||
|
findTaskById,
|
||||||
|
findTaskInComplexityReport,
|
||||||
|
formatTaskId,
|
||||||
|
getTaskManager,
|
||||||
|
isSilentMode,
|
||||||
|
log,
|
||||||
|
LOG_LEVELS,
|
||||||
|
readComplexityReport,
|
||||||
|
readJSON,
|
||||||
|
sanitizePrompt,
|
||||||
|
taskExists,
|
||||||
|
toKebabCase,
|
||||||
|
truncate,
|
||||||
|
writeJSON
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user