test: refresh HWLAB DEV live evidence

Merge PR #71 after commander review. Rebaselines DEV live evidence to 16666/16667, removes stale edge/frp blocker classification, keeps DB live and M3 patch-panel runtime as real blockers. Complies with HWLAB #78 / DC-DCSN-P0-2026-003 by preserving DEV-LIVE evidence boundaries and not treating Gate/UI as MVP success.
This commit is contained in:
Lyon
2026-05-22 13:15:31 +08:00
committed by GitHub
parent 7e29522b65
commit ab11565640
17 changed files with 590 additions and 530 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import fs from "node:fs";
import path from "node:path";
export const DEV_ENDPOINT = "http://74.48.78.17:16667";
import { DEV_ENDPOINT } from "../protocol/index.mjs";
export { DEV_ENDPOINT };
export const DEFAULT_GATE_REPORT_PATH = "reports/dev-gate/dev-mvp-gate-report.json";
export const DEFAULT_M5_PLAN_PATH = "fixtures/mvp/m5-e2e/dry-run-plan.json";