fix(deploy): route private validation slice canonically

This commit is contained in:
Codex
2026-07-23 08:51:19 +03:00
parent 93eb13219a
commit 6c764d0d28
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -4991,6 +4991,10 @@ def load_artifact(artifact, work_dir):
and not is_engine_mcp_control_plane_slice(manifest["component"], entries)
and not is_engine_mcp_ontology_sdk_slice(manifest["component"], entries)
and not is_engine_mcp_autonomy_provider_v5_slice(manifest["component"], entries)
and not is_engine_provider_authority_diagnostics_slice(
manifest["component"],
entries,
)
):
die("Engine node-intelligence payload requires the canonical transition")
if is_engine_node_intelligence_transition(manifest["component"], entries):