From dd882b928d865fce6929cd3a162097dfc4fdbb6d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 2 Mar 2026 16:51:37 -0500 Subject: [PATCH] conductor(plan): Mark phase 'Phase 2' as complete --- .../tracks/architecture_boundary_hardening_20260302/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tracks/architecture_boundary_hardening_20260302/plan.md b/conductor/tracks/architecture_boundary_hardening_20260302/plan.md index 8ecb31b..a908449 100644 --- a/conductor/tracks/architecture_boundary_hardening_20260302/plan.md +++ b/conductor/tracks/architecture_boundary_hardening_20260302/plan.md @@ -10,7 +10,7 @@ Focus: Stop `mma_exec.py` from injecting massive full-text dependencies and remo - [x] Task 1.1: In `scripts/mma_exec.py`, completely remove the `UNFETTERED_MODULES` constant and its associated `if dep in UNFETTERED_MODULES:` check. Ensure all imported local dependencies strictly use `generate_skeleton()`. 6875459 - [x] Task 1.2: In `scripts/mma_exec.py` and `scripts/claude_mma_exec.py`, remove the hardcoded reference to `C:\projects\misc\setup_*.ps1`. Rely on the active environment's PATH to resolve `gemini` and `claude`, or provide an `.env` configurable override. b30f040 -## Phase 2: Complete MCP Tool Integration & Seal HITL Bypass (Application Core) +## Phase 2: Complete MCP Tool Integration & Seal HITL Bypass (Application Core) [checkpoint: 1a65b11] Focus: Expose all native MCP tools in the config and GUI, and ensure mutating tools trigger user approval. - [x] Task 2.1: Update `manual_slop.toml` and `project_manager.py`'s `default_project()` to include all new tools (e.g., `set_file_slice`, `py_update_definition`, `py_set_signature`) under `[agent.tools]`. e4ccb06