Compare commits

...

2 Commits

Author SHA1 Message Date
Ralph Khreish
c47e2cf0fe fix: issues 2025-07-10 10:29:51 +03:00
Ralph Khreish
033cab34b6 refactor(commands): Update tasks path retrieval to use taskMaster.getTasksPath() for consistency 2025-07-10 10:26:54 +03:00

View File

@@ -1016,7 +1016,7 @@ function registerCommands(programInstance) {
`Updating tasks from ID >= ${fromId} with prompt: "${prompt}"` `Updating tasks from ID >= ${fromId} with prompt: "${prompt}"`
) )
); );
console.log(chalk.blue(`Tasks file: ${tasksPath}`)); console.log(chalk.blue(`Tasks file: ${taskMaster.getTasksPath()}`));
if (useResearch) { if (useResearch) {
console.log( console.log(