diff --git a/conductor/tracks.md b/conductor/tracks.md index e9bbde37..b04c884f 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -11,31 +11,31 @@ This file tracks all major tracks for the project. Each track has its own detail ### Context Control & Workflow Enhancements 1. [x] **Track: Granular AST Control (Signatures vs. Definitions)** - *Link: [./tracks/granular_ast_control_20260510/](./tracks/granular_ast_control_20260510/)* + *Link: [./archive/granular_ast_control_20260510/](./archive/granular_ast_control_20260510/)* *Goal: Introduce 'AST Signatures' and 'AST Definitions' states in the Context Panel for C/C++ files.* 2. [x] **Track: Context Snapshotting per "Take"** - *Link: [./tracks/context_snapshotting_takes_20260510/](./tracks/context_snapshotting_takes_20260510/)* + *Link: [./archive/context_snapshotting_takes_20260510/](./archive/context_snapshotting_takes_20260510/)* *Goal: Snapshot and visually restore the Context Panel state when switching between Takes.* 3. [x] **Track: Interactive Text Slice Highlighting** - *Link: [./tracks/interactive_text_slice_highlighting_20260510/](./tracks/interactive_text_slice_highlighting_20260510/)* + *Link: [./archive/interactive_text_slice_highlighting_20260510/](./archive/interactive_text_slice_highlighting_20260510/)* *Goal: Allow highlighting text ranges to create fuzzy-anchored slices (Def, Sig, Hide) that survive file modifications.* 4. [x] **Track: Context Batch Operations UX** - *Link: [./tracks/context_batch_operations_ux_20260510/](./tracks/context_batch_operations_ux_20260510/)* + *Link: [./archive/context_batch_operations_ux_20260510/](./archive/context_batch_operations_ux_20260510/)* *Goal: Add multi-select and batch state modification capabilities to the Context Panel for rapid wrangling.* 5. [x] **Track: GenCpp Project Initialization** - *Link: [./tracks/gencpp_project_init_20260510/](./tracks/gencpp_project_init_20260510/)* + *Link: [./archive/gencpp_project_init_20260510/](./archive/gencpp_project_init_20260510/)* *Goal: Configure manual_slop.toml in the gencpp repo to isolate conductor tracks, logs, and history.* 6. [x] **Track: Interactive AST Tree Masking** - *Link: [./tracks/interactive_ast_tree_masking_20260510/](./tracks/interactive_ast_tree_masking_20260510/)* + *Link: [./archive/interactive_ast_tree_masking_20260510/](./archive/interactive_ast_tree_masking_20260510/)* *Goal: Inspect C/C++ ASTs in the GUI and mask individual classes/functions as Def, Sig, or Hide.* 7. [x] **Track: Phase 6 Review and Regression Verification** - *Link: [./tracks/phase6_review_20260510/](./tracks/phase6_review_20260510/)* + *Link: [./archive/phase6_review_20260510/](./archive/phase6_review_20260510/)* *Goal: Review Phase 6 implementation, perform full-suite batch regression testing, and expand test coverage for new context curation features.* 8. [ ] **Track: GenCpp Dogfood Feedback Loop** @@ -43,11 +43,11 @@ This file tracks all major tracks for the project. Each track has its own detail *Goal: Verify Manual Slop can target gencpp at C:/projects/gencpp and establish a feedback mechanism for issues found during dogfooding.* 9. [x] **Track: Context Composition Decoupling** - *Link: [./tracks/context_comp_decouple_20260510/](./tracks/context_comp_decouple_20260510/)* + *Link: [./archive/context_comp_decouple_20260510/](./archive/context_comp_decouple_20260510/)* *Goal: Decouple Files & Media from Context Composition, add directory grouping, file stats, and view mode selection per file.* 10. [x] **Track: Context Composition Slice Visualization** - *Link: [./tracks/context_comp_slices_20260510/](./tracks/context_comp_slices_20260510/)* + *Link: [./archive/context_comp_slices_20260510/](./archive/context_comp_slices_20260510/)* *Goal: Enhance slice visualization with visual editor, annotation support (tags/comments), and view presets.* 14. [~] **Track: Context Preview & Slice Editor Fixes** @@ -55,22 +55,22 @@ This file tracks all major tracks for the project. Each track has its own detail *Goal: Fix Preview button generating empty content, and Inspect/Slices buttons failing to open their respective editor panels.* 13. [x] **Track: GUI Refactor & Stabilization** - *Link: [./tracks/gui_refactor_stabilization_20260512/](./tracks/gui_refactor_stabilization_20260512/)* + *Link: [./archive/gui_refactor_stabilization_20260512/](./archive/gui_refactor_stabilization_20260512/)* *Goal: Refactor gui_2.py to fix regressions and enforce better imgui scoping patterns.* 14. [x] **Track: I started to do a large cleanup to ./src/gui_2.py. I want you to study it and derive more information on how to maintain and write code for the python codebase. Please update product guidlines or the python code_styleguidleines based on what you discover. Also we may need to make some changes the mcp_tools for better structural awareness of annotations or other conventions with these python files. There is still more orgnaizatoin to be done like annotation/organizing the __init__ method's declarations, among other nitpicks.** -*Link: [./tracks/gui_2_cleanup_20260513/](./tracks/gui_2_cleanup_20260513/)* +*Link: [./archive/gui_2_cleanup_20260513/](./archive/gui_2_cleanup_20260513/)* --- 15. [x] **Track: Add Python structural MCP tools (py_remove_def, py_add_def, py_move_def, py_region_wrap)** -*Link: [./tracks/python_structural_mcp_tools_20260513/](./tracks/python_structural_mcp_tools_20260513/)* +*Link: [./archive/python_structural_mcp_tools_20260513/](./archive/python_structural_mcp_tools_20260513/)* --- ## Hot Reload Feature 1. [x] **Track: Hot Reload Python Codebase (Phase 2)** - *Link: [./tracks/hot_reload_python_20260516/](./tracks/hot_reload_python_20260516/)* + *Link: [./archive/hot_reload_python_20260516/](./archive/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.* --- @@ -82,49 +82,49 @@ This file tracks all major tracks for the project. Each track has its own detail ### Analysis & Structural Review 1. [x] **Track: Comprehensive Path Mapping & Tooling** - *Link: [./tracks/ai_interaction_call_graph_20260507/](./tracks/ai_interaction_call_graph_20260507/)* + *Link: [./archive/ai_interaction_call_graph_20260507/](./archive/ai_interaction_call_graph_20260507/)* *Goal: Automated and manual derivation of all major code paths and pipelines in the system.* 2. [x] **Track: Controller State Mutation Matrix** - *Link: [./tracks/controller_state_mutation_matrix_20260507/](./tracks/controller_state_mutation_matrix_20260507/)* + *Link: [./archive/controller_state_mutation_matrix_20260507/](./archive/controller_state_mutation_matrix_20260507/)* *Goal: Comprehensive map of all methods that modify the `AppController` and `App` state.* 3. [x] **Track: Source-Wide Redundancy Audit** - *Link: [./tracks/source_wide_redundancy_audit_20260507/](./tracks/source_wide_redundancy_audit_20260507/)* + *Link: [./archive/source_wide_redundancy_audit_20260507/](./archive/source_wide_redundancy_audit_20260507/)* *Goal: Deep file-by-file audit to identify unused methods, duplicate logic, and dead code.* 4. [x] **Track: Curate Provider Registries** - *Link: [./tracks/curate_provider_registries_20260507/](./tracks/curate_provider_registries_20260507/)* + *Link: [./archive/curate_provider_registries_20260507/](./archive/curate_provider_registries_20260507/)* *Goal: Move the PROVIDERS list to models.py and update all references to use this single source of truth.* 5. [x] **Track: Encapsulate AppController Status** - *Link: [./tracks/encapsulate_appcontroller_status_20260507/](./tracks/encapsulate_appcontroller_status_20260507/)* + *Link: [./archive/encapsulate_appcontroller_status_20260507/](./archive/encapsulate_appcontroller_status_20260507/)* *Goal: Convert ai_status and mma_status to properties with thread-safe setters.* 6. [x] **Track: Decouple GUI Log Loading** - *Link: [./tracks/decouple_gui_log_loading_20260507/](./tracks/decouple_gui_log_loading_20260507/)* + *Link: [./archive/decouple_gui_log_loading_20260507/](./archive/decouple_gui_log_loading_20260507/)* *Goal: Move Tkinter directory selection out of AppController and into gui_2.py.* 7. [x] **Track: Refactor Context Aggregation Pipeline** - *Link: [./tracks/refactor_context_aggregation_pipeline_20260507/](./tracks/refactor_context_aggregation_pipeline_20260507/)* + *Link: [./archive/refactor_context_aggregation_pipeline_20260507/](./archive/refactor_context_aggregation_pipeline_20260507/)* *Goal: Modernize src/aggregate.py and consolidate legacy tier builders.* 8. [x] **Track: Cull Unused Symbols** - *Link: [./tracks/cull_unused_symbols_20260507/](./tracks/cull_unused_symbols_20260507/)* + *Link: [./archive/cull_unused_symbols_20260507/](./archive/cull_unused_symbols_20260507/)* *Goal: Safely remove the 27 dead symbols identified in the redundancy audit.* 9. [x] **Track: Structural Dependency Mapping (SDM) Docstrings** -*Link: [./tracks/sdm_docstrings_20260509/](./tracks/sdm_docstrings_20260509/)* +*Link: [./archive/sdm_docstrings_20260509/](./archive/sdm_docstrings_20260509/)* 10. [x] **Track: AppController Curation & Structural Alignment** - *Link: [./tracks/app_controller_curation_20260513/](./tracks/app_controller_curation_20260513/)* + *Link: [./archive/app_controller_curation_20260513/](./archive/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/)* +*Link: [./archive/fix_test_suite_failures_20260514/](./archive/fix_test_suite_failures_20260514/)* - [x] **Track: Fix Indentation 1-Space Convention** -*Link: [./tracks/fix_indentation_1space_20260516/](./tracks/fix_indentation_1space_20260516/)* +*Link: [./archive/fix_indentation_1space_20260516/](./archive/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.* ---