fix: add-task fixes (#960)

- remove task-generation
- fix mcp add-task generation in manual mode
This commit is contained in:
Ralph Khreish
2025-07-12 09:19:21 +03:00
committed by GitHub
parent fbea48d8ec
commit baf9bd545a
2 changed files with 1 additions and 12 deletions

View File

@@ -125,8 +125,7 @@ export async function addTaskDirect(args, log, context = {}) {
},
'json', // outputFormat
manualTaskData, // Pass the manual task data
false, // research flag is false for manual creation
projectRoot // Pass projectRoot
false // research flag is false for manual creation
);
newTaskId = result.newTaskId;
telemetryData = result.telemetryData;