chore(conductor): Archive completed tracks in tracks.md
This commit is contained in:
@@ -4,19 +4,50 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Phase 0: Infrastructure (Critical)
|
## Phase 3: Future Horizons
|
||||||
*Must be completed before Phase 3*
|
|
||||||
|
|
||||||
0. [x] **Track: Conductor Path Configuration**
|
|
||||||
*Link: [./tracks/conductor_path_configurable_20260306/](./tracks/conductor_path_configurable_20260306/)*
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Phase 3: Future Horizons (Tracks 1-32)
|
|
||||||
*Initialized: 2026-03-06*
|
*Initialized: 2026-03-06*
|
||||||
*Updated: 2026-03-08*
|
*Updated: 2026-03-08*
|
||||||
|
|
||||||
### Architecture & Backend
|
15. [ ] **Track: Advanced Log Management and Session Restoration**
|
||||||
|
*Link: [./tracks/log_session_overhaul_20260308/](./tracks/log_session_overhaul_20260308/)*
|
||||||
|
*Goal: Centralize log management, improve session restoration reliability with full-UI replay mode, and optimize log size via external script/output referencing. Implement transient diagnostic logging for system warnings.*
|
||||||
|
|
||||||
|
16. [ ] **Track: UI Theme Overhaul & Style System**
|
||||||
|
*Link: [./tracks/ui_theme_overhaul_20260308/](./tracks/ui_theme_overhaul_20260308/)*
|
||||||
|
*Goal: Modernize UI with Inter/Maple Mono fonts, a professional subtle rounded theme, custom shaders (corners, blur, AA), multi-viewport support, and layout presets.*
|
||||||
|
|
||||||
|
22. [ ] **Track: Manual UX Validation & Review**
|
||||||
|
*Link: [./tracks/manual_ux_validation_20260302/](./tracks/manual_ux_validation_20260302/)*
|
||||||
|
|
||||||
|
27. [ ] **Track: Tree-Sitter C/C++ MCP Tools**
|
||||||
|
*Link: [./tracks/ts_cpp_tree_sitter_20260308/](./tracks/ts_cpp_tree_sitter_20260308/)*
|
||||||
|
*Goal: Add tree-sitter C and C++ grammars. Extend ASTParser to support C/C++ skeleton and outline extraction. Add MCP tools ts_c_get_skeleton, ts_cpp_get_skeleton, ts_c_get_code_outline, ts_cpp_get_code_outline.*
|
||||||
|
|
||||||
|
28. [ ] **Track: Bootstrap gencpp Python Bindings**
|
||||||
|
*Link: [./tracks/gencpp_python_bindings_20260308/](./tracks/gencpp_python_bindings_20260308/)*
|
||||||
|
*Goal: Bootstrap standalone Python project with CFFI bindings for gencpp C library. Provides foundation for richer C++ AST parsing in future (beyond tree-sitter syntax).*
|
||||||
|
|
||||||
|
29. [ ] **Track: Project-Specific Conductor Directory**
|
||||||
|
*Link: [./tracks/project_conductor_dir_20260308/](./tracks/project_conductor_dir_20260308/)*
|
||||||
|
*Goal: Make conductor directory per-project. Each project TOML can specify custom conductor dir for isolated track/state management.*
|
||||||
|
|
||||||
|
30. [ ] **Track: GUI Path Configuration in Context Hub**
|
||||||
|
*Link: [./tracks/gui_path_config_20260308/](./tracks/gui_path_config_20260308/)*
|
||||||
|
*Goal: Add path configuration UI to Context Hub. Allow users to view and edit configurable paths directly from the GUI.*
|
||||||
|
|
||||||
|
31. [ ] **Track: Saved System Prompt Presets**
|
||||||
|
*Link: [./tracks/saved_presets_20260308/](./tracks/saved_presets_20260308/)*
|
||||||
|
*Goal: Ability to have saved presets for global and project system prompts. Includes full AI profiles with temperature and top_p settings, managed via a dedicated GUI modal.*
|
||||||
|
|
||||||
|
32. [ ] **Track: Saved Tool Presets**
|
||||||
|
*Link: [./tracks/saved_tool_presets_20260308/](./tracks/saved_tool_presets_20260308/)*
|
||||||
|
*Goal: Make agent tools have presets. Add flags for tools related to their level of approval (auto, ask). Move tools to ai settings. Put tools in dynamic TOML-defined categories (Python, General, etc.). Tool Presets added to mma agent role options.*
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Completed / Archived
|
||||||
|
|
||||||
|
### Phase 3: Early Tracks (Archived 2026-03-08)
|
||||||
|
|
||||||
1. [x] **Track: True Parallel Worker Execution (The DAG Realization)**
|
1. [x] **Track: True Parallel Worker Execution (The DAG Realization)**
|
||||||
*Link: [./tracks/true_parallel_worker_execution_20260306/](./tracks/true_parallel_worker_execution_20260306/)*
|
*Link: [./tracks/true_parallel_worker_execution_20260306/](./tracks/true_parallel_worker_execution_20260306/)*
|
||||||
@@ -36,10 +67,6 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
6. [x] **Track: MiniMax Provider Integration**
|
6. [x] **Track: MiniMax Provider Integration**
|
||||||
*Link: [./tracks/minimax_provider_20260306/](./tracks/minimax_provider_20260306/)*
|
*Link: [./tracks/minimax_provider_20260306/](./tracks/minimax_provider_20260306/)*
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### GUI Overhauls & Visualizations
|
|
||||||
|
|
||||||
7. [x] **Track: Cost & Token Analytics Panel**
|
7. [x] **Track: Cost & Token Analytics Panel**
|
||||||
*Link: [./tracks/cost_token_analytics_20260306/](./tracks/cost_token_analytics_20260306/)*
|
*Link: [./tracks/cost_token_analytics_20260306/](./tracks/cost_token_analytics_20260306/)*
|
||||||
|
|
||||||
@@ -64,18 +91,6 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
14. [x] **Track: On-Demand Definition Lookup**
|
14. [x] **Track: On-Demand Definition Lookup**
|
||||||
*Link: [./tracks/on_demand_def_lookup_20260306/](./tracks/on_demand_def_lookup_20260306/)*
|
*Link: [./tracks/on_demand_def_lookup_20260306/](./tracks/on_demand_def_lookup_20260306/)*
|
||||||
|
|
||||||
15. [ ] **Track: Advanced Log Management and Session Restoration**
|
|
||||||
*Link: [./tracks/log_session_overhaul_20260308/](./tracks/log_session_overhaul_20260308/)*
|
|
||||||
*Goal: Centralize log management, improve session restoration reliability with full-UI replay mode, and optimize log size via external script/output referencing. Implement transient diagnostic logging for system warnings.*
|
|
||||||
|
|
||||||
16. [ ] **Track: UI Theme Overhaul & Style System**
|
|
||||||
*Link: [./tracks/ui_theme_overhaul_20260308/](./tracks/ui_theme_overhaul_20260308/)*
|
|
||||||
*Goal: Modernize UI with Inter/Maple Mono fonts, a professional subtle rounded theme, custom shaders (corners, blur, AA), multi-viewport support, and layout presets.*
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Manual UX Controls
|
|
||||||
|
|
||||||
17. [x] **Track: Manual Ticket Queue Management**
|
17. [x] **Track: Manual Ticket Queue Management**
|
||||||
*Link: [./tracks/ticket_queue_mgmt_20260306/](./tracks/ticket_queue_mgmt_20260306/)*
|
*Link: [./tracks/ticket_queue_mgmt_20260306/](./tracks/ticket_queue_mgmt_20260306/)*
|
||||||
|
|
||||||
@@ -91,11 +106,6 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
21. [x] **Track: Per-Ticket Model Override**
|
21. [x] **Track: Per-Ticket Model Override**
|
||||||
*Link: [./tracks/per_ticket_model_20260306/](./tracks/per_ticket_model_20260306/)*
|
*Link: [./tracks/per_ticket_model_20260306/](./tracks/per_ticket_model_20260306/)*
|
||||||
|
|
||||||
22. [ ] **Track: Manual UX Validation & Review**
|
|
||||||
*Link: [./tracks/manual_ux_validation_20260302/](./tracks/manual_ux_validation_20260302/)*
|
|
||||||
|
|
||||||
### Misc Side-tracks
|
|
||||||
|
|
||||||
23. [x] **Track: Enhanced Context Control & Cache Awareness**
|
23. [x] **Track: Enhanced Context Control & Cache Awareness**
|
||||||
*Link: [./tracks/enhanced_context_control_20260307/](./tracks/enhanced_context_control_20260307/)*
|
*Link: [./tracks/enhanced_context_control_20260307/](./tracks/enhanced_context_control_20260307/)*
|
||||||
|
|
||||||
@@ -104,47 +114,10 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
|
|
||||||
25. [x] **Track: Test Integrity Audit & Intent Documentation**
|
25. [x] **Track: Test Integrity Audit & Intent Documentation**
|
||||||
*Link: [./tracks/test_integrity_audit_20260307/](./tracks/test_integrity_audit_20260307/)*
|
*Link: [./tracks/test_integrity_audit_20260307/](./tracks/test_integrity_audit_20260307/)*
|
||||||
*Goal: Audit tests simplified by AI agents. Add intent documentation comments to prevent future simplification. Covers simulation tests (test_sim_*.py), live workflow tests, and major feature tests.*
|
|
||||||
|
|
||||||
26. [x] **Track: Test Regression Verification**
|
26. [x] **Track: Test Regression Verification**
|
||||||
*Link: [./tracks/test_regression_verification_20260307/](./tracks/test_regression_verification_20260307/)*
|
*Link: [./tracks/test_regression_verification_20260307/](./tracks/test_regression_verification_20260307/)*
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### C/C++ Language Support
|
|
||||||
|
|
||||||
27. [ ] **Track: Tree-Sitter C/C++ MCP Tools**
|
|
||||||
*Link: [./tracks/ts_cpp_tree_sitter_20260308/](./tracks/ts_cpp_tree_sitter_20260308/)*
|
|
||||||
*Goal: Add tree-sitter C and C++ grammars. Extend ASTParser to support C/C++ skeleton and outline extraction. Add MCP tools ts_c_get_skeleton, ts_cpp_get_skeleton, ts_c_get_code_outline, ts_cpp_get_code_outline.*
|
|
||||||
|
|
||||||
28. [ ] **Track: Bootstrap gencpp Python Bindings**
|
|
||||||
*Link: [./tracks/gencpp_python_bindings_20260308/](./tracks/gencpp_python_bindings_20260308/)*
|
|
||||||
*Goal: Bootstrap standalone Python project with CFFI bindings for gencpp C library. Provides foundation for richer C++ AST parsing in future (beyond tree-sitter syntax).*
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Path Configuration
|
|
||||||
|
|
||||||
29. [ ] **Track: Project-Specific Conductor Directory**
|
|
||||||
*Link: [./tracks/project_conductor_dir_20260308/](./tracks/project_conductor_dir_20260308/)*
|
|
||||||
*Goal: Make conductor directory per-project. Each project TOML can specify custom conductor dir for isolated track/state management.*
|
|
||||||
|
|
||||||
30. [ ] **Track: GUI Path Configuration in Context Hub**
|
|
||||||
*Link: [./tracks/gui_path_config_20260308/](./tracks/gui_path_config_20260308/)*
|
|
||||||
*Goal: Add path configuration UI to Context Hub. Allow users to view and edit configurable paths directly from the GUI.*
|
|
||||||
|
|
||||||
31. [ ] **Track: Saved System Prompt Presets**
|
|
||||||
*Link: [./tracks/saved_presets_20260308/](./tracks/saved_presets_20260308/)*
|
|
||||||
*Goal: Ability to have saved presets for global and project system prompts. Includes full AI profiles with temperature and top_p settings, managed via a dedicated GUI modal.*
|
|
||||||
|
|
||||||
32. [ ] **Track: Saved Tool Presets**
|
|
||||||
*Link: [./tracks/saved_tool_presets_20260308/](./tracks/saved_tool_presets_20260308/)*
|
|
||||||
*Goal: Make agent tools have presets. Add flags for tools related to their level of approval (auto, ask). Move tools to ai settings. Put tools in dynamic TOML-defined categories (Python, General, etc.). Tool Presets added to mma agent role options.*
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Completed / Archived
|
|
||||||
|
|
||||||
### Phase 2: Strict Execution Queue (Completed 2026-03-06)
|
### Phase 2: Strict Execution Queue (Completed 2026-03-06)
|
||||||
*See: [./archive/strict_execution_queue_completed_20260306/](./archive/strict_execution_queue_completed_20260306/)*
|
*See: [./archive/strict_execution_queue_completed_20260306/](./archive/strict_execution_queue_completed_20260306/)*
|
||||||
|
|
||||||
@@ -156,6 +129,11 @@ This file tracks all major tracks for the project. Each track has its own detail
|
|||||||
- [x] **Track: Asynchronous Tool Execution Engine**
|
- [x] **Track: Asynchronous Tool Execution Engine**
|
||||||
- [x] **Track: Simulation Fidelity Enhancement**
|
- [x] **Track: Simulation Fidelity Enhancement**
|
||||||
|
|
||||||
|
### Phase 0: Infrastructure (Critical)
|
||||||
|
|
||||||
|
0. [x] **Track: Conductor Path Configuration**
|
||||||
|
*Link: [./tracks/conductor_path_configurable_20260306/](./tracks/conductor_path_configurable_20260306/)*
|
||||||
|
|
||||||
### Earlier Archives
|
### Earlier Archives
|
||||||
|
|
||||||
- [x] **Track: Test Architecture Integrity Audit**
|
- [x] **Track: Test Architecture Integrity Audit**
|
||||||
|
|||||||
Reference in New Issue
Block a user