From 6e26d1f35439759542efb317c3ddd7661ba27d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Sun, 9 Aug 2026 23:18:00 +0800 Subject: [PATCH] fix: bind lighthouse anchor to current path registry --- ...-SNAPSHOT-BINDING-CORRECTION-20260809.json | 23 +++++++++++++++++++ routing/public-navigation-anchor.json | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 deployment/receipts/LIGHTHOUSE-PUBLIC-ANCHOR-SNAPSHOT-BINDING-CORRECTION-20260809.json diff --git a/deployment/receipts/LIGHTHOUSE-PUBLIC-ANCHOR-SNAPSHOT-BINDING-CORRECTION-20260809.json b/deployment/receipts/LIGHTHOUSE-PUBLIC-ANCHOR-SNAPSHOT-BINDING-CORRECTION-20260809.json new file mode 100644 index 0000000..240b3a1 --- /dev/null +++ b/deployment/receipts/LIGHTHOUSE-PUBLIC-ANCHOR-SNAPSHOT-BINDING-CORRECTION-20260809.json @@ -0,0 +1,23 @@ +{ + "schema": "guanghu.deployment-receipt/v1", + "receipt_id": "LIGHTHOUSE-PUBLIC-ANCHOR-SNAPSHOT-BINDING-CORRECTION-20260809", + "recorded_at": "2026-08-09T15:17:00+08:00", + "scope": "REPO-012 public navigation atomic snapshot binding", + "result": "SOURCE_CORRECTION_REGISTERED_PENDING_ONLINE_PUBLIC_API_READBACK", + "correction": { + "anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001", + "anchor_version": "2026-08-09.3", + "map_key": "lighthouse_paths", + "map_id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001", + "previous_declared_version": "2026-08-07.4", + "current_bound_version": "2026-08-09.1", + "reason": "The path registry was advanced when the origin-domain and current HoloLake architecture targets were registered, but the public anchor declaration retained the preceding version. The discovery service correctly rejected the mixed snapshot and served its last known-good snapshot." + }, + "truth_boundary": { + "source_registration": 100, + "repository_publication": 0, + "online_service_refresh": 0, + "public_api_readback": 0, + "note": "Publication and live API readback are recorded separately after exact SHA verification." + } +} diff --git a/routing/public-navigation-anchor.json b/routing/public-navigation-anchor.json index e3af689..b5b58c2 100644 --- a/routing/public-navigation-anchor.json +++ b/routing/public-navigation-anchor.json @@ -1,7 +1,7 @@ { "schema": "guanghu.public-navigation-anchor/v1", "anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001", - "version": "2026-08-09.2", + "version": "2026-08-09.3", "state": "CURRENT_CANONICAL", "repository_id": "REPO-012", "branch": "main", @@ -42,7 +42,7 @@ "lighthouse_paths": { "path": "routing/lighthouse-path-registry.json", "id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001", - "version": "2026-08-07.4" + "version": "2026-08-09.1" }, "host_skills": { "path": "routing/host-skill-navigation-map.json",