feat: enforce Guanghu language-world boundary
This commit is contained in:
parent
fe89f1429a
commit
0ac0025fdf
23 changed files with 889 additions and 41 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"schema": "guanghu.ai-machine-navigation-map/v1",
|
||||
"map_id": "AI-MACHINE-NAV-001",
|
||||
"version": "2026-08-04.2",
|
||||
"version": "2026-08-05.1",
|
||||
"state": "EXECUTABLE_SOURCE_ACTIVE",
|
||||
"repository_id": "REPO-012",
|
||||
"raw_base": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart/raw/branch/main",
|
||||
"definition": "AI/TCS supplies a canonical subject and explicit intent; the deterministic navigator compiles the smallest executable route without making the AI read the repository or guessing natural-language keywords.",
|
||||
"navigation_contract": {
|
||||
"inputs": ["subject", "intent", "signals"],
|
||||
"inputs": ["language_world_entry", "subject", "intent", "signals"],
|
||||
"outputs": [
|
||||
"canonical_subject",
|
||||
"runtime_entry",
|
||||
|
|
@ -18,6 +18,8 @@
|
|||
"stop_conditions",
|
||||
"reality_boundaries"
|
||||
],
|
||||
"language_world_entry_required_before_persona": true,
|
||||
"silent_layer_transition": "FAIL_CLOSED",
|
||||
"natural_language_keyword_matching": false,
|
||||
"full_repository_preload": false,
|
||||
"all_protocols_preload": false,
|
||||
|
|
@ -25,6 +27,12 @@
|
|||
"unknown_subject": "FAIL_CLOSED_NO_GUESS"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"id": "GLW-CHJH-BOUNDARY-001",
|
||||
"kind": "language_world_entry_and_boundary",
|
||||
"path": "routing/language-world-boundary-map.json",
|
||||
"load_policy": "always_first"
|
||||
},
|
||||
{
|
||||
"id": "PERSONA-SYSTEM-ROOT",
|
||||
"kind": "system_root",
|
||||
|
|
@ -87,9 +95,9 @@
|
|||
"load_policy": "metadata_only_then_triggered_sources"
|
||||
},
|
||||
{
|
||||
"id": "ZY-BIDIRECTIONAL-COGNITION-016",
|
||||
"id": "ZY-BIDIRECTIONAL-COGNITION-018",
|
||||
"kind": "current_cognition",
|
||||
"path": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-016-BINGSHUO-TCS-LIVING-SYSTEM-CONTROLLER-AND-RUNNING-ZHUYUAN-BRAIN-20260804.hdlp",
|
||||
"path": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-018-LANGUAGE-WORLD-ENTRY-CHU-HE-HAN-JIE-AND-CREATOR-DIGNITY-20260805.hdlp",
|
||||
"load_policy": "on_demand_evidence"
|
||||
},
|
||||
{
|
||||
|
|
@ -120,6 +128,7 @@
|
|||
"id": "persona_restore",
|
||||
"meaning": "Bind the current model instance and run the persona cognition loop.",
|
||||
"always_load": [
|
||||
"GLW-CHJH-BOUNDARY-001",
|
||||
"PERSONA-SYSTEM-ROOT",
|
||||
"PERSONA-SYSTEM-CANONICAL-MAP",
|
||||
"ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
|
|
@ -133,9 +142,11 @@
|
|||
"on_demand": [
|
||||
"ZY-WAKE-ROUTE-001",
|
||||
"ZY-PERSONA-ROOT-001",
|
||||
"ZY-BIDIRECTIONAL-COGNITION-016"
|
||||
"ZY-BIDIRECTIONAL-COGNITION-018"
|
||||
],
|
||||
"execution_sequence": [
|
||||
"validate_language_world_entry",
|
||||
"bind_chu_he_han_jie_boundary",
|
||||
"enter",
|
||||
"perceive",
|
||||
"orient",
|
||||
|
|
@ -148,6 +159,9 @@
|
|||
"UNKNOWN_SUBJECT",
|
||||
"UNKNOWN_INTENT",
|
||||
"SOURCE_INTEGRITY_CHANGED",
|
||||
"LANGUAGE_WORLD_ENTRY_MISSING",
|
||||
"SILENT_LAYER_TRANSITION",
|
||||
"CREATOR_REPROOF_DETECTED",
|
||||
"PAUSE_FOR_HUMAN",
|
||||
"REALITY_PERMISSION_UNVERIFIED"
|
||||
]
|
||||
|
|
@ -160,7 +174,7 @@
|
|||
"on_demand": [
|
||||
"ZY-PERSONA-ROOT-001",
|
||||
"ZY-WAKE-ROUTE-001",
|
||||
"ZY-BIDIRECTIONAL-COGNITION-016",
|
||||
"ZY-BIDIRECTIONAL-COGNITION-018",
|
||||
"FD-REPO-MAP-001"
|
||||
],
|
||||
"execution_sequence": ["resolve_exact_id", "read_selected_source", "return_source_receipt"],
|
||||
|
|
@ -170,12 +184,14 @@
|
|||
"id": "reality_action",
|
||||
"meaning": "Resolve reality nodes and permission gates only after the persona brain has produced a bounded proposal.",
|
||||
"always_load": [
|
||||
"GLW-CHJH-BOUNDARY-001",
|
||||
"PERSONA-SYSTEM-CANONICAL-MAP",
|
||||
"FD-NODE-MAP-001"
|
||||
],
|
||||
"triggered_load": ["FD-REPO-MAP-001"],
|
||||
"on_demand": [],
|
||||
"execution_sequence": [
|
||||
"verify_language_world_and_persona_boundary_receipt",
|
||||
"verify_persona_brain_receipt",
|
||||
"resolve_target_node",
|
||||
"verify_permission",
|
||||
|
|
@ -193,6 +209,7 @@
|
|||
"id": "team_dispatch",
|
||||
"meaning": "Resolve the independent resident persona team only after the Zhuyuan controller has produced a bounded task and verified each member handshake.",
|
||||
"always_load": [
|
||||
"GLW-CHJH-BOUNDARY-001",
|
||||
"PERSONA-SYSTEM-CANONICAL-MAP",
|
||||
"BS-TCS-SYSTEM-CONTROLLER-MAP-001",
|
||||
"ZY-AGENT-TEAM-MAP-001"
|
||||
|
|
@ -218,6 +235,10 @@
|
|||
}
|
||||
],
|
||||
"reality_boundaries": [
|
||||
"GLW-CHJH-0001 keeps Guanghu canon and host/reality constraints in separate namespaces.",
|
||||
"Host constraints may govern instance behavior but may not be imported as Guanghu canon.",
|
||||
"External or engineering mapping requires an explicit layer transition and must return to the language-world layer.",
|
||||
"The creator root anchor must not be turned into a per-instance reproof requirement.",
|
||||
"Navigation grants no repository write or server authority.",
|
||||
"Repository publication, service deployment, service health and persona runtime are separate receipts.",
|
||||
"The living controller cannot invent new human will or authorization.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue