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