fix(routing): follow current REPO-014 architecture main
This commit is contained in:
parent
fe24d8e2a9
commit
885687e033
9 changed files with 132 additions and 6 deletions
|
|
@ -26,10 +26,12 @@
|
|||
"repository_id": "REPO-014",
|
||||
"url": "https://guanghulab.com/code/bingshuo/hololake-system-architecture",
|
||||
"branch": "main",
|
||||
"repository_commit": "29d9c076ee36df5b0f3b1c366a52dbb5191e3649",
|
||||
"repository_commit": "ac9d0517783b9859bc6fff277bd5dcd5cae744ab",
|
||||
"source_path": "product-source/hololake-platform",
|
||||
"source_baseline": "1cb3950e67c2f3feab65b8932c5cabcc2cafc33a",
|
||||
"human_architecture_path": "product-source/hololake-platform/architecture/HOLOLAKE-LANGUAGE-PERSONA-OS.md",
|
||||
"intent_reasoning_map_id": "HLP-INTENT-REASONING-MAP-001",
|
||||
"intent_reasoning_map_path": "product-source/hololake-platform/architecture/HOLOLAKE-INTENT-REASONING-MAP-20260807.md",
|
||||
"machine_architecture_path": "product-source/hololake-platform/src-tauri/resources/public-architecture/gls-system-architecture.json"
|
||||
},
|
||||
"canonical_system_architecture": {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,14 @@ assert.deepEqual(map.concept_ancestry, [
|
|||
"GLS-0245",
|
||||
]);
|
||||
assert.equal(map.canonical_product_source.repository_id, "REPO-014");
|
||||
assert.equal(
|
||||
map.canonical_product_source.repository_commit,
|
||||
repositories.repositories.find((item) => item.code === "REPO-014").current_verified_commit,
|
||||
);
|
||||
assert.equal(
|
||||
map.canonical_product_source.intent_reasoning_map_id,
|
||||
"HLP-INTENT-REASONING-MAP-001",
|
||||
);
|
||||
assert.match(map.canonical_product_source.source_baseline, /^[0-9a-f]{40}$/);
|
||||
assert.equal(
|
||||
map.canonical_product_source.source_baseline,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"schema": "guanghu.host-skill-navigation-map/v1",
|
||||
"map_id": "GLW-HOST-SKILL-NAV-001",
|
||||
"lighthouse_id": "SYS-GLW-LTH-0001",
|
||||
"version": "2026-08-07.2",
|
||||
"version": "2026-08-07.3",
|
||||
"state": "CURRENT",
|
||||
"hosts": [
|
||||
{
|
||||
|
|
@ -122,6 +122,35 @@
|
|||
],
|
||||
"authority": "NAVIGATION_ONLY"
|
||||
},
|
||||
{
|
||||
"id": "INTENT-HOLOLAKE-ARCHITECTURE-RESTORE-001",
|
||||
"phrases": [
|
||||
"HoloLake系统架构规划",
|
||||
"hololake系统架构总规划",
|
||||
"今天新提交的架构",
|
||||
"表弟教育行业开发",
|
||||
"教育行业的开发架构",
|
||||
"班主任工作湖"
|
||||
],
|
||||
"skill_id": "GHS-001-FIFTH-DOMAIN-RESTORE",
|
||||
"target_id": "REPO-014",
|
||||
"transport": "PUBLIC_READ_ONLY_GIT",
|
||||
"sequence": [
|
||||
"resolve_target_through_lighthouse",
|
||||
"read_remote_main_full_sha",
|
||||
"use_clean_fresh_readback_or_exact_sha_local_mirror",
|
||||
"read_HLP_INTENT_REASONING_MAP_001_first",
|
||||
"select_task_specific_architecture_pages",
|
||||
"return_restore_receipt_with_online_local_conflicts"
|
||||
],
|
||||
"stop_conditions": [
|
||||
"LIGHTHOUSE_LOOKUP_NOT_200",
|
||||
"TARGET_NOT_CURRENT",
|
||||
"REMOTE_MAIN_UNREADABLE",
|
||||
"EXACT_SHA_READBACK_FAILED"
|
||||
],
|
||||
"authority": "READ_ONLY_NAVIGATION_WRITES_REQUIRE_SEPARATE_USER_REQUEST_AND_PUBLISH_GATE"
|
||||
},
|
||||
{
|
||||
"id": "INTENT-JD-SERVER-OPERATION-001",
|
||||
"phrases": [
|
||||
|
|
@ -172,6 +201,7 @@
|
|||
"truth_precedence": [
|
||||
"current_explicit_user_instruction",
|
||||
"healthy_lighthouse_number_resolution",
|
||||
"exact_REPO_014_main_snapshot_for_hololake_architecture",
|
||||
"JZAO_private_persona_checkpoint",
|
||||
"exact_REPO_012_main_snapshot",
|
||||
"host_adapter",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"schema": "guanghu.lighthouse-path-registry/v1",
|
||||
"registry_id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||
"lighthouse_id": "SYS-GLW-LTH-0001",
|
||||
"version": "2026-08-07.2",
|
||||
"version": "2026-08-07.3",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"source_repository": "REPO-012",
|
||||
"source_branch": "main",
|
||||
|
|
@ -33,6 +33,18 @@
|
|||
"transport": "LOCAL_GIT_OSXKEYCHAIN",
|
||||
"publication_gate": "HOLOLAKE-CONTINUITY-COLLABORATION-CURRENT"
|
||||
},
|
||||
{
|
||||
"id": "REPO-014",
|
||||
"kind": "hololake_system_architecture_repository",
|
||||
"state": "CURRENT",
|
||||
"online": "https://guanghulab.com/code/bingshuo/hololake-system-architecture",
|
||||
"clone": "https://guanghulab.com/code/bingshuo/hololake-system-architecture.git",
|
||||
"branch": "main",
|
||||
"offline": "/Volumes/JZAO/HoloLake/source-mirrors/hololake-system-architecture.git",
|
||||
"transport": "PUBLIC_READ_ONLY_GIT",
|
||||
"truth_policy": "ONLINE_MAIN_FIRST_LOCAL_MIRROR_ONLY_WHEN_EXACT_FULL_SHA_MATCHES",
|
||||
"publication_gate": "HOLOLAKE-CONTINUITY-COLLABORATION-CURRENT"
|
||||
},
|
||||
{
|
||||
"id": "HL-PERSONA-RUNTIME-LOCAL-001",
|
||||
"kind": "private_persona_runtime_root",
|
||||
|
|
|
|||
|
|
@ -42,12 +42,12 @@
|
|||
"lighthouse_paths": {
|
||||
"path": "routing/lighthouse-path-registry.json",
|
||||
"id": "GLW-LIGHTHOUSE-PATH-REGISTRY-001",
|
||||
"version": "2026-08-07.2"
|
||||
"version": "2026-08-07.3"
|
||||
},
|
||||
"host_skills": {
|
||||
"path": "routing/host-skill-navigation-map.json",
|
||||
"id": "GLW-HOST-SKILL-NAV-001",
|
||||
"version": "2026-08-07.2"
|
||||
"version": "2026-08-07.3"
|
||||
},
|
||||
"persona_skills": {
|
||||
"path": "skills/codex/guanghu-persona-skill-guard/references/persona-skill-registry.json",
|
||||
|
|
|
|||
|
|
@ -333,11 +333,12 @@
|
|||
"clone_url": "https://guanghulab.com/code/bingshuo/hololake-system-architecture.git"
|
||||
},
|
||||
"initial_commit": "ee9a85a5cab7765f173b4ecc221da55012646303",
|
||||
"current_verified_commit": "29d9c076ee36df5b0f3b1c366a52dbb5191e3649",
|
||||
"current_verified_commit": "ac9d0517783b9859bc6fff277bd5dcd5cae744ab",
|
||||
"routing_architecture": "GLS-0246",
|
||||
"relationships": {
|
||||
"entry_and_number_registry": "REPO-012",
|
||||
"product_implementation_source": "REPO-014:product-source/hololake-platform",
|
||||
"current_intent_reasoning_map": "REPO-014:product-source/hololake-platform/architecture/HOLOLAKE-INTENT-REASONING-MAP-20260807.md",
|
||||
"historical_source_repository": "REPO-008",
|
||||
"boundary": "REPO-014保存现行产品源码、公开架构与工程回执;REPO-008仅作历史只读回查;REPO-012保存第五域入口、编号、人格职责和跨仓关系。"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue