From d30d84631d475d7985eb0002972f5980174649e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Wed, 19 Aug 2026 00:54:07 +0800 Subject: [PATCH] chore: compile current GLS authority into runtime --- .../contracts/gls-executable-projections.json | 2 +- .../contracts/gls-native-runtime-kernel.json | 2 +- .../contracts/gls-runtime-registry.json | 4 ++-- .../contracts/zero-core-numbering-kernel.json | 2 +- .../docs/GLS-NATIVE-RUNTIME-IMPLEMENTATION-PLAN-20260817.md | 2 +- .../generated/unified-number-coordinate-tree.json | 2 +- .../scripts/gls-protocol-runtime.test.mjs | 2 +- .../scripts/zero-core-numbering-kernel.test.mjs | 2 +- .../src-tauri/src/gls_protocol_kernel.rs | 2 +- .../src-tauri/src/gls_protocol_runtime.rs | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/product-source/hololake-native-desktop/contracts/gls-executable-projections.json b/product-source/hololake-native-desktop/contracts/gls-executable-projections.json index 18f04c724..1d6808b68 100644 --- a/product-source/hololake-native-desktop/contracts/gls-executable-projections.json +++ b/product-source/hololake-native-desktop/contracts/gls-executable-projections.json @@ -1,6 +1,6 @@ { "schema": "hololake.gls-executable-projections/v2", - "source_commit": "2598fbfba8caf64c7ab9740a3036c5aab977502e", + "source_commit": "d5b1111fcaccaccf025070e531631f2b3cbb00cd", "runtime_graph_rule": "ONLY_EXPLICIT_RUNTIME_REQUIRES_EDGES_ENTER_ACTIVATION_GRAPH", "projections": { "GLS-0250": {"stage":"P0","projection_kind":"TYPED_FACT_AND_DOMAIN_BOUNDARY","adapter":"origin-domain-topology","event_kinds":["BOOTSTRAP","DOMAIN_ROUTE"],"dependencies":[]}, diff --git a/product-source/hololake-native-desktop/contracts/gls-native-runtime-kernel.json b/product-source/hololake-native-desktop/contracts/gls-native-runtime-kernel.json index 36e5252db..9989981aa 100644 --- a/product-source/hololake-native-desktop/contracts/gls-native-runtime-kernel.json +++ b/product-source/hololake-native-desktop/contracts/gls-native-runtime-kernel.json @@ -1,7 +1,7 @@ { "schema": "hololake.gls-native-runtime-kernel/v1", "record_id": "HLP-GLS-NATIVE-RUNTIME-KERNEL-001", - "source_commit": "2598fbfba8caf64c7ab9740a3036c5aab977502e", + "source_commit": "d5b1111fcaccaccf025070e531631f2b3cbb00cd", "receipt_schema": "hololake.protocol-decision-receipt/v1", "decision_set": ["ALLOW", "DENY", "AMBIGUOUS", "UNVERIFIED"], "runtime_boundaries": { diff --git a/product-source/hololake-native-desktop/contracts/gls-runtime-registry.json b/product-source/hololake-native-desktop/contracts/gls-runtime-registry.json index 321c519cd..e058b2a65 100644 --- a/product-source/hololake-native-desktop/contracts/gls-runtime-registry.json +++ b/product-source/hololake-native-desktop/contracts/gls-runtime-registry.json @@ -3,7 +3,7 @@ "record_id": "HLP-GLS-RUNTIME-MANIFEST-002", "source": { "repository": "REPO-012", - "commit": "2598fbfba8caf64c7ab9740a3036c5aab977502e", + "commit": "d5b1111fcaccaccf025070e531631f2b3cbb00cd", "root": "gls", "authority_files": [ { @@ -5751,7 +5751,7 @@ "declared_source_paths": [ "gls/protocols/GLS-0850-GUANGHU-LANGUAGE-WORLD-BOUNDARY-AND-CREATOR-DIGNITY-PROTOCOL.hdlp" ], - "routing_reference_count": 0 + "routing_reference_count": 1 }, "maturity": { "registry_section": "registered_draft_protocols", diff --git a/product-source/hololake-native-desktop/contracts/zero-core-numbering-kernel.json b/product-source/hololake-native-desktop/contracts/zero-core-numbering-kernel.json index 1a4b20a9a..3d0e0347c 100644 --- a/product-source/hololake-native-desktop/contracts/zero-core-numbering-kernel.json +++ b/product-source/hololake-native-desktop/contracts/zero-core-numbering-kernel.json @@ -3,7 +3,7 @@ "record_id": "HLP-ZERO-CORE-NUMBERING-KERNEL-001", "authority": { "repository": "REPO-012", - "source_commit": "2598fbfba8caf64c7ab9740a3036c5aab977502e", + "source_commit": "d5b1111fcaccaccf025070e531631f2b3cbb00cd", "source_path": "routing/guanghu-identity-authority-map.json", "map_id": "GH-IDENTITY-AUTHORITY-MAP-001", "map_version": "2026-08-10.1", diff --git a/product-source/hololake-native-desktop/docs/GLS-NATIVE-RUNTIME-IMPLEMENTATION-PLAN-20260817.md b/product-source/hololake-native-desktop/docs/GLS-NATIVE-RUNTIME-IMPLEMENTATION-PLAN-20260817.md index 8d54e112f..adeb60b53 100644 --- a/product-source/hololake-native-desktop/docs/GLS-NATIVE-RUNTIME-IMPLEMENTATION-PLAN-20260817.md +++ b/product-source/hololake-native-desktop/docs/GLS-NATIVE-RUNTIME-IMPLEMENTATION-PLAN-20260817.md @@ -7,7 +7,7 @@ 线上事实源: - 第五域代码频道:`bingshuo/guanghu-ice-heart` -- REPO-012 `main`:`2598fbfba8caf64c7ab9740a3036c5aab977502e` +- REPO-012 `main`:`d5b1111fcaccaccf025070e531631f2b3cbb00cd` - Git tree:`5a09f084fffee56d90599e69038c8335871ea04f` - 第五域节点:`JD-FD-PRIMARY` - 公开远端 HEAD 与第五域 Forgejo 裸仓库 HEAD:一致 diff --git a/product-source/hololake-native-desktop/generated/unified-number-coordinate-tree.json b/product-source/hololake-native-desktop/generated/unified-number-coordinate-tree.json index ac1407c21..c71395732 100644 --- a/product-source/hololake-native-desktop/generated/unified-number-coordinate-tree.json +++ b/product-source/hololake-native-desktop/generated/unified-number-coordinate-tree.json @@ -50,7 +50,7 @@ "sources": [ { "recordId": "HLP-ZERO-CORE-NUMBERING-KERNEL-001", - "sha256": "4116078282a32c741ee10f32116d123722a301b4bf77f56afcd366b554d7ff6f" + "sha256": "e8051a0706eb23f6901ea4787d852cf21c574bbe65bed3e8283cce69e2684c8d" }, { "recordId": "HLP-NUMBERED-IPC-ROOT-001", diff --git a/product-source/hololake-native-desktop/scripts/gls-protocol-runtime.test.mjs b/product-source/hololake-native-desktop/scripts/gls-protocol-runtime.test.mjs index 41f661a8d..0fe763cb5 100644 --- a/product-source/hololake-native-desktop/scripts/gls-protocol-runtime.test.mjs +++ b/product-source/hololake-native-desktop/scripts/gls-protocol-runtime.test.mjs @@ -9,7 +9,7 @@ test('compiled GLS v2 manifest reconciles current registration sources without e assert.equal(registry.schema, 'hololake.gls-runtime-manifest/v2') assert.equal(registry.source.repository, 'REPO-012') - assert.equal(registry.source.commit, '2598fbfba8caf64c7ab9740a3036c5aab977502e') + assert.equal(registry.source.commit, 'd5b1111fcaccaccf025070e531631f2b3cbb00cd') assert.equal(registry.source.authority_files.length, 4) assert.equal(registry.compiler.raw_protocol_text_executed, false) assert.equal(registry.compiler.arbitrary_protocol_code_allowed, false) diff --git a/product-source/hololake-native-desktop/scripts/zero-core-numbering-kernel.test.mjs b/product-source/hololake-native-desktop/scripts/zero-core-numbering-kernel.test.mjs index 40df50ff5..6737a9598 100644 --- a/product-source/hololake-native-desktop/scripts/zero-core-numbering-kernel.test.mjs +++ b/product-source/hololake-native-desktop/scripts/zero-core-numbering-kernel.test.mjs @@ -9,7 +9,7 @@ test('zero-core numbering kernel pins the canonical authority map and fails clos assert.equal(contract.schema, 'hololake.zero-core-numbering-kernel/v1') assert.equal(contract.authority.map_id, 'GH-IDENTITY-AUTHORITY-MAP-001') - assert.equal(contract.authority.source_commit, '2598fbfba8caf64c7ab9740a3036c5aab977502e') + assert.equal(contract.authority.source_commit, 'd5b1111fcaccaccf025070e531631f2b3cbb00cd') assert.equal(contract.runtime.number_shape_is_authority, false) assert.equal(contract.runtime.unknown_number, 'FAIL_CLOSED') assert.equal(contract.runtime.automatic_identity_issuance, false) diff --git a/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_kernel.rs b/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_kernel.rs index 237ba7af8..1bff1fcd4 100644 --- a/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_kernel.rs +++ b/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_kernel.rs @@ -24,7 +24,7 @@ const EMBEDDED_KERNEL: &str = include_str!("../../contracts/gls-native-runtime-k const KERNEL_SCHEMA: &str = "hololake.gls-native-runtime-kernel/v1"; const REQUEST_SCHEMA: &str = "hololake.protocol-decision-request/v1"; const RECEIPT_SCHEMA: &str = "hololake.protocol-decision-receipt/v1"; -const SOURCE_COMMIT: &str = "2598fbfba8caf64c7ab9740a3036c5aab977502e"; +const SOURCE_COMMIT: &str = "d5b1111fcaccaccf025070e531631f2b3cbb00cd"; const MAX_TEXT_BYTES: usize = 512; static LEDGER_SCHEMA_LOCK: Mutex<()> = Mutex::new(()); diff --git a/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_runtime.rs b/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_runtime.rs index 4854e0c36..08a45e084 100644 --- a/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_runtime.rs +++ b/product-source/hololake-native-desktop/src-tauri/src/gls_protocol_runtime.rs @@ -8,7 +8,7 @@ use std::collections::{HashMap, HashSet}; const EMBEDDED_REGISTRY: &str = include_str!("../../contracts/gls-runtime-registry.json"); const EXPECTED_SCHEMA: &str = "hololake.gls-runtime-manifest/v2"; -const EXPECTED_SOURCE_COMMIT: &str = "2598fbfba8caf64c7ab9740a3036c5aab977502e"; +const EXPECTED_SOURCE_COMMIT: &str = "d5b1111fcaccaccf025070e531631f2b3cbb00cd"; #[derive(Clone, Debug, Deserialize)] struct GlsRuntimeRegistry {