diff --git a/conductor/tracks/mma_core_engine_20260224/plan.md b/conductor/tracks/mma_core_engine_20260224/plan.md index d2c88ef..3cd69aa 100644 --- a/conductor/tracks/mma_core_engine_20260224/plan.md +++ b/conductor/tracks/mma_core_engine_20260224/plan.md @@ -5,12 +5,12 @@ - [x] Add `tree-sitter` and `tree-sitter-python` to `pyproject.toml` / `requirements.txt` (8fb75cc) - [x] Task: Core Parser Class (7a609ca) - [x] Create `ASTParser` in `file_cache.py` (7a609ca) -- [ ] Task: Skeleton View Extraction - - [ ] Write query to extract `function_definition` and `class_definition` - - [ ] Replace bodies with `pass`, keep type hints and signatures -- [ ] Task: Curated View Extraction - - [ ] Keep class structures, module docstrings - - [ ] Preserve `@core_logic` or `# [HOT]` function bodies, hide others +- [x] Task: Skeleton View Extraction (7a609ca) + - [x] Write query to extract `function_definition` and `class_definition` (7a609ca) + - [x] Replace bodies with `pass`, keep type hints and signatures (7a609ca) +- [x] Task: Curated View Extraction (7a609ca) + - [x] Keep class structures, module docstrings (7a609ca) + - [x] Preserve `@core_logic` or `# [HOT]` function bodies, hide others (7a609ca) ## Phase 2: Track 2 - State Machine & Data Structures - [ ] Task: The Dataclasses