conductor(plan): Mark AST view extraction tasks as complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user