diff --git a/docs/release-control/v6/internal/status.json b/docs/release-control/v6/internal/status.json index 4057ef548..80bbd25df 100644 --- a/docs/release-control/v6/internal/status.json +++ b/docs/release-control/v6/internal/status.json @@ -7030,6 +7030,27 @@ "L20", "L23" ] + }, + { + "id": "platform-page-membership-overlap-v1", + "summary": "Pulse v6 primary IA remains platform-first rather than a generic mixed systems page: a single physical or agent-backed system may appear on multiple platform pages when it participates in multiple platform contracts, and each page must show only the workloads and native resources relevant to that platform. Host identity stays separate from runtime membership, so an Unraid server that reports Docker containers can appear on the container-runtime page while still reading as an Unraid-profiled host rather than a generic Docker server.", + "kind": "architecture", + "decided_at": "2026-05-17", + "subsystem_ids": [ + "agent-lifecycle", + "ai-runtime", + "alerts", + "api-contracts", + "monitoring", + "storage-recovery", + "unified-resources" + ], + "lane_ids": [ + "L6", + "L13", + "L15", + "L16" + ] } ] } diff --git a/scripts/release_control/subsystem_lookup_test.py b/scripts/release_control/subsystem_lookup_test.py index 827d56030..a95929e52 100644 --- a/scripts/release_control/subsystem_lookup_test.py +++ b/scripts/release_control/subsystem_lookup_test.py @@ -4577,6 +4577,7 @@ class SubsystemLookupTest(unittest.TestCase): "host-type-migration-boundary-audit", "mixed-private-infrastructure-operations-direction", "platform-admission-first-lab-ready-stage", + "platform-page-membership-overlap-v1", "platform-support-model-v1", "vmware-vsphere-vcenter-first-admission-model", "vmware-vsphere-vcenter-support-claim-ratchet",