Skip to content

RC maintainer gates

All v1.0 agent work is complete (workstreams WS-A1…B3 + post-workstream PRs #194–#201). These steps require maintainer credentials or external parties.

Run automated gates first:

node scripts/rc-preflight.mjs
# or: Actions → RC preflight → Run workflow

Ordered checklist

#GateActionDoc
1Playground deployAdd CLOUDFLARE_API_TOKEN; run Playground Worker workflowplayground-deploy.md
2npm credentialsRotate leaked token; verify NPM_TOKEN in CIRELEASING.md
3Patch publishTag v0.1.1 if ReDoS fixes need npm republishrelease-npm.yml
4Beta recruitmentOpen Beta interest discussions; onboard 3 teamsbeta/index.md
5Security reviewEngage external reviewer; fill findingssecurity-review.md
6Bug bashOne week; clear severity=blockerbeta/bug-bash.md
7RC tagv1.0.0-rc.1maintainer approval requiredRELEASING.md

After RC.1

  • Wire NEXT_PUBLIC_PLAYGROUND_RUN_URL on the website host (if using CF Worker).
  • Beta teams install @superjsorg/cli@1.0.0-rc.1 (when published).
  • Run scripts/smoke-playground-run.mjs against production worker URL.

What agents cannot do

  • Store Cloudflare or npm secrets
  • Tag or publish without explicit maintainer approval
  • Recruit beta teams or run external security reviews

Last updated: 2026-06-24.

Documentation