Private
Public Access
0
0

update hot reload track

This commit is contained in:
2026-05-16 03:11:58 -04:00
parent 8065b14d90
commit 73402d05fa
4 changed files with 128 additions and 13 deletions
+15 -13
View File
@@ -74,11 +74,17 @@ This file tracks all major tracks for the project. Each track has its own detail
## Hot Reload Feature
1. [ ] **Track: Hot Reload Python Codebase**
*Link: [./tracks/hot_reload_python_20260510/](./tracks/hot_reload_python_20260510/)*
*Link: [./tracks/hot_reload_python_20260516/](./tracks/hot_reload_python_20260516/)*
*Goal: Add file system watching capability to automatically invalidate cached AST parse trees and summaries when source files change on disk.*
---
2. [ ] **Track: Hot Reload Python Codebase (Phase 2)**
*Link: [./tracks/hot_reload_python_20260516/](./tracks/hot_reload_python_20260516/)*
*Goal: Implement selective, state-preserving hot-reload for src/gui_2.py with delegation pattern refactor, manual trigger via Ctrl+Alt+R and GUI button, and visual error tint feedback on failure.*
---
## Phase 5: Codebase Curation
*Initialized: 2026-05-07*
@@ -124,6 +130,13 @@ This file tracks all major tracks for the project. Each track has its own detail
*Link: [./tracks/app_controller_curation_20260513/](./tracks/app_controller_curation_20260513/)*
*Goal: Curate src/app_controller.py to match gui_2.py organization and enforce Python style conventions.*
- [x] **Track: Fix 45 failing test files across 12 batches**
*Link: [./tracks/fix_test_suite_failures_20260514/](./tracks/fix_test_suite_failures_20260514/)*
- [x] **Track: Fix Indentation 1-Space Convention**
*Link: [./tracks/fix_indentation_1space_20260516/](./tracks/fix_indentation_1space_20260516/)*
*Goal: Standardize all Python files to 1-space indentation per AI-Optimized Python Style Guide. Audit and correct indentation in src/, tests/, scripts/, and conductor/ directories.*
---
## Remaining Backlog (Phases 3 & 4)
@@ -263,15 +276,4 @@ This file tracks all major tracks for the project. Each track has its own detail
- [x] **Track: Robust Live Simulation Verification**
---
---
- [x] **Track: Fix 45 failing test files across 12 batches**
*Link: [./tracks/fix_test_suite_failures_20260514/](./tracks/fix_test_suite_failures_20260514/)*
---
- [ ] **Track: Fix Indentation 1-Space Convention**
*Link: [./tracks/fix_indentation_1space_20260516/](./tracks/fix_indentation_1space_20260516/)*
*Goal: Standardize all Python files to 1-space indentation per AI-Optimized Python Style Guide. Audit and correct indentation in src/, tests/, scripts/, and conductor/ directories.*
---