test: add m3 source contract dry-run plan

This commit is contained in:
Code Queue Review
2026-05-22 18:06:24 +00:00
parent ab252f524e
commit 8ff93656ed
8 changed files with 663 additions and 24 deletions
@@ -522,7 +522,10 @@ function collectM3Evidence(reports) {
`auditId=${m3.liveOperation?.auditId ?? "not_observed"}`,
`evidenceId=${m3.liveOperation?.evidenceId ?? "not_observed"}`
],
commands: ["node scripts/dev-m3-hardware-loop-smoke.mjs --live --confirm-dev --confirmed-non-production"],
commands: [
"node scripts/dev-m3-hardware-loop-smoke.mjs --dry-run",
"node scripts/dev-m3-hardware-loop-smoke.mjs --live --confirm-dev --expect-non-prod"
],
summary: liveSummary
})
];