From ac6b0a3f141b3fae11e9e3a211105b6f097e91a8 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Mon, 31 Mar 2025 14:21:05 -0400 Subject: [PATCH] chore: task mgmt --- tasks/task_023.txt | 4 ++-- tasks/tasks.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/task_023.txt b/tasks/task_023.txt index 2cc74fed..87da91cd 100644 --- a/tasks/task_023.txt +++ b/tasks/task_023.txt @@ -872,7 +872,7 @@ Implement the addTemplates function in the MCP server's index.js file to enable ### Details: Analyze and refactor the project root handling mechanism to ensure consistent file path resolution across all MCP direct functions. This should properly handle relative and absolute paths, respect the projectRoot parameter when provided, and have appropriate fallbacks when not specified. Document the approach in a comment within path-utils.js for future maintainers. -## 39. Implement add-dependency MCP command [pending] +## 39. Implement add-dependency MCP command [in-progress] ### Dependencies: 23.31 ### Description: Create MCP tool implementation for the add-dependency command ### Details: @@ -896,7 +896,7 @@ Analyze and refactor the project root handling mechanism to ensure consistent fi ### Details: -## 43. Implement complexity-report MCP command [in-progress] +## 43. Implement complexity-report MCP command [done] ### Dependencies: 23.31 ### Description: Create MCP tool implementation for the complexity-report command ### Details: diff --git a/tasks/tasks.json b/tasks/tasks.json index eec6bf78..48cfac9a 100644 --- a/tasks/tasks.json +++ b/tasks/tasks.json @@ -1701,7 +1701,7 @@ "title": "Implement add-dependency MCP command", "description": "Create MCP tool implementation for the add-dependency command", "details": "", - "status": "pending", + "status": "in-progress", "dependencies": [ "23.31" ], @@ -1748,7 +1748,7 @@ "title": "Implement complexity-report MCP command", "description": "Create MCP tool implementation for the complexity-report command", "details": "", - "status": "in-progress", + "status": "done", "dependencies": [ "23.31" ],