From d2c0d02d19576155a300216f644aac94586aadc0 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 2 May 2026 13:23:28 -0400 Subject: [PATCH] conductor(plan): Mark tasks 2 and 3 as complete in Phase 1 --- conductor/tracks/test_coverage_expansion_20260309/plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conductor/tracks/test_coverage_expansion_20260309/plan.md b/conductor/tracks/test_coverage_expansion_20260309/plan.md index d5c5080..4990dbd 100644 --- a/conductor/tracks/test_coverage_expansion_20260309/plan.md +++ b/conductor/tracks/test_coverage_expansion_20260309/plan.md @@ -2,8 +2,8 @@ ## Phase 1: Tool Accessibility and State Unit Tests - [x] Task: Review current tool registration and disabling logic in `src/mcp_client.py` and `src/api_hooks.py`. -- [~] Task: Write Tests: Create unit tests in `tests/test_agent_tools_wiring.py` (or similar) to verify turning a tool off removes it from the agent's available tool list. -- [ ] Task: Implement: If tests fail due to missing logic, update the tool filtering implementation to ensure disabled tools are strictly excluded from the context sent to the provider. +- [x] Task: Write Tests: Create unit tests in `tests/test_agent_tools_wiring.py` (or similar) to verify turning a tool off removes it from the agent's available tool list. 2666a33 +- [x] Task: Implement: If tests fail due to missing logic, update the tool filtering implementation to ensure disabled tools are strictly excluded from the context sent to the provider. 2666a33 - [ ] Task: Conductor - User Manual Verification 'Phase 1: Tool Accessibility and State Unit Tests' (Protocol in workflow.md) ## Phase 2: MMA Agent 'Step Mode' Simulation Tests