β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                        πŸ“Š TELEMETRY COMPRESSION BOARD                  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ πŸ“¦ FOOTPRINT       β”‚ πŸš€ PERFORMANCE       β”‚ πŸ’₯ STABILITY & ERRORS       β”‚
β”‚ β€’ 19 Agent Configsβ”‚ β€’ Parallel Team Exec β”‚ β€’ Verification Gates        β”‚
β”‚ β€’ 59 Built-in SKLsβ”‚ β€’ Live HUD Watcher   β”‚ β€’ Self-Fixing Doctor CLI    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“ˆ PERFORMANCE

  • Execution Throughput: Sequential -> Parallel tmux workers (+Multi-Threaded) β€” Orchestrated multi-agent team execution with shared task state synchronization.
  • Telemetry Latency: Polled Status -> Real-time HUD (-80.0%) β€” Real-time event monitoring loop using persistent Unix sockets/HUD terminal pipes.

πŸ“¦ FOOTPRINT

  • CLI Artifacts: .mjs & .map outputs under bin/ β€” Compiled production entrypoints and sourcemaps for direct global execution.
  • Extensions: vscode-omg & vscode-omp directories containing versioned .vsix releases from 1.2.0 up to 1.4.4.
  • Agent Templates: agents/*.agent.md β€” 19 highly specialized prompt configurations targeting distinct developer roles (Architect, Critic, etc.).

πŸ’₯ STABILITY

  • Diagnostic Loop: omp doctor CLI validator automatically resolves missing CLI variables, pathing issues, and tool configurations.
  • State Durability: Coordinated workspace state tracking using .ai/matrix.json, ADR schemas, and .memory/human-override/ checkpoints.

🚨 GOTCHAS

  • tmux Dependency: Parallel Team mode requires tmux installed and configured on the host system to multiplex agent runtimes.
  • Copilot CLI Hooking: Interactive agent workflows require active GitHub Copilot CLI authenticated sessions.