From 449335df049e894b7658eccd8cff0f0e04f056c4 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 26 Feb 2026 19:48:20 -0500 Subject: [PATCH] conductor(plan): Mark AST view extraction tasks as complete --- conductor/tracks/mma_core_engine_20260224/plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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