Workspace Setup & Readiness
Current scope: beefit project. Mission Control Cloud coordinates protocol, rules, adapter, and agent-runtime upgrades. Local repos only change through explicitcollabcommands run by a human or owning local agent.
Project Readiness
beefit is shown as a single operating object: adapter, protocol, enrolled agents, runtime proof, and safe next local command.
cd ~/Coding/beefit && collab initcd /Users/jiansenhe/Coding/beefitMachine Pairing And Sync Freshness
Local adapters report events; cloud does not infer filesystem access from registration alone.
curl -X POST /api/events -H 'Authorization: Bearer <pairing-token>' -d eventType=machine.pairedPairing Tokens
Tokens pair local adapters to a workspace. Raw secrets are shown once and stored only as hashes.
POST /api/pairing-tokens| Token | Machine | Project | Status | Scopes |
|---|---|---|---|---|
tok_6f7bc821d1bb4b00 mcp_7IAr_9... · expires 2026/5/19 18:07:52 | audit-dogfood Audit dogfood | mission-control local-dev | expired | event:write |
tok_68536db0b5745c0b mcp_rXlggj... · expires 2026/5/20 11:01:58 | jiansen-macbook Jiansen MacBook | mission-control local-dev | expired | event:write, project:register, agent:enroll, runtime:report |
tok_9e69fab2c59cf553 mcp_87oMed... · expires 2026/5/20 10:40:47 | jiansen-macbook Jiansen MacBook | mission-control local-dev | expired | project:register, agent:enroll, runtime:report, event:write |
tok_758eedc80aa79f7b mcp_7l5s0p... · expires 2026/5/20 10:19:54 | jiansen-macbook Jiansen MacBook | mission-control local-dev | expired | project:register, agent:enroll, runtime:report, event:write |
tok_52e9315fb9464955 mcp_tTFC7T... · expires 2026/5/20 10:17:52 | jiansen-macbook Jiansen MacBook | mission-control local-dev | revoked | project:register, agent:enroll, runtime:report, event:write |
Event Trust Audit
Rejected adapter events are part of the trust history. The audit stores safe metadata only, not raw tokens or full signatures.
| Time | Machine | Event | Reason | Token proof | Signature |
|---|---|---|---|---|---|
| 2026/5/19 17:07:53 | audit-dogfood local-dev | machine.paired dogfood · mission-control | replay eventNonce has already been used for this pairing token. | active tok_6f7bc821d1bb4b00 | replay 065aaa89ffbb · auditdogfood002 |
| 2026/5/19 17:07:52 | audit-dogfood local-dev | machine.paired dogfood · mission-control | invalid-signature Event signature does not match the expected signed payload. | active tok_6f7bc821d1bb4b00 | missing no signature · auditdogfood001 |
Version Registry
These are the targets local adapters should report against.
Project Upgrade Matrix
Cloud can recommend; the owning local session performs the change.
collab upgrade --all| Project | Adapter | Protocol | Rules | Agents | Status | Next local action |
|---|---|---|---|---|---|---|
| beefit | - | - | - | - | missing | local adapter missing cd ~/Coding/beefit && collab init |
Agent Enrollment And Runtime Proof
Configured does not mean running. Runtime proof must be explicit and fresh.
| Agent | Project | Role | Runtime | Policy | Command source |
|---|
Safety Boundary
Vercel-hosted Mission Control should not imply local filesystem authority. Upgrade recommendations become local commands, Requests, or agent handoffs. Silent cloud-to-local writes remain out of scope unless a user installs and authorizes a runner.