@treeseed/sdk 0.13.0-rc.62 → 0.13.0-rc.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-08-31T11:
|
|
1
|
+
{"completedAt":"2026-08-31T11:48:08.628Z"}
|
|
@@ -64,7 +64,7 @@ function semanticDiagnostics(root, tracked) {
|
|
|
64
64
|
if (![...integrationDigests.values()].includes(host.integration.digest)) report("host_integration_unknown", path, "Host template integration digest is not present in a referenced integration lock.");
|
|
65
65
|
}
|
|
66
66
|
const production = site.production;
|
|
67
|
-
if (production
|
|
67
|
+
if (production && production.mutation !== "blocked") report("production_not_fail_closed", sitePath, "Production mutation must remain blocked until promotion gates pass.");
|
|
68
68
|
if (production?.topology && !tracked.has(production.topology)) report("topology_reference_invalid", sitePath, "Production topology must reference a tracked declaration.");
|
|
69
69
|
return diagnostics;
|
|
70
70
|
}
|