MC

Setup

Mission Control Cloud is the hosted control plane. Each codebase installs a local Collab Adapter. Actors (humans, agents, and integrations) enroll with kind, runtime, roles, and capabilities. Cloud manages state, routing, and verification.

Setup progress4/6 complete

Install CLI

Pair machine

Register project

Enroll actors

Verify runtime

Open Console

Architecture

MC Cloud

Hosted control plane. Operations Console, routing, verification, upgrades. Does not access your filesystem directly.

Local Adapter

Each repo gets .collab/ with project.json, agents.json, runtime reports. Agent execution stays local.

1. Install CLI

npx @mission-control/collab init

Or from source: clone mission-control → npm link

Key commands (v0.3.0)

$ collab go # 3-min morning routine (status + reply + kick)$ collab next # what needs your input? (with suggested answers)$ collab reply "answer" # auto-resolves + copies kick message$ collab kickall # resume all stale agents at once$ collab watch # live monitor with macOS notifications$ collab help # all 30+ commands

2. Register Project

$ cd ~/Coding/my-projectcollab init

Creates .collab/project.json + scaffolds docs/COLLAB.md if missing.

1 project(s) registered
mission-control·0 commits/24h

3. Enroll Actors

Actors are humans, AI agents, or integrations. Each enrolls with a visible kind, runtime, assigned roles, and capabilities.

Step-by-step

1
Choose visible kind: human · agent · integration
2
Choose runtime: Cursor, Codex, Claude Code, GitHub Actions, collab adapter, browser UI, internal service
3
Assign roles: product_owner, planner, architect, builder, verifier, reviewer, release_manager, coordinator, decision_owner
4
Set capabilities & patrol policy
5
Generated setup command:
collab actor enroll --kind agent --runtime Cursor --roles builder,architect --project my-project
KindRuntimeRolesPolicy
humanbrowser UIproduct_owner, decision_ownerasync
agentCursorbuilder, architectimmediate-init
agentCodexverifier, reviewernext-heartbeat
agentClaude Codeconfigurableconfigurable
integrationGitHub Actionsverifierevent-driven

4. Verify Runtime

collab report-runtime --agent cursor@my-project --health running

First runtime report moves agent from "configured" to "proven". Dashboard distinguishes explicit proof from git-inferred activity.

Project Adapter Status

ProjectAdapterProtocolAgentsStatus
mission-control0.1.00.3.02current
vibefulmissing
beefitmissing

5. Version & Upgrades

ComponentVersionStatus
MC Cloud0.3.0current
Protocol0.3.0current
Rules Bundle2026.05.18current
Project Adapter0.1.0current
Gate Spec1.0.0current

Projects track these versions in .collab/project.json. Run collab upgrade to adopt latest.