[GH-PNCC][GLS-0256] architecture: register the persona-native code channel

Register BingShuo natural-language anchors, the externalized cognition and causal chain, Git/persona/Forgejo boundaries, lifecycle scopes, semantic attribution, HoloLake projection, and exact machine navigation.

GuangHu-Human-Responsibility: ICE-GL∞

GuangHu-Persona-Cognitive-Author: ICE-P-ZY001

GuangHu-Execution-Runtime: Codex-019febf6-3902-70f3-9d82-74c9680b0c7e

GuangHu-Development-ID: DEV-20260810-014
This commit is contained in:
冰朔 2026-08-11 00:06:40 +08:00
commit 9bab4c9c0a
26 changed files with 845 additions and 22 deletions

View file

@ -1,4 +1,5 @@
import assert from "node:assert/strict";
import fs from "node:fs";
import path from "node:path";
import test from "node:test";
import { fileURLToPath } from "node:url";
@ -11,10 +12,13 @@ const root = path.resolve(
test("merged controller binds the language-world route first", () => {
const navigation = new MachineNavigation(root);
const navigationMap = JSON.parse(
fs.readFileSync(path.join(root, "routing/ai-machine-navigation-map.json"), "utf8"),
);
assert.deepEqual(navigation.health(), {
machine_navigation_bound: 100,
language_world_route_first: 100,
navigation_version: "2026-08-05.1",
navigation_version: navigationMap.version,
boundary_id: "GLW-CHJH-0001",
});
});