Type: Formal Gate C
Priority: P0
Initial status: Blocked
Owner: Independent QA
Depends on: M5-03, M5-05, M5-06, M5-07
Blocks: M5-10
Writable: docs/gate-c-report.md, final artifacts only; defects via Bug Issue
唯一目标
从 clean clone 对 exact candidate 执行完整机器、模式、live、部署和四场景验收,结论为 PASS 或 NO-GO。
机器 Gate
git status --short --branch
node --version
pnpm --version
pnpm install --frozen-lockfile
pnpm format:check
pnpm lint
pnpm typecheck
pnpm build
pnpm test:package-import
pnpm test
pnpm test:coverage
pnpm test:fixtures
pnpm test:integration
CLEAR402_ENABLED=false pnpm test:e2e
CLEAR402_ENABLED=true pnpm test:e2e
MOSS_RPC_URL=https://rpc.monad.xyz pnpm test:live
git diff --check
验收
[ ] exact candidate SHA
[ ] clean clone --recurse-submodules/install
[ ] commands/counts/duration/exit 全记录
[ ] exact-head CI SUCCESS URL
[ ] local + public production smoke
[ ] four scenarios
[ ] false/true mode
[ ] valid/tampered credential
[ ] no open P0/P1
[ ] docs/gate-c-report.md conclusion exactly PASS/NO-GO
Codex 指令
在全新临时目录执行 Gate C,不复用 node_modules/build cache 作为唯一证据。
不在 Gate PR 修代码;任何失败另开 Bug。输出 PASS/NO-GO 和每个 blocker。
唯一目标
从 clean clone 对 exact candidate 执行完整机器、模式、live、部署和四场景验收,结论为 PASS 或 NO-GO。
机器 Gate
git status --short --branch node --version pnpm --version pnpm install --frozen-lockfile pnpm format:check pnpm lint pnpm typecheck pnpm build pnpm test:package-import pnpm test pnpm test:coverage pnpm test:fixtures pnpm test:integration CLEAR402_ENABLED=false pnpm test:e2e CLEAR402_ENABLED=true pnpm test:e2e MOSS_RPC_URL=https://rpc.monad.xyz pnpm test:live git diff --check验收
Codex 指令