chore(conductor): Archive strategic overview and split into granular tracks

This commit is contained in:
2026-05-07 22:06:13 -04:00
parent 822d803ad8
commit d8022d841e
17 changed files with 147 additions and 4 deletions
+12 -4
View File
@@ -10,11 +10,19 @@ This file tracks all major tracks for the project. Each track has its own detail
### Analysis & Structural Review
1. [x] **Track: Code Path & Data Pipeline Analysis**
*Link: [./tracks/code_path_analysis_20260507/](./tracks/code_path_analysis_20260507/)*
*Goal: Comprehensive analysis of major processing routes in `./src` and `./simulation`. Identify data pipelines and responsibilities. Map core execution flows to inform curation efforts.*
1. [ ] **Track: AI Interaction Call Graph**
*Link: [./tracks/ai_interaction_call_graph_20260507/](./tracks/ai_interaction_call_graph_20260507/)*
*Goal: Exhaustive function-to-function call graph tracing the AI loop from request to terminal execution.*
2. [ ] **Track: Comprehensive Codebase Curation & Style Alignment**
2. [ ] **Track: Controller State Mutation Matrix**
*Link: [./tracks/controller_state_mutation_matrix_20260507/](./tracks/controller_state_mutation_matrix_20260507/)*
*Goal: Comprehensive map of all methods that modify the `AppController` and `App` state.*
3. [ ] **Track: Source-Wide Redundancy Audit**
*Link: [./tracks/source_wide_redundancy_audit_20260507/](./tracks/source_wide_redundancy_audit_20260507/)*
*Goal: Deep file-by-file audit to identify unused methods, duplicate logic, and dead code.*
4. [ ] **Track: Comprehensive Codebase Curation & Style Alignment**
*Link: [./tracks/codebase_curation_20260507/](./tracks/codebase_curation_20260507/)*
*Goal: Exhaustive review of all `.py` files. Remove redundancies, eliminate unnecessary code/data/processing, and strictly align with `product-guidelines.md` and the Python style guide. Focus on performance and maintainability.*