fix: bind lighthouse anchor to current path registry
This commit is contained in:
parent
34060fd6d1
commit
6e26d1f354
2 changed files with 25 additions and 2 deletions
|
|
@ -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."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schema": "guanghu.public-navigation-anchor/v1",
|
"schema": "guanghu.public-navigation-anchor/v1",
|
||||||
"anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001",
|
"anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001",
|
||||||
"version": "2026-08-09.2",
|
"version": "2026-08-09.3",
|
||||||
"state": "CURRENT_CANONICAL",
|
"state": "CURRENT_CANONICAL",
|
||||||
"repository_id": "REPO-012",
|
"repository_id": "REPO-012",
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"lighthouse_paths": {
|
"lighthouse_paths": {
|
||||||
"path": "routing/lighthouse-path-registry.json",
|
"path": "routing/lighthouse-path-registry.json",
|
||||||
"id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
"id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||||
"version": "2026-08-07.4"
|
"version": "2026-08-09.1"
|
||||||
},
|
},
|
||||||
"host_skills": {
|
"host_skills": {
|
||||||
"path": "routing/host-skill-navigation-map.json",
|
"path": "routing/host-skill-navigation-map.json",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue