Skip to content

Harden Mission Control launch surface#6

Merged
dicnunz merged 5 commits into
mainfrom
codex/launch-hardening
Apr 30, 2026
Merged

Harden Mission Control launch surface#6
dicnunz merged 5 commits into
mainfrom
codex/launch-hardening

Conversation

@dicnunz
Copy link
Copy Markdown
Owner

@dicnunz dicnunz commented Apr 30, 2026

Summary

  • makes first-run setup more trust-preserving by defaulting AGENTS.md adoption to preview-first
  • adds cmc dashboard
  • removes model-specific defaults and public GPT-5.5 wording
  • adds install, first-builder, viral launch, reply-bank, and launch-packet docs
  • refreshes the demo video asset after copy updates

Verification

  • python3 -m py_compile mission_control.py codex_relay.py scripts/configure.py scripts/smoke_test.py
  • PYTHONPATH=. python3 scripts/smoke_test.py
  • ./scripts/qa.sh
  • ./scripts/fresh_clone_test.sh
  • git diff --check
  • asset dimension/duration checks

@dicnunz dicnunz marked this pull request as ready for review April 30, 2026 18:56
@dicnunz dicnunz merged commit 29e6f64 into main Apr 30, 2026
2 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread scripts/status_ui.sh
Comment on lines +47 to +48
match = re.match(r"held by ([^ ]+)", state)
return match.group(1) if match else "OWNER"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Comment thread mission_control.py
Comment on lines 34 to 37
REQUIRED_OPS_FILES = [
"COMMAND_CENTER.md",
"GPT55_OPERATING_SPEC.md",
"CODEX_OPERATING_SPEC.md",
"RUNWAY_PROTOCOL.md",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant