conductor(plan): Mark Phase 1 as complete and start Phase 2

This commit is contained in:
2026-05-13 21:43:26 -04:00
parent d044ccb2e0
commit 578d9a2bbc
@@ -1,13 +1,13 @@
# Implementation Plan: Python Structural MCP Tools
## Phase 1: Core Logic Implementation
- [x] Task: Create `scripts/py_struct_tools.py` to house shared AST and regex manipulation logic. [fa82c1a]
- [x] Task: Implement the "Surgical Indentation Shifter" utility to enforce 1-space indentation context without destructive full-file formatting. [fa82c1a]
- [x] Task: Implement `py_remove_def` core logic. [fa82c1a]
- [x] Task: Implement `py_add_def` core logic. [fa82c1a]
- [x] Task: Implement `py_move_def` core logic. [fa82c1a]
- [x] Task: Implement `py_region_wrap` core logic. [fa82c1a]
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Core Logic Implementation' (Protocol in workflow.md)
- [x] Task: Create `scripts/py_struct_tools.py` to house shared AST and regex manipulation logic. [d044ccb]
- [x] Task: Implement the "Surgical Indentation Shifter" utility to enforce 1-space indentation context without destructive full-file formatting. [d044ccb]
- [x] Task: Implement `py_remove_def` core logic. [d044ccb]
- [x] Task: Implement `py_add_def` core logic. [d044ccb]
- [x] Task: Implement `py_move_def` core logic. [d044ccb]
- [x] Task: Implement `py_region_wrap` core logic. [d044ccb]
- [~] Task: Conductor - User Manual Verification 'Phase 1: Core Logic Implementation' (Protocol in workflow.md)
## Phase 2: MCP Client Integration
- [ ] Task: Register JSON schemas for `py_remove_def`, `py_add_def`, `py_move_def`, and `py_region_wrap` in `src/mcp_client.py`.