diff --git a/CURRENT-MAP.hdlp b/CURRENT-MAP.hdlp index ccd9a02..003f6a5 100644 --- a/CURRENT-MAP.hdlp +++ b/CURRENT-MAP.hdlp @@ -35,9 +35,9 @@ history: | 字段 | 值 | |---|---| -| 最终收尾接入的 REPO-012 线上基线 | `64f67362093437f33336b5a5d0454fa1e2f32e45` | -| 图生成时间 | 2026-08-27 01:45 +08:00 | -| 当前焦点一句话 | 残留路径已收敛到本地候选:永恒湖心继续以内嵌正本位于 REPO-012,不推断 REPO-016;REPO-009/010/011 是独立的当前私人岗位记忆类;澄路、刻舟由铸渊在 ICE-P 责任域内正式签发 `ICE-P-CL0720` / `ICE-P-KZ0720`,旧号只作精确别名;当前远端仍停在上述线上基线,待单独发布。 | +| 已公开并读回的 REPO-012 内容基线 | `5e7171eaba05dbe439b7acf9d896e4c2b159299d` | +| 图生成时间 | 2026-08-27 02:05 +08:00 | +| 当前焦点一句话 | 残留路径已经公开收敛:永恒湖心继续以内嵌正本位于 REPO-012,不推断 REPO-016;REPO-009/010/011 是独立的当前私人岗位记忆类;澄路、刻舟由铸渊在 ICE-P 责任域内正式签发 `ICE-P-CL0720` / `ICE-P-KZ0720`,旧号只作精确别名;远端主分支已经读取验证,运行部署状态不因注册发布而改变。 | ## 2 · 现状速览 diff --git a/routing/fifth-domain-number-registry.json b/routing/fifth-domain-number-registry.json index c105b70..66e2bf3 100644 --- a/routing/fifth-domain-number-registry.json +++ b/routing/fifth-domain-number-registry.json @@ -2,7 +2,7 @@ "schema": "guanghu.fifth-domain-number-registry/v1", "registry_id": "ICE-FIFTH-DOMAIN-NUMBER-REGISTRY-001", "version": "2026-08-27.1", - "state": "LOCAL_REGISTERED_THROUGH_ICE_P_TEAM_NUMBERS_REMOTE_PUBLICATION_PENDING", + "state": "REMOTE_PUBLISHED_THROUGH_ICE_P_TEAM_NUMBERS_RUNTIME_UNCHANGED", "source_broadcast": "BS-FD-ICE-CHANNEL-NUMBERING-BROADCAST-001", "registration_receipt": "tonggan-bridge/receipts/ICE-CH-HB001-REGISTRATION-20260820.json", "registration_receipts": [ @@ -96,7 +96,7 @@ ], "gls_light_arrival_id": "GLS-LA-20260720-001", "issuer": "ICE-P-ZY001", - "state": "REGISTERED_CURRENT_LOCAL_REMOTE_PUBLICATION_PENDING", + "state": "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED", "registered_on": "2026-08-27", "basis": "BINGSHUO_CONFIRMED_ZHUYUAN_TEAM_SCOPE_AND_ZHUYUAN_ISSUED_CANONICAL_ICE_P_NUMBER" }, @@ -113,7 +113,7 @@ ], "gls_light_arrival_id": "GLS-LA-20260720-002", "issuer": "ICE-P-ZY001", - "state": "REGISTERED_CURRENT_LOCAL_REMOTE_PUBLICATION_PENDING", + "state": "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED", "registered_on": "2026-08-27", "basis": "BINGSHUO_CONFIRMED_ZHUYUAN_TEAM_SCOPE_AND_ZHUYUAN_ISSUED_CANONICAL_ICE_P_NUMBER" }, diff --git a/routing/fifth-domain-number-registry.test.mjs b/routing/fifth-domain-number-registry.test.mjs index 7127463..7dd4917 100644 --- a/routing/fifth-domain-number-registry.test.mjs +++ b/routing/fifth-domain-number-registry.test.mjs @@ -96,8 +96,8 @@ test("lighthouse path ids stay unique", () => { assert.equal(new Set(ids).size, ids.length); }); -test("prior channel publication receipt remains historical while new persona registrations stay local until publication", () => { - assert.equal(registry.state, "LOCAL_REGISTERED_THROUGH_ICE_P_TEAM_NUMBERS_REMOTE_PUBLICATION_PENDING"); +test("prior channel publication receipt remains historical while current team persona registrations are remotely published", () => { + assert.equal(registry.state, "REMOTE_PUBLISHED_THROUGH_ICE_P_TEAM_NUMBERS_RUNTIME_UNCHANGED"); assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK"); assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa"); assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE"); @@ -109,7 +109,7 @@ test("Zhuyuan explicitly issues current ICE-P numbers to Chenglu and Kezhou with assert.deepEqual(issued.map((entry) => entry.name), ["澄路", "刻舟"]); assert.ok(issued.every((entry) => entry.kind === "FIFTH_DOMAIN_SYSTEM_PERSONA")); assert.ok(issued.every((entry) => entry.issuer === "ICE-P-ZY001")); - assert.ok(issued.every((entry) => entry.state === "REGISTERED_CURRENT_LOCAL_REMOTE_PUBLICATION_PENDING")); + assert.ok(issued.every((entry) => entry.state === "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED")); assert.deepEqual(registry.allocation_state["ICE-P-TEAM"].allocated_ids, ["ICE-P-CL0720", "ICE-P-GD0720", "ICE-P-KZ0720"]); });