Files
pikasTech-HWLAB/reports/dev-gate/dev-mvp-gate-report.md
T
2026-05-21 17:18:12 +00:00

1.5 KiB

HWLAB DEV M5 Gate Report

Status: blocked

Baseline: 6eb4c199b0c63cca7fd68fc3306f7a9cbe4323ea Scope: DEV only

Summary

M0-M5 local contract, smoke, and dry-run checks pass on the frozen origin/main baseline. The live DEV gate is still blocked because http://74.48.78.17:6667 is not reachable from this runner.

Evidence

  • node scripts/validate-contract.mjs
  • node scripts/validate-m0-contract.mjs
  • node scripts/validate-artifact-catalog.mjs
  • node scripts/validate-runtime-boundary.mjs
  • node scripts/validate-schema-drift-map.mjs
  • node scripts/validate-evidence-chain.mjs
  • node scripts/m1-contract-smoke.mjs
  • node scripts/m2-dev-deploy-smoke.mjs --dry-run
  • node scripts/m3-hardware-loop-smoke.mjs
  • node scripts/m4-agent-loop-smoke.mjs
  • node tools/hwlab-cli/bin/hwlab-cli.mjs health
  • node tools/hwlab-cli/bin/hwlab-cli.mjs test e2e --env dev --mvp --dry-run
  • node scripts/m5-mvp-e2e-dry-run.mjs
  • curl -fsS --max-time 5 http://74.48.78.17:6667/health
  • curl -fsS --max-time 5 http://74.48.78.17:6667/live

Result

  • M0: pass
  • M1: pass
  • M2: pass
  • M3: pass
  • M4: pass
  • M5: pass
  • overall: blocked

Minimal Next Step

Obtain live 200/JSON health observations from http://74.48.78.17:6667/health and /live, then capture the live route observations for the DEV ingress chain without switching to PROD or heavy e2e.

Blocker

The frozen DEV endpoint returns connection failures from this runner, so no live DEV ingress evidence can be claimed yet.