fix: Home panes stay alive after update; retire OmegaMC - #8
Conversation
`exec VAR=value cmd` is invalid bash, so Claude/Hermes/Codex panes died on launch after #7. Put assignments before exec. Drop the unused Mission Control Docker stack so a fresh update no longer clones or advertises it, and refuse fake R-RUBRIC autofill on worker spawn. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (20)
Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe change retires OmegaMC dashboard integration across the CLI, TUI, Telegram bot, installer, scripts, and documentation. It adds mission-scaled Lab plans, strict worker-rubric validation, and corrected agent launch commands. ChangesOmegaOS behavior and control-plane changes
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant Operator
participant omega_cli
participant omega_core_lab
participant OraclePromptGenerator
participant Worker
Operator->>omega_cli: submit mission and worker prompt
omega_cli->>omega_core_lab: validate R-RUBRIC
omega_core_lab-->>omega_cli: accept or return validation error
omega_cli->>omega_core_lab: derive mission-specific Lab plan
omega_cli->>OraclePromptGenerator: generate oracle guidance
OraclePromptGenerator-->>omega_cli: return routed oracle prompt
omega_cli->>Worker: dispatch validated brief
Worker-->>omega_cli: report done_clean
omega_cli->>omega_core_lab: rerun Verify Command
Suggested reviewers: Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What this changes
#7:exec VAR=value cmdis invalid bash (exec: VAR=value: not found). Assignments now precedeexec.hermes chat(unrecognized args also killed the pane).omega-mc-up/agentik-telegram) with install-parity: installer no longer clones it, verify-install asserts it is gone, TUI/Telegram no longer advertise it. Telegram command bot and Agentik-Skills stay.test -f {task}.evidence). Lab plan scales to mission complexity.Why
omega updateinstalled#7, then every new Claude/Hermes/OpenAI pane was empty and the session closed. A fresh update must leave Home panes live. OmegaMC was a leftover fork import that install still cloned.Checklist
omega new --agent claude|hermes|codexstays live)omega-core+omega-tuitests passinstall.sh+verify-install.shno longer ship or require OmegaMCTest plan
omega updateon a cleanmaincheckout (fast-forward +install.sh)/dashboardsays retired;/agentslists AISB locallyMade with Cursor