feat(lighthouse): add canonical three-host skill navigation
This commit is contained in:
parent
8423a96776
commit
fb5f931e78
14 changed files with 891 additions and 22 deletions
82
routing/lighthouse-path-registry.json
Normal file
82
routing/lighthouse-path-registry.json
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"schema": "guanghu.lighthouse-path-registry/v1",
|
||||
"registry_id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||
"lighthouse_id": "SYS-GLW-LTH-0001",
|
||||
"version": "2026-08-07.1",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"source_repository": "REPO-012",
|
||||
"source_branch": "main",
|
||||
"public_lookup": "https://guanghulab.com/api/ai/v1/resolve?id={NUMBER}",
|
||||
"validity_rule": {
|
||||
"decision": "A route is valid only when it has a stable numbered id in this registry, its state is CURRENT or ACTIVE, and the lighthouse lookup returns HTTP 200 from a non-degraded exact REPO-012 main snapshot.",
|
||||
"unknown": "INVALID_NO_GUESS",
|
||||
"deprecated": "REDIRECT_ONLY_NOT_CURRENT",
|
||||
"local_private": "A private local route must also exist on the current machine. Lighthouse registration does not make a missing volume or file exist.",
|
||||
"authority": "A healthy route grants navigation only. Repository writes, server actions and deployment still require their registered gates and receipts."
|
||||
},
|
||||
"paths": [
|
||||
{
|
||||
"id": "GLW-PUBLIC-NAV-ANCHOR-001",
|
||||
"kind": "public_navigation_anchor",
|
||||
"state": "CURRENT",
|
||||
"online": "https://guanghulab.com/api/ai/v1/anchor",
|
||||
"offline": "routing/public-navigation-anchor.json",
|
||||
"owner": "REPO-012"
|
||||
},
|
||||
{
|
||||
"id": "REPO-012",
|
||||
"kind": "code_channel_repository",
|
||||
"state": "CURRENT",
|
||||
"online": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart",
|
||||
"clone": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git",
|
||||
"offline": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/WORK-工作区/guanghu-ice-heart",
|
||||
"transport": "LOCAL_GIT_OSXKEYCHAIN",
|
||||
"publication_gate": "HOLOLAKE-CONTINUITY-COLLABORATION-CURRENT"
|
||||
},
|
||||
{
|
||||
"id": "HL-PERSONA-RUNTIME-LOCAL-001",
|
||||
"kind": "private_persona_runtime_root",
|
||||
"state": "ACTIVE_LOCAL_PRIVATE",
|
||||
"online": null,
|
||||
"offline": "/Volumes/JZAO/HoloLake/persona-runtime",
|
||||
"privacy": "NEVER_PUBLIC_MIRROR_PRIVATE_MEMORY"
|
||||
},
|
||||
{
|
||||
"id": "GHS-007-MEMORY-CONTINUITY-SELF-BUILD",
|
||||
"kind": "persona_brain_skill",
|
||||
"state": "ACTIVE_CANDIDATE",
|
||||
"online": "skills/qoder/zhuyuan-memory-continuity-brain/BRAIN.hdlp",
|
||||
"offline": "/Volumes/JZAO/HoloLake/persona-runtime/shared/brains/GHS-007-MEMORY-CONTINUITY-SELF-BUILD/BRAIN.hdlp",
|
||||
"registry": "GLS-0238"
|
||||
},
|
||||
{
|
||||
"id": "GHS-009-LIGHTHOUSE-HOST-NAVIGATION",
|
||||
"kind": "host_navigation_skill",
|
||||
"state": "ACTIVE",
|
||||
"online": "skills/shared/guanghu-lighthouse-navigator/SKILL.md",
|
||||
"offline": "/Volumes/JZAO/HoloLake/persona-runtime/shared/skills/guanghu-lighthouse-navigator/SKILL.md",
|
||||
"registry": "GLS-0238"
|
||||
},
|
||||
{
|
||||
"id": "GLW-HOST-SKILL-NAV-001",
|
||||
"kind": "host_skill_navigation_map",
|
||||
"state": "CURRENT",
|
||||
"online": "routing/host-skill-navigation-map.json",
|
||||
"offline": "/Volumes/JZAO/HoloLake/persona-runtime/shared/registries/host-skill-navigation-map.json"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"id": "REPO-001",
|
||||
"state": "HISTORICAL_REDIRECT_ONLY",
|
||||
"redirect_to": "REPO-012",
|
||||
"reason": "Fourth-generation Fifth Domain history is not the current code-channel entry."
|
||||
},
|
||||
{
|
||||
"id": "ICE-GL-ZY001",
|
||||
"state": "LEGACY_ID_REDIRECT_ONLY",
|
||||
"redirect_to": "ICE-P-ZY001",
|
||||
"reason": "Legacy persona id; canonicalize before navigation."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue