Harden Mission Control launch surface#6
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a92ef4d756
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| match = re.match(r"held by ([^ ]+)", state) | ||
| return match.group(1) if match else "OWNER" |
There was a problem hiding this comment.
Preserve full lane owner in dashboard release command
The dashboard parses held-lane owners with held by ([^ ]+), which truncates owners at the first space, then builds cmc release <lane> <owner> from that truncated value. If a lane was claimed with a quoted multi-word owner (which cmc claim allows), the copied release command fails with not owner, so the primary one-click remediation path in the new dashboard can be wrong for valid lock metadata.
Useful? React with 👍 / 👎.
| REQUIRED_OPS_FILES = [ | ||
| "COMMAND_CENTER.md", | ||
| "GPT55_OPERATING_SPEC.md", | ||
| "CODEX_OPERATING_SPEC.md", | ||
| "RUNWAY_PROTOCOL.md", |
There was a problem hiding this comment.
Keep legacy ops spec filename valid during upgrade
This change makes CODEX_OPERATING_SPEC.md the only accepted spec filename, but existing hubs created by prior versions still contain GPT55_OPERATING_SPEC.md. Because status/doctor check REQUIRED_OPS_FILES directly and do not auto-migrate on read, upgraded users can see persistent "hub files missing" / "ops files missing" warnings until they run a separate re-init path, even though their hub was previously healthy.
Useful? React with 👍 / 👎.
Summary
cmc dashboardVerification
python3 -m py_compile mission_control.py codex_relay.py scripts/configure.py scripts/smoke_test.pyPYTHONPATH=. python3 scripts/smoke_test.py./scripts/qa.sh./scripts/fresh_clone_test.shgit diff --check