Files
manual_slop/conductor/tracks.md

8.2 KiB

Project Tracks

This file tracks all major tracks for the project. Each track has its own detailed plan in its respective folder.


Phase 0: Infrastructure (Critical)

Must be completed before Phase 3

  1. Track: Conductor Path Configuration Link: ./tracks/conductor_path_configurable_20260306/

Phase 3: Future Horizons (Tracks 1-32)

Initialized: 2026-03-06 Updated: 2026-03-08

Architecture & Backend

  1. Track: True Parallel Worker Execution (The DAG Realization) Link: ./tracks/true_parallel_worker_execution_20260306/

  2. Track: Deep AST-Driven Context Pruning (RAG for Code) Link: ./tracks/deep_ast_context_pruning_20260306/

  3. Track: Visual DAG & Interactive Ticket Editing Link: ./tracks/visual_dag_ticket_editing_20260306/

  4. Track: Advanced Tier 4 QA Auto-Patching Link: ./tracks/tier4_auto_patching_20260306/

  5. Track: Transitioning to Native Orchestrator Link: ./tracks/native_orchestrator_20260306/

  6. Track: MiniMax Provider Integration Link: ./tracks/minimax_provider_20260306/


GUI Overhauls & Visualizations

  1. Track: Cost & Token Analytics Panel Link: ./tracks/cost_token_analytics_20260306/

  2. Track: MMA Multi-Worker Visualization Link: ./tracks/mma_multiworker_viz_20260306/

  3. Track: Cache Analytics Display Link: ./tracks/cache_analytics_20260306/

  4. Track: Tool Usage Analytics Link: ./tracks/tool_usage_analytics_20260306/

  5. Track: Session Insights & Efficiency Scores Link: ./tracks/session_insights_20260306/

  6. Track: Track Progress Visualization Link: ./tracks/track_progress_viz_20260306/

  7. Track: Manual Skeleton Context Injection Link: ./tracks/manual_skeleton_injection_20260306/

  8. Track: On-Demand Definition Lookup Link: ./tracks/on_demand_def_lookup_20260306/

  9. Track: Advanced Log Management and Session Restoration Link: ./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.

  10. Track: UI Theme Overhaul & Style System Link: ./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

  1. Track: Manual Ticket Queue Management Link: ./tracks/ticket_queue_mgmt_20260306/

  2. Track: Kill/Abort Running Workers Link: ./tracks/kill_abort_workers_20260306/

  3. Track: Manual Block/Unblock Control Link: ./tracks/manual_block_control_20260306/

  4. Track: Pipeline Pause/Resume Link: ./tracks/pipeline_pause_resume_20260306/

  5. Track: Per-Ticket Model Override Link: ./tracks/per_ticket_model_20260306/

  6. Track: Manual UX Validation & Review Link: ./tracks/manual_ux_validation_20260302/

Misc Side-tracks

  1. Track: Enhanced Context Control & Cache Awareness Link: ./tracks/enhanced_context_control_20260307/

  2. Track: GUI Performance Profiling & Optimization Link: ./tracks/gui_performance_profiling_20260307/

  3. Track: Test Integrity Audit & Intent Documentation Link: ./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.*

  4. Track: Test Regression Verification Link: ./tracks/test_regression_verification_20260307/


C/C++ Language Support

  1. Track: Tree-Sitter C/C++ MCP Tools Link: ./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.

  2. Track: Bootstrap gencpp Python Bindings Link: ./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

  1. Track: Project-Specific Conductor Directory Link: ./tracks/project_conductor_dir_20260308/ Goal: Make conductor directory per-project. Each project TOML can specify custom conductor dir for isolated track/state management.

  2. Track: GUI Path Configuration in Context Hub Link: ./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.

  3. Track: Saved System Prompt Presets Link: ./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.

  4. Track: Saved Tool Presets Link: ./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)

See: ./archive/strict_execution_queue_completed_20260306/

  • Track: Hook API UI State Verification
  • Track: Asyncio Decoupling & Queue Refactor
  • Track: Mock Provider Hardening
  • Track: Robust JSON Parsing for Tech Lead
  • Track: Concurrent Tier Source Isolation
  • Track: Asynchronous Tool Execution Engine
  • Track: Simulation Fidelity Enhancement

Earlier Archives

  • Track: Test Architecture Integrity Audit
  • Track: Codebase Migration to src & Cleanup
  • Track: GUI Decoupling & Controller Architecture
  • Track: Strict Static Analysis & Type Safety
  • Track: Test Suite Stabilization & Consolidation
  • Track: Tech Debt & Test Discipline Cleanup
  • Track: Conductor Workflow Improvements
  • Track: MMA Agent Focus UX
  • Track: Architecture Boundary Hardening
  • Track: Feature Bleed Cleanup
  • Track: Context & Token Visualization
  • Track: Comprehensive Conductor & MMA GUI UX
  • Track: MMA Pipeline Fix & Worker Stream Verification
  • Track: Simulation Hardening
  • Track: Deep Architectural Documentation Refresh
  • Track: Robust Live Simulation Verification