{"id":"ops/launch-review","relativePath":"ops/launch-review.md","title":"Launch Review Packet","markdown":"# Launch Review Packet\n\n`pnpm launch:review` builds a machine-readable launch packet from the latest artifacts. It does not rerun heavy gates; it verifies that the evidence already collected is fresh, internally consistent, and safe to use for a launch decision.\n\n## Commands\n\nStaging / controlled beta review:\n\n```bash\npnpm launch:review\n```\n\nControlled beta go/no-go summary:\n\n```bash\npnpm launch:beta:readiness\n```\n\nFail-fast staging check:\n\n```bash\npnpm launch:review:check\n```\n\nProduction launch review:\n\n```bash\npnpm launch:review:production\n```\n\n## Artifacts\n\n- latest packet: `artifacts/launch/launch-review-latest.json`\n- latest controlled beta packet: `artifacts/launch/beta-readiness-latest.json`\n- per-run packet: `artifacts/launch/runs/launch-review-<timestamp>.json`\n- per-run controlled beta packet: `artifacts/launch/runs/beta-readiness-<timestamp>.json`\n\n## Inputs\n\nThe launch packet reads:\n\n- `artifacts/launch/deployment-preflight-latest.json`\n- `artifacts/exit-gate/era-c-exit-gate-latest.json`\n- `artifacts/security/pnpm-audit-summary.json`\n- `config/security-audit-baseline.json`\n- `artifacts/dr-drill/latest.json`\n- `artifacts/smoke/public-trust/summary.json`\n- a11y evidence: `artifacts/launch/a11y-latest.json` from `pnpm a11y:check`\n- explore smoke evidence: `artifacts/launch/explore-smoke-latest.json` from `pnpm smoke:explore:matrix`\n\nThe evidence paths can be overridden with:\n\n- `METAMUSEUM_A11Y_EVIDENCE_PATH`\n- `METAMUSEUM_EXPLORE_SMOKE_EVIDENCE_PATH`\n\nIf an operator needs to supply a manual evidence file, use this minimal shape:\n\n```json\n{\n  \"generatedAt\": \"2026-06-10T00:00:00.000Z\",\n  \"status\": \"pass\",\n  \"summary\": \"Operator pasted the passing command output here.\"\n}\n```\n\nCommand evidence may use `status: \"warn\"` for staging-only blockers, such as a missing researcher smoke token. Use `pnpm launch:smoke-token` to generate/update the staging token without printing it, then copy `METAMUSEUM_TEST_ROLE_OVERRIDE_TOKEN` into both the staging server and smoke runner. Production launch review treats warning evidence as not passing.\n\n## Production Rules\n\nProduction launch review fails when:\n\n- deployment preflight is missing, stale, wrong-target, warning, or failing\n- Era C exit gate is missing, stale, or failed\n- security audit exceeds the committed baseline\n- DR drill is missing, stale, failing, or lacks verified Postgres restore proof\n- public-trust smoke screenshots are missing or have pixel-diff failures\n- a11y or explore smoke evidence is missing or not passing\n\nStaging review can warn on production-only blockers so controlled beta can proceed only to collect the missing evidence.\n\n## Controlled Beta Readiness\n\n`pnpm launch:beta:readiness` reads the latest launch review and deployment preflight artifacts, then classifies the staging decision as:\n\n- `blocked`: launch-review blockers or deployment-preflight failures remain.\n- `rehearsal-ready`: deployment and hardening are not blocked, but live beta still needs required smoke/deployment evidence.\n- `live-beta-ready`: deployment, hardening, public-trust, a11y, and explore smoke evidence are green; remaining warnings are accepted controlled-beta evidence collection limits.\n\nEra C 30-day SLO, uptime, activity-adoption, and KPI gaps are accepted warnings only for controlled beta. They remain production blockers.\n","sections":[{"level":2,"heading":"Commands","anchor":"commands"},{"level":2,"heading":"Artifacts","anchor":"artifacts"},{"level":2,"heading":"Inputs","anchor":"inputs"},{"level":2,"heading":"Production Rules","anchor":"production-rules"},{"level":2,"heading":"Controlled Beta Readiness","anchor":"controlled-beta-readiness"}],"html":"<h1 id=\"launch-review-packet\">Launch Review Packet</h1>\n<p>`pnpm launch:review` builds a machine-readable launch packet from the latest artifacts. It does not rerun heavy gates; it verifies that the evidence already collected is fresh, internally consistent, and safe to use for a launch decision.</p>\n<h2 id=\"commands\">Commands</h2>\n<p>Staging / controlled beta review:</p>\n<pre><code>\npnpm launch:review\n</code></pre>\n<p>Controlled beta go/no-go summary:</p>\n<pre><code>\npnpm launch:beta:readiness\n</code></pre>\n<p>Fail-fast staging check:</p>\n<pre><code>\npnpm launch:review:check\n</code></pre>\n<p>Production launch review:</p>\n<pre><code>\npnpm launch:review:production\n</code></pre>\n<h2 id=\"artifacts\">Artifacts</h2>\n<ul><li>latest packet: `artifacts/launch/launch-review-latest.json`</li><li>latest controlled beta packet: `artifacts/launch/beta-readiness-latest.json`</li><li>per-run packet: `artifacts/launch/runs/launch-review-&lt;timestamp&gt;.json`</li><li>per-run controlled beta packet: `artifacts/launch/runs/beta-readiness-&lt;timestamp&gt;.json`</li></ul>\n<h2 id=\"inputs\">Inputs</h2>\n<p>The launch packet reads:</p>\n<ul><li>`artifacts/launch/deployment-preflight-latest.json`</li><li>`artifacts/exit-gate/era-c-exit-gate-latest.json`</li><li>`artifacts/security/pnpm-audit-summary.json`</li><li>`config/security-audit-baseline.json`</li><li>`artifacts/dr-drill/latest.json`</li><li>`artifacts/smoke/public-trust/summary.json`</li><li>a11y evidence: `artifacts/launch/a11y-latest.json` from `pnpm a11y:check`</li><li>explore smoke evidence: `artifacts/launch/explore-smoke-latest.json` from `pnpm smoke:explore:matrix`</li></ul>\n<p>The evidence paths can be overridden with:</p>\n<ul><li>`METAMUSEUM_A11Y_EVIDENCE_PATH`</li><li>`METAMUSEUM_EXPLORE_SMOKE_EVIDENCE_PATH`</li></ul>\n<p>If an operator needs to supply a manual evidence file, use this minimal shape:</p>\n<pre><code>\n{\n  &quot;generatedAt&quot;: &quot;2026-06-10T00:00:00.000Z&quot;,\n  &quot;status&quot;: &quot;pass&quot;,\n  &quot;summary&quot;: &quot;Operator pasted the passing command output here.&quot;\n}\n</code></pre>\n<p>Command evidence may use `status: &quot;warn&quot;` for staging-only blockers, such as a missing researcher smoke token. Use `pnpm launch:smoke-token` to generate/update the staging token without printing it, then copy `METAMUSEUM_TEST_ROLE_OVERRIDE_TOKEN` into both the staging server and smoke runner. Production launch review treats warning evidence as not passing.</p>\n<h2 id=\"production-rules\">Production Rules</h2>\n<p>Production launch review fails when:</p>\n<ul><li>deployment preflight is missing, stale, wrong-target, warning, or failing</li><li>Era C exit gate is missing, stale, or failed</li><li>security audit exceeds the committed baseline</li><li>DR drill is missing, stale, failing, or lacks verified Postgres restore proof</li><li>public-trust smoke screenshots are missing or have pixel-diff failures</li><li>a11y or explore smoke evidence is missing or not passing</li></ul>\n<p>Staging review can warn on production-only blockers so controlled beta can proceed only to collect the missing evidence.</p>\n<h2 id=\"controlled-beta-readiness\">Controlled Beta Readiness</h2>\n<p>`pnpm launch:beta:readiness` reads the latest launch review and deployment preflight artifacts, then classifies the staging decision as:</p>\n<ul><li>`blocked`: launch-review blockers or deployment-preflight failures remain.</li><li>`rehearsal-ready`: deployment and hardening are not blocked, but live beta still needs required smoke/deployment evidence.</li><li>`live-beta-ready`: deployment, hardening, public-trust, a11y, and explore smoke evidence are green; remaining warnings are accepted controlled-beta evidence collection limits.</li></ul>\n<p>Era C 30-day SLO, uptime, activity-adoption, and KPI gaps are accepted warnings only for controlled beta. They remain production blockers.</p>","updatedAt":"2018-10-20T01:46:40.000Z","checksum":"880e41ebcbe31c0c2bee075a4f8182ceccdcabeb71aacf9c62dc98729bcee417","checksumPrefix":"880e41ebcbe3","anchorCount":5,"lineCount":90,"rawUrl":"/api/docs/content?path=ops%2Flaunch-review.md","htmlUrl":"/docs?doc=ops%2Flaunch-review.md","apiUrl":"/api/docs/content?path=ops%2Flaunch-review.md"}