chore(conductor): Add new track 'Advanced Log Management and Session Restoration'

This commit is contained in:
2026-03-08 12:53:42 -04:00
parent c11df55a25
commit 5e6a38a790
5 changed files with 120 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# Project Tracks
# Project Tracks
This file tracks all major tracks for the project. Each track has its own detailed plan in its respective folder.
@@ -12,7 +12,7 @@ This file tracks all major tracks for the project. Each track has its own detail
---
## Phase 3: Future Horizons (Tracks 1-28)
## Phase 3: Future Horizons (Tracks 1-31)
*Initialized: 2026-03-06*
*Updated: 2026-03-08*
@@ -64,52 +64,56 @@ This file tracks all major tracks for the project. Each track has its own detail
14. [x] **Track: On-Demand Definition Lookup**
*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.*
---
### Manual UX Controls
15. [x] **Track: Manual Ticket Queue Management**
16. [x] **Track: Manual Ticket Queue Management**
*Link: [./tracks/ticket_queue_mgmt_20260306/](./tracks/ticket_queue_mgmt_20260306/)*
16. [x] **Track: Kill/Abort Running Workers**
17. [x] **Track: Kill/Abort Running Workers**
*Link: [./tracks/kill_abort_workers_20260306/](./tracks/kill_abort_workers_20260306/)*
17. [x] **Track: Manual Block/Unblock Control**
18. [x] **Track: Manual Block/Unblock Control**
*Link: [./tracks/manual_block_control_20260306/](./tracks/manual_block_control_20260306/)*
18. [x] **Track: Pipeline Pause/Resume**
19. [x] **Track: Pipeline Pause/Resume**
*Link: [./tracks/pipeline_pause_resume_20260306/](./tracks/pipeline_pause_resume_20260306/)*
19. [x] **Track: Per-Ticket Model Override**
20. [x] **Track: Per-Ticket Model Override**
*Link: [./tracks/per_ticket_model_20260306/](./tracks/per_ticket_model_20260306/)*
20. [ ] **Track: Manual UX Validation & Review**
21. [ ] **Track: Manual UX Validation & Review**
*Link: [./tracks/manual_ux_validation_20260302/](./tracks/manual_ux_validation_20260302/)*
### Misc Side-tracks
21. [x] **Track: Enhanced Context Control & Cache Awareness**
22. [x] **Track: Enhanced Context Control & Cache Awareness**
*Link: [./tracks/enhanced_context_control_20260307/](./tracks/enhanced_context_control_20260307/)*
22. [x] **Track: GUI Performance Profiling & Optimization**
23. [x] **Track: GUI Performance Profiling & Optimization**
*Link: [./tracks/gui_performance_profiling_20260307/](./tracks/gui_performance_profiling_20260307/)*
23. [x] **Track: Test Integrity Audit & Intent Documentation**
24. [x] **Track: Test Integrity Audit & Intent Documentation**
*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.*
24. [x] **Track: Test Regression Verification**
25. [x] **Track: Test Regression Verification**
*Link: [./tracks/test_regression_verification_20260307/](./tracks/test_regression_verification_20260307/)*
---
### C/C++ Language Support
25. [ ] **Track: Tree-Sitter C/C++ MCP Tools**
26. [ ] **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.*
26. [ ] **Track: Bootstrap gencpp Python Bindings**
27. [ ] **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).*
@@ -117,19 +121,19 @@ This file tracks all major tracks for the project. Each track has its own detail
### Path Configuration
27. [ ] **Track: Project-Specific Conductor Directory**
28. [ ] **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.*
28. [ ] **Track: GUI Path Configuration in Context Hub**
29. [ ] **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.*
29. [ ] **Track: Saved System Prompt Presets**
30. [ ] **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.*
30. [ ] **Track: Saved Tool Presets**
31. [ ] **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.*