uncomitted changes from the agent.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Implementation Plan: Granular AST Control
|
||||
|
||||
## Phase 1: Models & UI State
|
||||
- [ ] Update `FileItem` model in `src/models.py` to support the new AST states.
|
||||
- [ ] Update `src/gui_2.py` Context Panel to render toggle buttons/dropdowns for the new states.
|
||||
- [x] Update `FileItem` model in `src/models.py` to support the new AST states.
|
||||
- [x] Update `src/gui_2.py` Context Panel to render toggle buttons/dropdowns for the new states.
|
||||
|
||||
## Phase 2: Aggregation Logic
|
||||
- [ ] Modify `src/aggregate.py` to intercept files with these states and call the appropriate `tree-sitter` MCP tools.
|
||||
- [ ] Ensure caching works for the new AST extraction states.
|
||||
- [x] Modify `src/aggregate.py` to intercept files with these states and call the appropriate `tree-sitter` MCP tools.
|
||||
- [x] Ensure caching works for the new AST extraction states.
|
||||
|
||||
Reference in New Issue
Block a user