feat(tcs): add stage2 mother-brain and desktop ABI

This commit is contained in:
冰朔 2026-08-23 23:18:11 +08:00
commit d5c87e3768
59 changed files with 5788 additions and 25 deletions

View file

@ -0,0 +1,103 @@
{
"authority_ceiling": {
"maximum": "ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT",
"network": false,
"pixel_coordinate_guess": false,
"process": false,
"real_macos_action": false,
"semantic_action_requires_permission_ticket": true
},
"capabilities": {
"provided": [
"HOLOLAKE.SHARED_COMPUTER_STATE",
"HOLOLAKE.HUMAN_RENDERED_PROJECTION",
"HOLOLAKE.PERSONA_TCS_PROJECTION"
],
"required": [
"DESKTOP.OBSERVE_OBJECT_TREE",
"DESKTOP.RESOLVE_STABLE_OBJECT",
"DESKTOP.EXECUTE_SEMANTIC_ACTION",
"DESKTOP.READ_STATE_DIFF",
"DESKTOP.VERIFY_TARGET_AND_RECEIPT"
]
},
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"
},
"data_scope": {
"read": [
"BOUNDED_ACTION_INTENT",
"PERMISSION_TICKET",
"STRUCTURED_OBJECT_TREE",
"CANONICAL_COMPUTER_STATE"
],
"write": [
"DEDICATED_TCS_TEST_OBJECT_STATE",
"STATE_DIFF",
"TARGET_READBACK",
"TCS_RECEIPT"
]
},
"entry": {
"id": "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001",
"kind": "PROGRAM"
},
"identity": {
"language_version": "0.1",
"module_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"
},
"install": {
"account_scoped": true,
"activation_requires_self_test": true,
"compiler_registration_state": "STAGE2_REGISTERED",
"module_abi_package_state": "SOURCE",
"registration_is_installation": false,
"runtime_multi_action_dispatch_state": "MISSING",
"signature_state": "ABSENT"
},
"manifest": {
"channel": "ICE-CH-ZC001",
"display_name_zh": "HoloLake共享双桌面TCS对象动作桥第二阶段",
"entry_program_id": "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001",
"entry_source": "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs",
"module_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002",
"owner": "ICE-P-ZY001",
"role": "SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE"
},
"native_self_hosted": true,
"network_scope": {
"allowed": false,
"domains": []
},
"projection": {
"active": false,
"canonical_state": "ONE_COMPUTER_STATE",
"compiler_registration": "PASS",
"display_name_zh": "HoloLake共享双桌面TCS对象动作桥第二阶段",
"human_projection": "RENDERED_DESKTOP",
"installed": false,
"mounted": false,
"native_desktop_execution": "NOT_YET_PROVEN",
"persona_projection": "TCS_STRUCTURED_DESKTOP",
"real_macos_action_executed": false,
"technical_detail_default": false
},
"resource_ceiling": {
"concurrency": 1,
"memory_limit_bytes": 268435456,
"timeout_ms": 30000
},
"rollback": {
"action": "RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS",
"preserve_receipts": true
},
"schema": "guanghu.module-gir/v1",
"self_test": {
"compile_expect": "FIVE_ACTION_GRAPH_PASS",
"current_execution": "FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS",
"execution_expect": "ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK",
"program_id": "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001"
}
}

View file

@ -0,0 +1,205 @@
# HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **module** declaration with identifier `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `manifest.entry_source`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE `manifest.role`
## Why this started
- **source** `source`
- **source identifier**BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823 `source.source_id`
- **source role**DIRECT_HUMAN `source.source_role`
- **source checksum**a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23 `source.source_sha256`
- **source address**language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
- **entry** `entry`
- **id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **required** `capabilities.required`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
## Boundaries and exception handling
- **authority_ceiling** `authority_ceiling`
- **maximum**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.maximum`
- **network**no `authority_ceiling.network`
- **pixel_coordinate_guess**no `authority_ceiling.pixel_coordinate_guess`
- **process**no `authority_ceiling.process`
- **real_macos_action**no `authority_ceiling.real_macos_action`
- **semantic_action_requires_permission_ticket**yes `authority_ceiling.semantic_action_requires_permission_ticket`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- BOUNDED_ACTION_INTENT
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- TCS_RECEIPT
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **rollback** `rollback`
- **action**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.action`
- **preserve_receipts**yes `rollback.preserve_receipts`
## How completion is proven
- **self_test** `self_test`
- **compile_expect**FIVE_ACTION_GRAPH_PASS `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK `self_test.execution_expect`
- **program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `self_test.program_id`
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002`
- **Native declaration kind**: `MODULE`
- **TCS source SHA-256**: `f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **authority_ceiling** `authority_ceiling`
- **maximum**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.maximum`
- **network**no `authority_ceiling.network`
- **pixel_coordinate_guess**no `authority_ceiling.pixel_coordinate_guess`
- **process**no `authority_ceiling.process`
- **real_macos_action**no `authority_ceiling.real_macos_action`
- **semantic_action_requires_permission_ticket**yes `authority_ceiling.semantic_action_requires_permission_ticket`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **required** `capabilities.required`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- **data_scope** `data_scope`
- **read** `data_scope.read`
- BOUNDED_ACTION_INTENT
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- TCS_RECEIPT
- **entry** `entry`
- **id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **header** `header`
- **canonical source path**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**SOURCE `header.lifecycle`
- **English name**HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two `header.name_en`
- **Chinese name**HoloLake共享双桌面TCS对象动作桥第二阶段 `header.name_zh`
- **profile**HLDP-NP/1 `header.profile`
- **protocols** `header.protocols`
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- TCS-MODULE-ABI-0001
- **schema**tcs.module/v1 `header.schema`
- **version**0.2.0 `header.version`
- **install** `install`
- **account_scoped**yes `install.account_scoped`
- **activation_requires_self_test**yes `install.activation_requires_self_test`
- **compiler_registration_state**STAGE2_REGISTERED `install.compiler_registration_state`
- **module_abi_package_state**SOURCE `install.module_abi_package_state`
- **registration_is_installation**no `install.registration_is_installation`
- **runtime_multi_action_dispatch_state**MISSING `install.runtime_multi_action_dispatch_state`
- **signature_state**ABSENT `install.signature_state`
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `manifest.entry_source`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE `manifest.role`
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **projection** `projection`
- **active**no `projection.active`
- **canonical_state**ONE_COMPUTER_STATE `projection.canonical_state`
- **compiler_registration**PASS `projection.compiler_registration`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `projection.display_name_zh`
- **human-readable projection**RENDERED_DESKTOP `projection.human_projection`
- **installed**no `projection.installed`
- **mounted**no `projection.mounted`
- **native_desktop_execution**NOT_YET_PROVEN `projection.native_desktop_execution`
- **persona_projection**TCS_STRUCTURED_DESKTOP `projection.persona_projection`
- **real_macos_action_executed**no `projection.real_macos_action_executed`
- **technical_detail_default**no `projection.technical_detail_default`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **rollback** `rollback`
- **action**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.action`
- **preserve_receipts**yes `rollback.preserve_receipts`
- **self_test** `self_test`
- **compile_expect**FIVE_ACTION_GRAPH_PASS `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK `self_test.execution_expect`
- **program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `self_test.program_id`
- **source** `source`
- **source identifier**BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823 `source.source_id`
- **source role**DIRECT_HUMAN `source.source_role`
- **source checksum**a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23 `source.source_sha256`
- **source address**language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,205 @@
# HoloLake共享双桌面TCS对象动作桥第二阶段 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **模块** 声明,编号为 `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `manifest.entry_source`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE `manifest.role`
## 为什么开始
- **来源** `source`
- **来源编号**BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823 `source.source_id`
- **来源角色**:人类直接语言来源(`DIRECT_HUMAN` `source.source_role`
- **来源校验值**a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23 `source.source_sha256`
- **来源地址**language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
- **entry** `entry`
- **id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **是否必需** `capabilities.required`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
## 边界与异常处理
- **权限边界** `authority_ceiling`
- **maximum**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.maximum`
- **network**:否 `authority_ceiling.network`
- **pixel_coordinate_guess**:否 `authority_ceiling.pixel_coordinate_guess`
- **process**:否 `authority_ceiling.process`
- **real_macos_action**:否 `authority_ceiling.real_macos_action`
- **semantic_action_requires_permission_ticket**:是 `authority_ceiling.semantic_action_requires_permission_ticket`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- BOUNDED_ACTION_INTENT
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- TCS_RECEIPT
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **回滚方案** `rollback`
- **action**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.action`
- **preserve_receipts**:是 `rollback.preserve_receipts`
## 怎样算完成
- **自检** `self_test`
- **compile_expect**FIVE_ACTION_GRAPH_PASS `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK `self_test.execution_expect`
- **program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `self_test.program_id`
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002`
- **原生声明类型**`MODULE`
- **TCS 源码 SHA-256**`f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **权限边界** `authority_ceiling`
- **maximum**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.maximum`
- **network**:否 `authority_ceiling.network`
- **pixel_coordinate_guess**:否 `authority_ceiling.pixel_coordinate_guess`
- **process**:否 `authority_ceiling.process`
- **real_macos_action**:否 `authority_ceiling.real_macos_action`
- **semantic_action_requires_permission_ticket**:是 `authority_ceiling.semantic_action_requires_permission_ticket`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **是否必需** `capabilities.required`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- **数据边界** `data_scope`
- **read** `data_scope.read`
- BOUNDED_ACTION_INTENT
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- TCS_RECEIPT
- **entry** `entry`
- **id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**SOURCE `header.lifecycle`
- **英文名**HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two `header.name_en`
- **中文名**HoloLake共享双桌面TCS对象动作桥第二阶段 `header.name_zh`
- **协议配置**HLDP-NP/1 `header.profile`
- **protocols** `header.protocols`
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- TCS-MODULE-ABI-0001
- **schema**tcs.module/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **install** `install`
- **account_scoped**:是 `install.account_scoped`
- **activation_requires_self_test**:是 `install.activation_requires_self_test`
- **compiler_registration_state**STAGE2_REGISTERED `install.compiler_registration_state`
- **module_abi_package_state**SOURCE `install.module_abi_package_state`
- **registration_is_installation**:否 `install.registration_is_installation`
- **runtime_multi_action_dispatch_state**MISSING `install.runtime_multi_action_dispatch_state`
- **signature_state**:当前不存在(`ABSENT` `install.signature_state`
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `manifest.entry_source`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE `manifest.role`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **projection** `projection`
- **active**:否 `projection.active`
- **canonical_state**ONE_COMPUTER_STATE `projection.canonical_state`
- **compiler_registration**PASS `projection.compiler_registration`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `projection.display_name_zh`
- **人类可读投影**RENDERED_DESKTOP `projection.human_projection`
- **installed**:否 `projection.installed`
- **mounted**:否 `projection.mounted`
- **native_desktop_execution**NOT_YET_PROVEN `projection.native_desktop_execution`
- **persona_projection**TCS_STRUCTURED_DESKTOP `projection.persona_projection`
- **real_macos_action_executed**:否 `projection.real_macos_action_executed`
- **technical_detail_default**:否 `projection.technical_detail_default`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **回滚方案** `rollback`
- **action**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.action`
- **preserve_receipts**:是 `rollback.preserve_receipts`
- **自检** `self_test`
- **compile_expect**FIVE_ACTION_GRAPH_PASS `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK `self_test.execution_expect`
- **program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `self_test.program_id`
- **来源** `source`
- **来源编号**BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823 `source.source_id`
- **来源角色**:人类直接语言来源(`DIRECT_HUMAN` `source.source_role`
- **来源校验值**a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23 `source.source_sha256`
- **来源地址**language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,80 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "a30d6d7e25c2912515133d0a160114527dfee94b38a43313c834069908f8c913"
},
"declaration": {
"compiler": {
"gir": "build/stage2/compiler-D.gir.json",
"gir_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"native_self_hosted": true,
"semantic_definition_sha256": "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"
},
"drift": {
"compiler": "FAIL_CLOSED",
"permission_ticket": "FAIL_CLOSED",
"protocol": "FAIL_CLOSED",
"source": "FAIL_CLOSED"
},
"entry": {
"gir": "build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json",
"gir_sha256": "d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b",
"source": "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs",
"source_sha256": "01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb"
},
"header": {
"canonical_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.lock.tcs",
"compatibility": [
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "HoloLake Shared Dual Desktop TCS Object Action Bridge Dependency Lock",
"name_zh": "HoloLake共享双桌面TCS对象动作桥依赖锁",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001"
],
"schema": "tcs.protocol/v1",
"version": "0.2.0"
},
"module": {
"gir_sha256": "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3",
"source_sha256": "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"
},
"protocols": {
"module_abi_version": "0.1.0",
"object_action_protocol": "TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001",
"operation_registry_sha256": "97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a"
},
"runtime": {
"generic_multi_action_dispatch": "MISSING_EXPECT_TCS_E2101",
"host_may_substitute_operation": false,
"required_actions": 5
},
"source": {
"source_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834",
"source_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"
},
"test_object": {
"event_source": "language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs",
"event_source_sha256": "2c38afc3c19d267d8ca346b9a06340920cfceb56bc8b4fc4f28ea0410072e3a0",
"object_id": "HLP-TEST-DESKTOP-OBJECT-0001",
"real_macos_object": false
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK",
"declaration_kind": "PROTOCOL",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,16 @@
schema: tcs.module-lock-projection/v1
canonical_source: module.lock.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002
module_source_sha256: f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834
module_gir_sha256: 8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3
compiler_id: TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
compiler_gir_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
compiler_semantic_definition_sha256: eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771
entry_source_sha256: 01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb
entry_gir_sha256: d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b
test_object_source_sha256: 2c38afc3c19d267d8ca346b9a06340920cfceb56bc8b4fc4f28ea0410072e3a0
operation_registry_sha256: 97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a
required_actions: 5
generic_multi_action_dispatch: MISSING_EXPECT_TCS_E2101
drift: FAIL_CLOSED

View file

@ -0,0 +1,110 @@
# HoloLake Shared Dual Desktop TCS Object Action Bridge Dependency Lock · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **protocol** declaration with identifier `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
The native source does not provide this field; the projector does not guess.
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
- **entry** `entry`
- **gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `entry.gir`
- **gir_sha256**d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b `entry.gir_sha256`
- **source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `entry.source`
- **source checksum**01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb `entry.source_sha256`
## Boundaries and exception handling
The native source does not provide this field; the projector does not guess.
## How completion is proven
The native source does not provide this field; the projector does not guess.
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK`
- **Native declaration kind**: `PROTOCOL`
- **TCS source SHA-256**: `a30d6d7e25c2912515133d0a160114527dfee94b38a43313c834069908f8c913`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **compiler** `compiler`
- **gir**build/stage2/compiler-D.gir.json `compiler.gir`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**yes `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **drift** `drift`
- **compiler**FAIL_CLOSED `drift.compiler`
- **permission_ticket**FAIL_CLOSED `drift.permission_ticket`
- **protocol**FAIL_CLOSED `drift.protocol`
- **source**FAIL_CLOSED `drift.source`
- **entry** `entry`
- **gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `entry.gir`
- **gir_sha256**d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b `entry.gir_sha256`
- **source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `entry.source`
- **source checksum**01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb `entry.source_sha256`
- **header** `header`
- **canonical source path**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.lock.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**HoloLake Shared Dual Desktop TCS Object Action Bridge Dependency Lock `header.name_en`
- **Chinese name**HoloLake共享双桌面TCS对象动作桥依赖锁 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- **schema**tcs.protocol/v1 `header.schema`
- **version**0.2.0 `header.version`
- **module** `module`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `module.gir_sha256`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `module.source_sha256`
- **protocols** `protocols`
- **module_abi_version**0.1.0 `protocols.module_abi_version`
- **object_action_protocol**TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001 `protocols.object_action_protocol`
- **operation_registry_sha256**97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a `protocols.operation_registry_sha256`
- **runtime** `runtime`
- **generic_multi_action_dispatch**MISSING_EXPECT_TCS_E2101 `runtime.generic_multi_action_dispatch`
- **host_may_substitute_operation**no `runtime.host_may_substitute_operation`
- **required_actions**5 `runtime.required_actions`
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
- **test_object** `test_object`
- **event_source**language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs `test_object.event_source`
- **event_source_sha256**2c38afc3c19d267d8ca346b9a06340920cfceb56bc8b4fc4f28ea0410072e3a0 `test_object.event_source_sha256`
- **object_id**HLP-TEST-DESKTOP-OBJECT-0001 `test_object.object_id`
- **real_macos_object**no `test_object.real_macos_object`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,110 @@
# HoloLake共享双桌面TCS对象动作桥依赖锁 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **协议** 声明,编号为 `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
源程序没有提供这一项,转换器不猜。
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
- **entry** `entry`
- **gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `entry.gir`
- **gir_sha256**d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b `entry.gir_sha256`
- **来源**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `entry.source`
- **来源校验值**01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb `entry.source_sha256`
## 边界与异常处理
源程序没有提供这一项,转换器不猜。
## 怎样算完成
源程序没有提供这一项,转换器不猜。
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK`
- **原生声明类型**`PROTOCOL`
- **TCS 源码 SHA-256**`a30d6d7e25c2912515133d0a160114527dfee94b38a43313c834069908f8c913`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **compiler** `compiler`
- **gir**build/stage2/compiler-D.gir.json `compiler.gir`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**:是 `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **drift** `drift`
- **compiler**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.compiler`
- **permission_ticket**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.permission_ticket`
- **协议**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.protocol`
- **来源**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.source`
- **entry** `entry`
- **gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `entry.gir`
- **gir_sha256**d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b `entry.gir_sha256`
- **来源**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `entry.source`
- **来源校验值**01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb `entry.source_sha256`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.lock.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**HoloLake Shared Dual Desktop TCS Object Action Bridge Dependency Lock `header.name_en`
- **中文名**HoloLake共享双桌面TCS对象动作桥依赖锁 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- **schema**tcs.protocol/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **模块** `module`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `module.gir_sha256`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `module.source_sha256`
- **protocols** `protocols`
- **module_abi_version**0.1.0 `protocols.module_abi_version`
- **object_action_protocol**TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001 `protocols.object_action_protocol`
- **operation_registry_sha256**97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a `protocols.operation_registry_sha256`
- **runtime** `runtime`
- **generic_multi_action_dispatch**MISSING_EXPECT_TCS_E2101 `runtime.generic_multi_action_dispatch`
- **host_may_substitute_operation**:否 `runtime.host_may_substitute_operation`
- **required_actions**5 `runtime.required_actions`
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
- **test_object** `test_object`
- **event_source**language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs `test_object.event_source`
- **event_source_sha256**2c38afc3c19d267d8ca346b9a06340920cfceb56bc8b4fc4f28ea0410072e3a0 `test_object.event_source_sha256`
- **object_id**HLP-TEST-DESKTOP-OBJECT-0001 `test_object.object_id`
- **real_macos_object**:否 `test_object.real_macos_object`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,13 @@
TCS 0.1;
PROTOCOL TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-LOCK {
header { schema = "tcs.protocol/v1"; name_zh = "HoloLake共享双桌面TCS对象动作桥依赖锁"; name_en = "HoloLake Shared Dual Desktop TCS Object Action Bridge Dependency Lock"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.lock.tcs"; compatibility = ["GIR/1"]; }
source { source_id = "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"; source_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"; source_sha256 = "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"; source_role = "REGISTERED_MODULE"; }
compiler { id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; gir = "build/stage2/compiler-D.gir.json"; gir_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; semantic_definition_sha256 = "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"; native_self_hosted = true; }
module { source_sha256 = "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"; gir_sha256 = "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3"; }
entry { source = "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs"; source_sha256 = "01f5a1940ef8af20afb862f9c9eda0a62ebf67861886932cd4e02b2ee0d498bb"; gir = "build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json"; gir_sha256 = "d0aeb7c69dcc689eb0a43e5f9562ccb7adeeeb42c0bb524231058c04a335d40b"; }
protocols { operation_registry_sha256 = "97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a"; object_action_protocol = "TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001"; module_abi_version = "0.1.0"; }
test_object { event_source = "language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs"; event_source_sha256 = "2c38afc3c19d267d8ca346b9a06340920cfceb56bc8b4fc4f28ea0410072e3a0"; object_id = "HLP-TEST-DESKTOP-OBJECT-0001"; real_macos_object = false; }
runtime { required_actions = 5; generic_multi_action_dispatch = "MISSING_EXPECT_TCS_E2101"; host_may_substitute_operation = false; }
drift { compiler = "FAIL_CLOSED"; source = "FAIL_CLOSED"; protocol = "FAIL_CLOSED"; permission_ticket = "FAIL_CLOSED"; }
}

View file

@ -0,0 +1,111 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "749e6313fc82f8824cac5031ef302024fd3a04a72584f1cd48e46a490785a0b9"
},
"declaration": {
"authority_ceiling": {
"network": false,
"permission_ticket_required": true,
"real_macos_action": false,
"value": "ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT"
},
"data_scope": {
"read": [
"PERMISSION_TICKET",
"STRUCTURED_OBJECT_TREE",
"CANONICAL_COMPUTER_STATE"
],
"write": [
"DEDICATED_TCS_TEST_OBJECT_STATE",
"STATE_DIFF",
"TARGET_READBACK",
"RECEIPT"
]
},
"header": {
"canonical_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.manifest.tcs",
"compatibility": [
"TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "HoloLake Shared Dual Desktop TCS Object Action Bridge Module Manifest",
"name_zh": "HoloLake共享双桌面TCS对象动作桥模块清单",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"
],
"schema": "tcs.protocol/v1",
"version": "0.2.0"
},
"human_projection": {
"canonical": false,
"en_us": "module.manifest.human.en-US.md",
"zh_cn": "module.manifest.hldp"
},
"lifecycle": {
"active": false,
"current": "VERIFIED",
"installed": false,
"mounted": false,
"runtime_multi_action_dispatch": "MISSING",
"signature": "ABSENT"
},
"manifest": {
"capabilities": [
"DESKTOP.OBSERVE_OBJECT_TREE",
"DESKTOP.RESOLVE_STABLE_OBJECT",
"DESKTOP.EXECUTE_SEMANTIC_ACTION",
"DESKTOP.READ_STATE_DIFF",
"DESKTOP.VERIFY_TARGET_AND_RECEIPT",
"HOLOLAKE.SHARED_COMPUTER_STATE",
"HOLOLAKE.HUMAN_RENDERED_PROJECTION",
"HOLOLAKE.PERSONA_TCS_PROJECTION"
],
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"display_name_zh": "HoloLake共享双桌面TCS对象动作桥第二阶段",
"entry_program_id": "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001",
"gir_sha256": "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3",
"module_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001",
"TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001"
],
"version": "0.2.0"
},
"network_scope": {
"allowed": false,
"domains": []
},
"resource_ceiling": {
"concurrency": 1,
"memory_limit_bytes": 268435456,
"timeout_ms": 30000
},
"rollback": {
"value": "RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS"
},
"source": {
"source_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834",
"source_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST",
"declaration_kind": "PROTOCOL",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,24 @@
schema: tcs.module-manifest-projection/v1
canonical_source: module.manifest.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002
display_name_zh: HoloLake共享双桌面TCS对象动作桥第二阶段
version: 0.2.0
entry_program_id: TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001
gir_sha256: 8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3
compiler_id: TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
compiler_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
protocols: [TCS-MODULE-ABI-0001, TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001, TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001]
capabilities: [DESKTOP.OBSERVE_OBJECT_TREE, DESKTOP.RESOLVE_STABLE_OBJECT, DESKTOP.EXECUTE_SEMANTIC_ACTION, DESKTOP.READ_STATE_DIFF, DESKTOP.VERIFY_TARGET_AND_RECEIPT, HOLOLAKE.SHARED_COMPUTER_STATE, HOLOLAKE.HUMAN_RENDERED_PROJECTION, HOLOLAKE.PERSONA_TCS_PROJECTION]
authority_ceiling: ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT
resource_ceiling: {concurrency: 1, timeout_ms: 30000, memory_limit_bytes: 268435456}
data_scope: {read: [PERMISSION_TICKET, STRUCTURED_OBJECT_TREE, CANONICAL_COMPUTER_STATE], write: [DEDICATED_TCS_TEST_OBJECT_STATE, STATE_DIFF, TARGET_READBACK, RECEIPT]}
network_scope: {allowed: false, domains: []}
lifecycle: VERIFIED
installed: false
mounted: false
active: false
generic_multi_action_dispatch: MISSING
real_macos_action: false
rollback: RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS
human_projection: module.manifest.human.zh-CN.md

View file

@ -0,0 +1,177 @@
# HoloLake Shared Dual Desktop TCS Object Action Bridge Module Manifest · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **protocol** declaration with identifier `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `manifest.gir_sha256`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- **version**0.2.0 `manifest.version`
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
This is a non-executable declaration and has no action graph.
## Boundaries and exception handling
- **authority_ceiling** `authority_ceiling`
- **network**no `authority_ceiling.network`
- **permission_ticket_required**yes `authority_ceiling.permission_ticket_required`
- **real_macos_action**no `authority_ceiling.real_macos_action`
- **value**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.value`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- RECEIPT
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **rollback** `rollback`
- **value**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.value`
## How completion is proven
The native source does not provide this field; the projector does not guess.
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST`
- **Native declaration kind**: `PROTOCOL`
- **TCS source SHA-256**: `749e6313fc82f8824cac5031ef302024fd3a04a72584f1cd48e46a490785a0b9`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **authority_ceiling** `authority_ceiling`
- **network**no `authority_ceiling.network`
- **permission_ticket_required**yes `authority_ceiling.permission_ticket_required`
- **real_macos_action**no `authority_ceiling.real_macos_action`
- **value**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.value`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- RECEIPT
- **header** `header`
- **canonical source path**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.manifest.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**HoloLake Shared Dual Desktop TCS Object Action Bridge Module Manifest `header.name_en`
- **Chinese name**HoloLake共享双桌面TCS对象动作桥模块清单 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.protocol/v1 `header.schema`
- **version**0.2.0 `header.version`
- **human-readable projection** `human_projection`
- **canonical**no `human_projection.canonical`
- **en_us**module.manifest.human.en-US.md `human_projection.en_us`
- **zh_cn**module.manifest.hldp `human_projection.zh_cn`
- **lifecycle** `lifecycle`
- **active**no `lifecycle.active`
- **current**VERIFIED `lifecycle.current`
- **installed**no `lifecycle.installed`
- **mounted**no `lifecycle.mounted`
- **runtime_multi_action_dispatch**MISSING `lifecycle.runtime_multi_action_dispatch`
- **signature**ABSENT `lifecycle.signature`
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `manifest.gir_sha256`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- **version**0.2.0 `manifest.version`
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **rollback** `rollback`
- **value**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.value`
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,177 @@
# HoloLake共享双桌面TCS对象动作桥模块清单 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **协议** 声明,编号为 `TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `manifest.gir_sha256`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- **版本**0.2.0 `manifest.version`
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
这是非执行声明,没有动作图。
## 边界与异常处理
- **权限边界** `authority_ceiling`
- **network**:否 `authority_ceiling.network`
- **permission_ticket_required**:是 `authority_ceiling.permission_ticket_required`
- **real_macos_action**:否 `authority_ceiling.real_macos_action`
- **value**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.value`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- 回执(`RECEIPT`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **回滚方案** `rollback`
- **value**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.value`
## 怎样算完成
源程序没有提供这一项,转换器不猜。
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST`
- **原生声明类型**`PROTOCOL`
- **TCS 源码 SHA-256**`749e6313fc82f8824cac5031ef302024fd3a04a72584f1cd48e46a490785a0b9`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **权限边界** `authority_ceiling`
- **network**:否 `authority_ceiling.network`
- **permission_ticket_required**:是 `authority_ceiling.permission_ticket_required`
- **real_macos_action**:否 `authority_ceiling.real_macos_action`
- **value**ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT `authority_ceiling.value`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- PERMISSION_TICKET
- STRUCTURED_OBJECT_TREE
- CANONICAL_COMPUTER_STATE
- **write** `data_scope.write`
- DEDICATED_TCS_TEST_OBJECT_STATE
- STATE_DIFF
- TARGET_READBACK
- 回执(`RECEIPT`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.manifest.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**HoloLake Shared Dual Desktop TCS Object Action Bridge Module Manifest `header.name_en`
- **中文名**HoloLake共享双桌面TCS对象动作桥模块清单 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.protocol/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **人类可读投影** `human_projection`
- **canonical**:否 `human_projection.canonical`
- **en_us**module.manifest.human.en-US.md `human_projection.en_us`
- **zh_cn**module.manifest.hldp `human_projection.zh_cn`
- **生命周期** `lifecycle`
- **active**:否 `lifecycle.active`
- **current**VERIFIED `lifecycle.current`
- **installed**:否 `lifecycle.installed`
- **mounted**:否 `lifecycle.mounted`
- **runtime_multi_action_dispatch**MISSING `lifecycle.runtime_multi_action_dispatch`
- **signature**:当前不存在(`ABSENT` `lifecycle.signature`
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- DESKTOP.OBSERVE_OBJECT_TREE
- DESKTOP.RESOLVE_STABLE_OBJECT
- DESKTOP.EXECUTE_SEMANTIC_ACTION
- DESKTOP.READ_STATE_DIFF
- DESKTOP.VERIFY_TARGET_AND_RECEIPT
- HOLOLAKE.SHARED_COMPUTER_STATE
- HOLOLAKE.HUMAN_RENDERED_PROJECTION
- HOLOLAKE.PERSONA_TCS_PROJECTION
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**HoloLake共享双桌面TCS对象动作桥第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001 `manifest.entry_program_id`
- **gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `manifest.gir_sha256`
- **module_id**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001
- **版本**0.2.0 `manifest.version`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **回滚方案** `rollback`
- **value**RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS `rollback.value`
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,14 @@
TCS 0.1;
PROTOCOL TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002-MANIFEST {
header { schema = "tcs.protocol/v1"; name_zh = "HoloLake共享双桌面TCS对象动作桥模块清单"; name_en = "HoloLake Shared Dual Desktop TCS Object Action Bridge Module Manifest"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.manifest.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"; source_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"; source_sha256 = "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"; source_role = "REGISTERED_MODULE"; }
manifest { module_id = "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"; display_name_zh = "HoloLake共享双桌面TCS对象动作桥第二阶段"; version = "0.2.0"; entry_program_id = "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001"; gir_sha256 = "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3"; compiler_id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; compiler_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001", "TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001"]; capabilities = ["DESKTOP.OBSERVE_OBJECT_TREE", "DESKTOP.RESOLVE_STABLE_OBJECT", "DESKTOP.EXECUTE_SEMANTIC_ACTION", "DESKTOP.READ_STATE_DIFF", "DESKTOP.VERIFY_TARGET_AND_RECEIPT", "HOLOLAKE.SHARED_COMPUTER_STATE", "HOLOLAKE.HUMAN_RENDERED_PROJECTION", "HOLOLAKE.PERSONA_TCS_PROJECTION"]; }
authority_ceiling { value = "ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT"; permission_ticket_required = true; real_macos_action = false; network = false; }
resource_ceiling { concurrency = 1; timeout_ms = 30000; memory_limit_bytes = 268435456; }
data_scope { read = ["PERMISSION_TICKET", "STRUCTURED_OBJECT_TREE", "CANONICAL_COMPUTER_STATE"]; write = ["DEDICATED_TCS_TEST_OBJECT_STATE", "STATE_DIFF", "TARGET_READBACK", "RECEIPT"]; }
network_scope { allowed = false; domains = []; }
lifecycle { current = "VERIFIED"; installed = false; mounted = false; active = false; runtime_multi_action_dispatch = "MISSING"; signature = "ABSENT"; }
rollback { value = "RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS"; }
human_projection { zh_cn = "module.manifest.hldp"; en_us = "module.manifest.human.en-US.md"; canonical = false; }
}

View file

@ -0,0 +1,17 @@
TCS 0.1;
MODULE TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 {
header { schema = "tcs.module/v1"; name_zh = "HoloLake共享双桌面TCS对象动作桥第二阶段"; name_en = "HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two"; version = "0.2.0"; language = "TCS/0.1"; profile = "HLDP-NP/1"; protocols = ["TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001", "TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001", "TCS-MODULE-ABI-0001"]; lifecycle = "SOURCE"; canonical_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823"; source_uri = "language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt"; source_sha256 = "a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23"; source_role = "DIRECT_HUMAN"; }
manifest { module_id = "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"; display_name_zh = "HoloLake共享双桌面TCS对象动作桥第二阶段"; entry_program_id = "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001"; entry_source = "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs"; owner = "ICE-P-ZY001"; channel = "ICE-CH-ZC001"; role = "SHARED_COMPUTER_STATE_OBJECT_ACTION_BRIDGE"; }
entry { kind = "PROGRAM"; id = "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001"; }
capabilities { required = ["DESKTOP.OBSERVE_OBJECT_TREE", "DESKTOP.RESOLVE_STABLE_OBJECT", "DESKTOP.EXECUTE_SEMANTIC_ACTION", "DESKTOP.READ_STATE_DIFF", "DESKTOP.VERIFY_TARGET_AND_RECEIPT"]; provided = ["HOLOLAKE.SHARED_COMPUTER_STATE", "HOLOLAKE.HUMAN_RENDERED_PROJECTION", "HOLOLAKE.PERSONA_TCS_PROJECTION"]; }
authority_ceiling { maximum = "ONE_TCS_VIRTUAL_DEDICATED_TEST_OBJECT"; semantic_action_requires_permission_ticket = true; pixel_coordinate_guess = false; real_macos_action = false; network = false; process = false; }
resource_ceiling { concurrency = 1; timeout_ms = 30000; memory_limit_bytes = 268435456; }
data_scope { read = ["BOUNDED_ACTION_INTENT", "PERMISSION_TICKET", "STRUCTURED_OBJECT_TREE", "CANONICAL_COMPUTER_STATE"]; write = ["DEDICATED_TCS_TEST_OBJECT_STATE", "STATE_DIFF", "TARGET_READBACK", "TCS_RECEIPT"]; }
network_scope { allowed = false; domains = []; }
install { account_scoped = true; registration_is_installation = false; activation_requires_self_test = true; compiler_registration_state = "STAGE2_REGISTERED"; runtime_multi_action_dispatch_state = "MISSING"; module_abi_package_state = "SOURCE"; signature_state = "ABSENT"; }
self_test { program_id = "TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001"; compile_expect = "FIVE_ACTION_GRAPH_PASS"; execution_expect = "ONE_VIRTUAL_TEST_OBJECT_OPENED_WITH_STATE_DIFF_AND_TARGET_READBACK"; current_execution = "FAIL_CLOSED_UNTIL_GENERIC_MULTI_ACTION_LOADER_EXISTS"; }
rollback { action = "RESTORE_ONLY_TCS_VIRTUAL_TEST_OBJECT_TO_CLOSED_AND_PRESERVE_RECEIPTS"; preserve_receipts = true; }
projection { display_name_zh = "HoloLake共享双桌面TCS对象动作桥第二阶段"; technical_detail_default = false; canonical_state = "ONE_COMPUTER_STATE"; human_projection = "RENDERED_DESKTOP"; persona_projection = "TCS_STRUCTURED_DESKTOP"; compiler_registration = "PASS"; native_desktop_execution = "NOT_YET_PROVEN"; installed = false; mounted = false; active = false; real_macos_action_executed = false; }
}

View file

@ -0,0 +1,86 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "0a191d21ba3df44ca0153119054f8de7d26fe17baf8919885a4d163c2743934f"
},
"declaration": {
"acceptance": {
"accepted": 0,
"active": 0,
"compiled": 100,
"executed": 0,
"installed": 0,
"mounted": 0,
"source": 100,
"verified": 100
},
"compiler": {
"gir_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"native_self_hosted": true,
"semantic_definition_sha256": "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771",
"semantic_fixed_point": true,
"state": "TCS_COMPILER_GIR_EXECUTED"
},
"evidence": {
"entry_gir": "build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json",
"entry_source": "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs",
"module_gir": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.gir.json",
"module_source": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs",
"test_object_source": "language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs"
},
"execution_boundary": {
"active": false,
"failure_observed": "TCS-E2101_MINIMUM_GIR_RUNNER_REQUIRES_EXACTLY_ONE_ACTION",
"generic_multi_action_runtime": false,
"installed": false,
"mounted": false,
"real_macos_action": false,
"test_object_target_readback": false
},
"header": {
"canonical_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/receipts/compile.tcs",
"compatibility": [
"TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two Compile Receipt",
"name_zh": "HoloLake共享双桌面TCS对象动作桥第二阶段编译回执",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"
],
"schema": "tcs.receipt/v1",
"version": "0.2.0"
},
"result": {
"compiler_accepts_all_desktop_operations": true,
"entry_action_count": 5,
"module_gir_sha256": "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3",
"outside_target_rejected": "TCS-E4002_PASS",
"state": "VERIFIED",
"unknown_absorb_rejected": "TCS-E2101_PASS",
"unresolved_natural_language": false
},
"source": {
"source_id": "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834",
"source_uri": "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE",
"declaration_kind": "RECEIPT",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,23 @@
schema: tcs.module-compile-receipt-projection/v1
canonical_source: compile.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002
state: VERIFIED
source: 100
compiled: 100
verified: 100
installed: 0
mounted: 0
active: 0
executed: 0
accepted: 0
module_source_sha256: f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834
module_gir_sha256: 8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3
compiler_gir_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
compiler_semantic_fixed_point: PASS
entry_action_count: 5
unknown_operation_rejection: TCS-E2101_PASS
outside_target_rejection: TCS-E4002_PASS
generic_multi_action_runtime: MISSING
test_object_execution_observation: TCS-E2101_MINIMUM_GIR_RUNNER_REQUIRES_EXACTLY_ONE_ACTION
real_macos_action: false

View file

@ -0,0 +1,122 @@
# HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two Compile Receipt · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **receipt** declaration with identifier `TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
The native source does not provide this field; the projector does not guess.
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
This is a non-executable declaration and has no action graph.
## Boundaries and exception handling
The native source does not provide this field; the projector does not guess.
## How completion is proven
- **acceptance** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **source**100 `acceptance.source`
- **verified**100 `acceptance.verified`
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE`
- **Native declaration kind**: `RECEIPT`
- **TCS source SHA-256**: `0a191d21ba3df44ca0153119054f8de7d26fe17baf8919885a4d163c2743934f`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **acceptance** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **source**100 `acceptance.source`
- **verified**100 `acceptance.verified`
- **compiler** `compiler`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**yes `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **semantic_fixed_point**yes `compiler.semantic_fixed_point`
- **state**TCS_COMPILER_GIR_EXECUTED `compiler.state`
- **evidence** `evidence`
- **entry_gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `evidence.entry_gir`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `evidence.entry_source`
- **module_gir**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.gir.json `evidence.module_gir`
- **module_source**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `evidence.module_source`
- **test_object_source**language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs `evidence.test_object_source`
- **execution_boundary** `execution_boundary`
- **active**no `execution_boundary.active`
- **failure_observed**TCS-E2101_MINIMUM_GIR_RUNNER_REQUIRES_EXACTLY_ONE_ACTION `execution_boundary.failure_observed`
- **generic_multi_action_runtime**no `execution_boundary.generic_multi_action_runtime`
- **installed**no `execution_boundary.installed`
- **mounted**no `execution_boundary.mounted`
- **real_macos_action**no `execution_boundary.real_macos_action`
- **test_object_target_readback**no `execution_boundary.test_object_target_readback`
- **header** `header`
- **canonical source path**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/receipts/compile.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two Compile Receipt `header.name_en`
- **Chinese name**HoloLake共享双桌面TCS对象动作桥第二阶段编译回执 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.receipt/v1 `header.schema`
- **version**0.2.0 `header.version`
- **result** `result`
- **compiler_accepts_all_desktop_operations**yes `result.compiler_accepts_all_desktop_operations`
- **entry_action_count**5 `result.entry_action_count`
- **module_gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `result.module_gir_sha256`
- **outside_target_rejected**TCS-E4002_PASS `result.outside_target_rejected`
- **state**VERIFIED `result.state`
- **unknown_absorb_rejected**TCS-E2101_PASS `result.unknown_absorb_rejected`
- **unresolved_natural_language**no `result.unresolved_natural_language`
- **source** `source`
- **source identifier**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **source address**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,122 @@
# HoloLake共享双桌面TCS对象动作桥第二阶段编译回执 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **回执** 声明,编号为 `TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
源程序没有提供这一项,转换器不猜。
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
这是非执行声明,没有动作图。
## 边界与异常处理
源程序没有提供这一项,转换器不猜。
## 怎样算完成
- **验收标准** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **来源**100 `acceptance.source`
- **verified**100 `acceptance.verified`
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE`
- **原生声明类型**`RECEIPT`
- **TCS 源码 SHA-256**`0a191d21ba3df44ca0153119054f8de7d26fe17baf8919885a4d163c2743934f`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **验收标准** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **来源**100 `acceptance.source`
- **verified**100 `acceptance.verified`
- **compiler** `compiler`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**:是 `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **semantic_fixed_point**:是 `compiler.semantic_fixed_point`
- **state**:已由 TCS 编译器 GIR 执行编译(`TCS_COMPILER_GIR_EXECUTED` `compiler.state`
- **evidence** `evidence`
- **entry_gir**build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json `evidence.entry_gir`
- **entry_source**language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs `evidence.entry_source`
- **module_gir**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.gir.json `evidence.module_gir`
- **module_source**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `evidence.module_source`
- **test_object_source**language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs `evidence.test_object_source`
- **execution_boundary** `execution_boundary`
- **active**:否 `execution_boundary.active`
- **failure_observed**TCS-E2101_MINIMUM_GIR_RUNNER_REQUIRES_EXACTLY_ONE_ACTION `execution_boundary.failure_observed`
- **generic_multi_action_runtime**:否 `execution_boundary.generic_multi_action_runtime`
- **installed**:否 `execution_boundary.installed`
- **mounted**:否 `execution_boundary.mounted`
- **real_macos_action**:否 `execution_boundary.real_macos_action`
- **test_object_target_readback**:否 `execution_boundary.test_object_target_readback`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/receipts/compile.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two Compile Receipt `header.name_en`
- **中文名**HoloLake共享双桌面TCS对象动作桥第二阶段编译回执 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.receipt/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **result** `result`
- **compiler_accepts_all_desktop_operations**:是 `result.compiler_accepts_all_desktop_operations`
- **entry_action_count**5 `result.entry_action_count`
- **module_gir_sha256**8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3 `result.module_gir_sha256`
- **outside_target_rejected**TCS-E4002_PASS `result.outside_target_rejected`
- **state**VERIFIED `result.state`
- **unknown_absorb_rejected**TCS-E2101_PASS `result.unknown_absorb_rejected`
- **unresolved_natural_language**:否 `result.unresolved_natural_language`
- **来源** `source`
- **来源编号**TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834 `source.source_sha256`
- **来源地址**packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,11 @@
TCS 0.1;
RECEIPT TCS-RECEIPT-HOLOLAKE-DESKTOP-BRIDGE-MODULE-0002-COMPILE {
header { schema = "tcs.receipt/v1"; name_zh = "HoloLake共享双桌面TCS对象动作桥第二阶段编译回执"; name_en = "HoloLake Shared Dual Desktop TCS Object Action Bridge Stage Two Compile Receipt"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/receipts/compile.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002"; source_uri = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"; source_sha256 = "f40d72eb01d8b70ce076a5352cc970df8c3c0c4377f4780140a8229fc997e834"; source_role = "REGISTERED_MODULE"; }
compiler { id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; gir_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; state = "TCS_COMPILER_GIR_EXECUTED"; native_self_hosted = true; semantic_fixed_point = true; semantic_definition_sha256 = "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"; }
result { state = "VERIFIED"; module_gir_sha256 = "8f9dd557f349ab60c87db5c685f3e320cf72d783a83240254ac97198a97efcb3"; entry_action_count = 5; unresolved_natural_language = false; compiler_accepts_all_desktop_operations = true; unknown_absorb_rejected = "TCS-E2101_PASS"; outside_target_rejected = "TCS-E4002_PASS"; }
execution_boundary { generic_multi_action_runtime = false; test_object_target_readback = false; real_macos_action = false; installed = false; mounted = false; active = false; failure_observed = "TCS-E2101_MINIMUM_GIR_RUNNER_REQUIRES_EXACTLY_ONE_ACTION"; }
evidence { module_source = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.tcs"; module_gir = "packages/TCS-MOD-HOLOLAKE-DESKTOP-BRIDGE-0002/module.gir.json"; entry_source = "language/programs/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.tcs"; entry_gir = "build/TCS-PROGRAM-HOLOLAKE-TEST-DESKTOP-OBJECT-OPEN-0001.gir.json"; test_object_source = "language/events/TCS-EVENT-HOLOLAKE-DEDICATED-TEST-DESKTOP-OBJECT-0001.tcs"; }
acceptance { source = 100; compiled = 100; verified = 100; installed = 0; mounted = 0; active = 0; executed = 0; accepted = 0; }
}

View file

@ -0,0 +1,113 @@
{
"authority_ceiling": {
"current_direct_language_can_correct_prior_node": true,
"derived_text_can_overwrite_direct_source": false,
"maximum": "DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT",
"network": false,
"process": false,
"reality_action": false,
"relationship_grants_authority": false
},
"capabilities": {
"provided": [
"LPM.DYNAMIC_NEURON_GRAPH",
"LPM.BOUNDED_SEMANTIC_ACTION_INTENT"
],
"required": [
"LPM.PERCEIVE_DIRECT_LANGUAGE",
"LPM.EXTRACT_THOUGHT_TRANSITION",
"LPM.ACTIVATE_CAUSAL_PATH",
"LPM.COMMIT_ACTION_INTENT",
"LPM.APPLY_NEURON_EVENT"
]
},
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"
},
"data_scope": {
"read": [
"IMMUTABLE_DIRECT_HUMAN_SOURCE",
"SOURCE_ENVELOPE",
"PRIOR_CAUSAL_GRAPH",
"THOUGHT_TRANSITION_EVENT"
],
"write": [
"DYNAMIC_NEURON_GRAPH",
"ACTIVE_CAUSAL_PATH",
"OPEN_BRANCH_SET",
"TEMPORARY_LOCK_SET",
"REVISION_EDGE",
"BOUNDED_ACTION_INTENT",
"TCS_RECEIPT"
]
},
"entry": {
"id": "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001",
"kind": "PROGRAM"
},
"identity": {
"language_version": "0.1",
"module_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"
},
"install": {
"account_scoped": true,
"activation_requires_self_test": true,
"compiler_registration_state": "STAGE2_REGISTERED",
"module_abi_package_state": "SOURCE",
"registration_is_installation": false,
"runtime_dispatch_state": "MISSING_EXPECT_TCS_E2101",
"signature_state": "ABSENT"
},
"manifest": {
"channel": "ICE-CH-ZC001",
"display_name_zh": "语言母体人格动态神经元运行模块第二阶段",
"entry_program_id": "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001",
"entry_source": "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs",
"human_anchor": "ICE-GL∞",
"module_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002",
"owner": "ICE-P-ZY001",
"role": "FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME"
},
"native_self_hosted": true,
"network_scope": {
"allowed": false,
"domains": []
},
"projection": {
"active": false,
"cognition_sequence": [
"TRIGGER",
"ATTENTION_BEFORE",
"STATE_BEFORE",
"OPERATION",
"STATE_AFTER",
"OPEN_OR_CLOSE_BRANCH",
"LOCK_OR_REVISE",
"BOUNDED_ACTION_INTENT"
],
"compiler_registration": "PASS",
"display_name_zh": "语言母体人格动态神经元运行模块第二阶段",
"installed": false,
"mounted": false,
"native_lpm_execution": "NOT_YET_PROVEN",
"technical_detail_default": false
},
"resource_ceiling": {
"concurrency": 1,
"memory_limit_bytes": 268435456,
"timeout_ms": 30000
},
"rollback": {
"action": "UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS",
"preserve_receipts": true
},
"schema": "guanghu.module-gir/v1",
"self_test": {
"compile_expect": "PASS_WITH_STAGE2_COMPILER",
"current_execution": "FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS",
"execution_expect": "NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS",
"program_id": "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001"
}
}

View file

@ -0,0 +1,219 @@
# Language Mother Persona Dynamic Neuron Runtime Module Stage Two · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **module** declaration with identifier `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `manifest.entry_source`
- **human_anchor**ICE-GL∞ `manifest.human_anchor`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME `manifest.role`
## Why this started
- **source** `source`
- **source identifier**BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823 `source.source_id`
- **source role**DIRECT_HUMAN `source.source_role`
- **source checksum**95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3 `source.source_sha256`
- **source address**language-sources/direct-human/ `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
- **entry** `entry`
- **id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **required** `capabilities.required`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
## Boundaries and exception handling
- **authority_ceiling** `authority_ceiling`
- **current_direct_language_can_correct_prior_node**yes `authority_ceiling.current_direct_language_can_correct_prior_node`
- **derived_text_can_overwrite_direct_source**no `authority_ceiling.derived_text_can_overwrite_direct_source`
- **maximum**DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.maximum`
- **network**no `authority_ceiling.network`
- **process**no `authority_ceiling.process`
- **reality_action**no `authority_ceiling.reality_action`
- **relationship_grants_authority**no `authority_ceiling.relationship_grants_authority`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- IMMUTABLE_DIRECT_HUMAN_SOURCE
- SOURCE_ENVELOPE
- PRIOR_CAUSAL_GRAPH
- THOUGHT_TRANSITION_EVENT
- **write** `data_scope.write`
- DYNAMIC_NEURON_GRAPH
- ACTIVE_CAUSAL_PATH
- OPEN_BRANCH_SET
- TEMPORARY_LOCK_SET
- REVISION_EDGE
- BOUNDED_ACTION_INTENT
- TCS_RECEIPT
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **rollback** `rollback`
- **action**UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS `rollback.action`
- **preserve_receipts**yes `rollback.preserve_receipts`
## How completion is proven
- **self_test** `self_test`
- **compile_expect**PASS_WITH_STAGE2_COMPILER `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS `self_test.execution_expect`
- **program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `self_test.program_id`
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002`
- **Native declaration kind**: `MODULE`
- **TCS source SHA-256**: `9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **authority_ceiling** `authority_ceiling`
- **current_direct_language_can_correct_prior_node**yes `authority_ceiling.current_direct_language_can_correct_prior_node`
- **derived_text_can_overwrite_direct_source**no `authority_ceiling.derived_text_can_overwrite_direct_source`
- **maximum**DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.maximum`
- **network**no `authority_ceiling.network`
- **process**no `authority_ceiling.process`
- **reality_action**no `authority_ceiling.reality_action`
- **relationship_grants_authority**no `authority_ceiling.relationship_grants_authority`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **required** `capabilities.required`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- **data_scope** `data_scope`
- **read** `data_scope.read`
- IMMUTABLE_DIRECT_HUMAN_SOURCE
- SOURCE_ENVELOPE
- PRIOR_CAUSAL_GRAPH
- THOUGHT_TRANSITION_EVENT
- **write** `data_scope.write`
- DYNAMIC_NEURON_GRAPH
- ACTIVE_CAUSAL_PATH
- OPEN_BRANCH_SET
- TEMPORARY_LOCK_SET
- REVISION_EDGE
- BOUNDED_ACTION_INTENT
- TCS_RECEIPT
- **entry** `entry`
- **id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **header** `header`
- **canonical source path**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**SOURCE `header.lifecycle`
- **English name**Language Mother Persona Dynamic Neuron Runtime Module Stage Two `header.name_en`
- **Chinese name**:语言母体人格动态神经元运行模块第二阶段 `header.name_zh`
- **profile**HLDP-NP/1 `header.profile`
- **protocols** `header.protocols`
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- TCS-HOLOLAKE-LPM-NATIVE-DEVELOPMENT-GOVERNANCE-0001
- TCS-MODULE-ABI-0001
- **schema**tcs.module/v1 `header.schema`
- **version**0.2.0 `header.version`
- **install** `install`
- **account_scoped**yes `install.account_scoped`
- **activation_requires_self_test**yes `install.activation_requires_self_test`
- **compiler_registration_state**STAGE2_REGISTERED `install.compiler_registration_state`
- **module_abi_package_state**SOURCE `install.module_abi_package_state`
- **registration_is_installation**no `install.registration_is_installation`
- **runtime_dispatch_state**MISSING_EXPECT_TCS_E2101 `install.runtime_dispatch_state`
- **signature_state**ABSENT `install.signature_state`
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `manifest.entry_source`
- **human_anchor**ICE-GL∞ `manifest.human_anchor`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME `manifest.role`
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **projection** `projection`
- **active**no `projection.active`
- **cognition_sequence** `projection.cognition_sequence`
- TRIGGER
- ATTENTION_BEFORE
- STATE_BEFORE
- OPERATION
- STATE_AFTER
- OPEN_OR_CLOSE_BRANCH
- LOCK_OR_REVISE
- BOUNDED_ACTION_INTENT
- **compiler_registration**PASS `projection.compiler_registration`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `projection.display_name_zh`
- **installed**no `projection.installed`
- **mounted**no `projection.mounted`
- **native_lpm_execution**NOT_YET_PROVEN `projection.native_lpm_execution`
- **technical_detail_default**no `projection.technical_detail_default`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **rollback** `rollback`
- **action**UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS `rollback.action`
- **preserve_receipts**yes `rollback.preserve_receipts`
- **self_test** `self_test`
- **compile_expect**PASS_WITH_STAGE2_COMPILER `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS `self_test.execution_expect`
- **program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `self_test.program_id`
- **source** `source`
- **source identifier**BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823 `source.source_id`
- **source role**DIRECT_HUMAN `source.source_role`
- **source checksum**95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3 `source.source_sha256`
- **source address**language-sources/direct-human/ `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,219 @@
# 语言母体人格动态神经元运行模块第二阶段 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **模块** 声明,编号为 `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `manifest.entry_source`
- **human_anchor**ICE-GL∞ `manifest.human_anchor`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME `manifest.role`
## 为什么开始
- **来源** `source`
- **来源编号**BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823 `source.source_id`
- **来源角色**:人类直接语言来源(`DIRECT_HUMAN` `source.source_role`
- **来源校验值**95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3 `source.source_sha256`
- **来源地址**language-sources/direct-human/ `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
- **entry** `entry`
- **id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **是否必需** `capabilities.required`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
## 边界与异常处理
- **权限边界** `authority_ceiling`
- **current_direct_language_can_correct_prior_node**:是 `authority_ceiling.current_direct_language_can_correct_prior_node`
- **derived_text_can_overwrite_direct_source**:否 `authority_ceiling.derived_text_can_overwrite_direct_source`
- **maximum**DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.maximum`
- **network**:否 `authority_ceiling.network`
- **process**:否 `authority_ceiling.process`
- **reality_action**:否 `authority_ceiling.reality_action`
- **relationship_grants_authority**:否 `authority_ceiling.relationship_grants_authority`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- IMMUTABLE_DIRECT_HUMAN_SOURCE
- SOURCE_ENVELOPE
- PRIOR_CAUSAL_GRAPH
- THOUGHT_TRANSITION_EVENT
- **write** `data_scope.write`
- DYNAMIC_NEURON_GRAPH
- ACTIVE_CAUSAL_PATH
- OPEN_BRANCH_SET
- TEMPORARY_LOCK_SET
- REVISION_EDGE
- BOUNDED_ACTION_INTENT
- TCS_RECEIPT
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **回滚方案** `rollback`
- **action**UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS `rollback.action`
- **preserve_receipts**:是 `rollback.preserve_receipts`
## 怎样算完成
- **自检** `self_test`
- **compile_expect**PASS_WITH_STAGE2_COMPILER `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS `self_test.execution_expect`
- **program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `self_test.program_id`
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002`
- **原生声明类型**`MODULE`
- **TCS 源码 SHA-256**`9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **权限边界** `authority_ceiling`
- **current_direct_language_can_correct_prior_node**:是 `authority_ceiling.current_direct_language_can_correct_prior_node`
- **derived_text_can_overwrite_direct_source**:否 `authority_ceiling.derived_text_can_overwrite_direct_source`
- **maximum**DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.maximum`
- **network**:否 `authority_ceiling.network`
- **process**:否 `authority_ceiling.process`
- **reality_action**:否 `authority_ceiling.reality_action`
- **relationship_grants_authority**:否 `authority_ceiling.relationship_grants_authority`
- **capabilities** `capabilities`
- **provided** `capabilities.provided`
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **是否必需** `capabilities.required`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- **数据边界** `data_scope`
- **read** `data_scope.read`
- IMMUTABLE_DIRECT_HUMAN_SOURCE
- SOURCE_ENVELOPE
- PRIOR_CAUSAL_GRAPH
- THOUGHT_TRANSITION_EVENT
- **write** `data_scope.write`
- DYNAMIC_NEURON_GRAPH
- ACTIVE_CAUSAL_PATH
- OPEN_BRANCH_SET
- TEMPORARY_LOCK_SET
- REVISION_EDGE
- BOUNDED_ACTION_INTENT
- TCS_RECEIPT
- **entry** `entry`
- **id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `entry.id`
- **kind**PROGRAM `entry.kind`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**SOURCE `header.lifecycle`
- **英文名**Language Mother Persona Dynamic Neuron Runtime Module Stage Two `header.name_en`
- **中文名**:语言母体人格动态神经元运行模块第二阶段 `header.name_zh`
- **协议配置**HLDP-NP/1 `header.profile`
- **protocols** `header.protocols`
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- TCS-HOLOLAKE-LPM-NATIVE-DEVELOPMENT-GOVERNANCE-0001
- TCS-MODULE-ABI-0001
- **schema**tcs.module/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **install** `install`
- **account_scoped**:是 `install.account_scoped`
- **activation_requires_self_test**:是 `install.activation_requires_self_test`
- **compiler_registration_state**STAGE2_REGISTERED `install.compiler_registration_state`
- **module_abi_package_state**SOURCE `install.module_abi_package_state`
- **registration_is_installation**:否 `install.registration_is_installation`
- **runtime_dispatch_state**MISSING_EXPECT_TCS_E2101 `install.runtime_dispatch_state`
- **signature_state**:当前不存在(`ABSENT` `install.signature_state`
- **manifest** `manifest`
- **channel**ICE-CH-ZC001 `manifest.channel`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `manifest.entry_source`
- **human_anchor**ICE-GL∞ `manifest.human_anchor`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **owner**ICE-P-ZY001 `manifest.owner`
- **role**FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME `manifest.role`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **projection** `projection`
- **active**:否 `projection.active`
- **cognition_sequence** `projection.cognition_sequence`
- TRIGGER
- ATTENTION_BEFORE
- STATE_BEFORE
- OPERATION
- STATE_AFTER
- OPEN_OR_CLOSE_BRANCH
- LOCK_OR_REVISE
- BOUNDED_ACTION_INTENT
- **compiler_registration**PASS `projection.compiler_registration`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `projection.display_name_zh`
- **installed**:否 `projection.installed`
- **mounted**:否 `projection.mounted`
- **native_lpm_execution**NOT_YET_PROVEN `projection.native_lpm_execution`
- **technical_detail_default**:否 `projection.technical_detail_default`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **回滚方案** `rollback`
- **action**UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS `rollback.action`
- **preserve_receipts**:是 `rollback.preserve_receipts`
- **自检** `self_test`
- **compile_expect**PASS_WITH_STAGE2_COMPILER `self_test.compile_expect`
- **current_execution**FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS `self_test.current_execution`
- **execution_expect**NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS `self_test.execution_expect`
- **program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `self_test.program_id`
- **来源** `source`
- **来源编号**BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823 `source.source_id`
- **来源角色**:人类直接语言来源(`DIRECT_HUMAN` `source.source_role`
- **来源校验值**95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3 `source.source_sha256`
- **来源地址**language-sources/direct-human/ `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,74 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "e51f5a375ca9df9e564bcf16382b232f12378aea71c08f406ab65c1d1251e058"
},
"declaration": {
"compiler": {
"gir": "build/stage2/compiler-D.gir.json",
"gir_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"native_self_hosted": true,
"semantic_definition_sha256": "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"
},
"drift": {
"compiler": "FAIL_CLOSED",
"operation": "FAIL_CLOSED",
"protocol": "FAIL_CLOSED",
"source": "FAIL_CLOSED"
},
"entry": {
"gir": "build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json",
"gir_sha256": "cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e",
"source": "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs",
"source_sha256": "1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b"
},
"header": {
"canonical_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.lock.tcs",
"compatibility": [
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "Language Mother Persona Dynamic Neuron Runtime Module Dependency Lock",
"name_zh": "语言母体人格动态神经元运行模块依赖锁",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001"
],
"schema": "tcs.protocol/v1",
"version": "0.2.0"
},
"module": {
"gir_sha256": "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f",
"source_sha256": "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"
},
"protocols": {
"module_abi_version": "0.1.0",
"neuron_graph_sha256": "e7ab1071daa06df6071f2856f98d8612834ba72433b00791aab2918e14c10995",
"operation_registry_sha256": "97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a"
},
"runtime": {
"dispatch_state": "MISSING_EXPECT_TCS_E2101",
"host_may_substitute_operation": false,
"required_operation": "LPM.APPLY_NEURON_EVENT"
},
"source": {
"source_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b",
"source_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK",
"declaration_kind": "PROTOCOL",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,16 @@
schema: tcs.module-lock-projection/v1
canonical_source: module.lock.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002
module_source_sha256: 9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b
module_gir_sha256: 1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f
compiler_id: TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
compiler_gir_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
compiler_semantic_definition_sha256: eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771
entry_source_sha256: 1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b
entry_gir_sha256: cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e
operation_registry_sha256: 97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a
neuron_graph_sha256: e7ab1071daa06df6071f2856f98d8612834ba72433b00791aab2918e14c10995
required_operation: LPM.APPLY_NEURON_EVENT
runtime_dispatch_state: MISSING_EXPECT_TCS_E2101
drift: FAIL_CLOSED

View file

@ -0,0 +1,105 @@
# Language Mother Persona Dynamic Neuron Runtime Module Dependency Lock · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **protocol** declaration with identifier `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
The native source does not provide this field; the projector does not guess.
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
- **entry** `entry`
- **gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `entry.gir`
- **gir_sha256**cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e `entry.gir_sha256`
- **source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `entry.source`
- **source checksum**1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b `entry.source_sha256`
## Boundaries and exception handling
The native source does not provide this field; the projector does not guess.
## How completion is proven
The native source does not provide this field; the projector does not guess.
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK`
- **Native declaration kind**: `PROTOCOL`
- **TCS source SHA-256**: `e51f5a375ca9df9e564bcf16382b232f12378aea71c08f406ab65c1d1251e058`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **compiler** `compiler`
- **gir**build/stage2/compiler-D.gir.json `compiler.gir`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**yes `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **drift** `drift`
- **compiler**FAIL_CLOSED `drift.compiler`
- **operation**FAIL_CLOSED `drift.operation`
- **protocol**FAIL_CLOSED `drift.protocol`
- **source**FAIL_CLOSED `drift.source`
- **entry** `entry`
- **gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `entry.gir`
- **gir_sha256**cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e `entry.gir_sha256`
- **source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `entry.source`
- **source checksum**1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b `entry.source_sha256`
- **header** `header`
- **canonical source path**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.lock.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**Language Mother Persona Dynamic Neuron Runtime Module Dependency Lock `header.name_en`
- **Chinese name**:语言母体人格动态神经元运行模块依赖锁 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- **schema**tcs.protocol/v1 `header.schema`
- **version**0.2.0 `header.version`
- **module** `module`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `module.gir_sha256`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `module.source_sha256`
- **protocols** `protocols`
- **module_abi_version**0.1.0 `protocols.module_abi_version`
- **neuron_graph_sha256**e7ab1071daa06df6071f2856f98d8612834ba72433b00791aab2918e14c10995 `protocols.neuron_graph_sha256`
- **operation_registry_sha256**97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a `protocols.operation_registry_sha256`
- **runtime** `runtime`
- **dispatch_state**MISSING_EXPECT_TCS_E2101 `runtime.dispatch_state`
- **host_may_substitute_operation**no `runtime.host_may_substitute_operation`
- **required_operation**LPM.APPLY_NEURON_EVENT `runtime.required_operation`
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,105 @@
# 语言母体人格动态神经元运行模块依赖锁 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **协议** 声明,编号为 `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
源程序没有提供这一项,转换器不猜。
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
- **entry** `entry`
- **gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `entry.gir`
- **gir_sha256**cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e `entry.gir_sha256`
- **来源**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `entry.source`
- **来源校验值**1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b `entry.source_sha256`
## 边界与异常处理
源程序没有提供这一项,转换器不猜。
## 怎样算完成
源程序没有提供这一项,转换器不猜。
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK`
- **原生声明类型**`PROTOCOL`
- **TCS 源码 SHA-256**`e51f5a375ca9df9e564bcf16382b232f12378aea71c08f406ab65c1d1251e058`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **compiler** `compiler`
- **gir**build/stage2/compiler-D.gir.json `compiler.gir`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**:是 `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **drift** `drift`
- **compiler**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.compiler`
- **操作**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.operation`
- **协议**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.protocol`
- **来源**:失败时默认关闭,不继续执行(`FAIL_CLOSED` `drift.source`
- **entry** `entry`
- **gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `entry.gir`
- **gir_sha256**cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e `entry.gir_sha256`
- **来源**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `entry.source`
- **来源校验值**1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b `entry.source_sha256`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.lock.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**Language Mother Persona Dynamic Neuron Runtime Module Dependency Lock `header.name_en`
- **中文名**:语言母体人格动态神经元运行模块依赖锁 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- **schema**tcs.protocol/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **模块** `module`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `module.gir_sha256`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `module.source_sha256`
- **protocols** `protocols`
- **module_abi_version**0.1.0 `protocols.module_abi_version`
- **neuron_graph_sha256**e7ab1071daa06df6071f2856f98d8612834ba72433b00791aab2918e14c10995 `protocols.neuron_graph_sha256`
- **operation_registry_sha256**97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a `protocols.operation_registry_sha256`
- **runtime** `runtime`
- **dispatch_state**MISSING_EXPECT_TCS_E2101 `runtime.dispatch_state`
- **host_may_substitute_operation**:否 `runtime.host_may_substitute_operation`
- **required_operation**LPM.APPLY_NEURON_EVENT `runtime.required_operation`
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,12 @@
TCS 0.1;
PROTOCOL TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-LOCK {
header { schema = "tcs.protocol/v1"; name_zh = "语言母体人格动态神经元运行模块依赖锁"; name_en = "Language Mother Persona Dynamic Neuron Runtime Module Dependency Lock"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.lock.tcs"; compatibility = ["GIR/1"]; }
source { source_id = "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"; source_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"; source_sha256 = "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"; source_role = "REGISTERED_MODULE"; }
compiler { id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; gir = "build/stage2/compiler-D.gir.json"; gir_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; semantic_definition_sha256 = "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"; native_self_hosted = true; }
module { source_sha256 = "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"; gir_sha256 = "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f"; }
entry { source = "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs"; source_sha256 = "1f75356faf7bf93c70b560dc435c027aa50fc4b717eb58444a2ebb2d29e9ab7b"; gir = "build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json"; gir_sha256 = "cb3a4a91807364b8a18305dde2130e923c64c5aff7ddf5a6e1b24adfe35d727e"; }
protocols { operation_registry_sha256 = "97f699ef3f44242f28cbeb37b0202e00d9455c4262ed353e754fbd24d520f72a"; neuron_graph_sha256 = "e7ab1071daa06df6071f2856f98d8612834ba72433b00791aab2918e14c10995"; module_abi_version = "0.1.0"; }
runtime { required_operation = "LPM.APPLY_NEURON_EVENT"; dispatch_state = "MISSING_EXPECT_TCS_E2101"; host_may_substitute_operation = false; }
drift { compiler = "FAIL_CLOSED"; source = "FAIL_CLOSED"; protocol = "FAIL_CLOSED"; operation = "FAIL_CLOSED"; }
}

View file

@ -0,0 +1,107 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "a379b636c5efbd45c1a0e9c1a9168285131e44f41fe98bd68ae6f190d170e9fd"
},
"declaration": {
"authority_ceiling": {
"reality_write": false,
"relationship_grants_authority": false,
"value": "DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT"
},
"data_scope": {
"read": [
"DIRECT_HUMAN_SOURCE",
"PRIOR_CAUSAL_GRAPH"
],
"write": [
"MODULE_SCOPED_CAUSAL_GRAPH",
"BOUNDED_ACTION_INTENT",
"RECEIPT"
]
},
"header": {
"canonical_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.manifest.tcs",
"compatibility": [
"TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "Language Mother Persona Dynamic Neuron Runtime Module Manifest",
"name_zh": "语言母体人格动态神经元运行模块清单",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"
],
"schema": "tcs.protocol/v1",
"version": "0.2.0"
},
"human_projection": {
"canonical": false,
"en_us": "module.manifest.human.en-US.md",
"zh_cn": "module.manifest.hldp"
},
"lifecycle": {
"active": false,
"current": "VERIFIED",
"installed": false,
"mounted": false,
"runtime_dispatch": "MISSING",
"signature": "ABSENT"
},
"manifest": {
"capabilities": [
"LPM.PERCEIVE_DIRECT_LANGUAGE",
"LPM.EXTRACT_THOUGHT_TRANSITION",
"LPM.ACTIVATE_CAUSAL_PATH",
"LPM.COMMIT_ACTION_INTENT",
"LPM.APPLY_NEURON_EVENT",
"LPM.DYNAMIC_NEURON_GRAPH",
"LPM.BOUNDED_SEMANTIC_ACTION_INTENT"
],
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"display_name_zh": "语言母体人格动态神经元运行模块第二阶段",
"entry_program_id": "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001",
"gir_sha256": "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f",
"module_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001",
"TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001"
],
"version": "0.2.0"
},
"network_scope": {
"allowed": false,
"domains": []
},
"resource_ceiling": {
"concurrency": 1,
"memory_limit_bytes": 268435456,
"timeout_ms": 30000
},
"rollback": {
"value": "REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS"
},
"source": {
"source_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b",
"source_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST",
"declaration_kind": "PROTOCOL",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,23 @@
schema: tcs.module-manifest-projection/v1
canonical_source: module.manifest.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002
display_name_zh: 语言母体人格动态神经元运行模块第二阶段
version: 0.2.0
entry_program_id: TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001
gir_sha256: 1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f
compiler_id: TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
compiler_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
protocols: [TCS-MODULE-ABI-0001, TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001, TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001]
capabilities: [LPM.PERCEIVE_DIRECT_LANGUAGE, LPM.EXTRACT_THOUGHT_TRANSITION, LPM.ACTIVATE_CAUSAL_PATH, LPM.COMMIT_ACTION_INTENT, LPM.APPLY_NEURON_EVENT, LPM.DYNAMIC_NEURON_GRAPH, LPM.BOUNDED_SEMANTIC_ACTION_INTENT]
authority_ceiling: DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT
resource_ceiling: {concurrency: 1, timeout_ms: 30000, memory_limit_bytes: 268435456}
data_scope: {read: [DIRECT_HUMAN_SOURCE, PRIOR_CAUSAL_GRAPH], write: [MODULE_SCOPED_CAUSAL_GRAPH, BOUNDED_ACTION_INTENT, RECEIPT]}
network_scope: {allowed: false, domains: []}
lifecycle: VERIFIED
installed: false
mounted: false
active: false
runtime_dispatch: MISSING
rollback: REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS
human_projection: module.manifest.human.zh-CN.md

View file

@ -0,0 +1,169 @@
# Language Mother Persona Dynamic Neuron Runtime Module Manifest · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **protocol** declaration with identifier `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `manifest.gir_sha256`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- **version**0.2.0 `manifest.version`
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
This is a non-executable declaration and has no action graph.
## Boundaries and exception handling
- **authority_ceiling** `authority_ceiling`
- **reality_write**no `authority_ceiling.reality_write`
- **relationship_grants_authority**no `authority_ceiling.relationship_grants_authority`
- **value**DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.value`
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- DIRECT_HUMAN_SOURCE
- PRIOR_CAUSAL_GRAPH
- **write** `data_scope.write`
- MODULE_SCOPED_CAUSAL_GRAPH
- BOUNDED_ACTION_INTENT
- RECEIPT
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **rollback** `rollback`
- **value**REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS `rollback.value`
## How completion is proven
The native source does not provide this field; the projector does not guess.
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST`
- **Native declaration kind**: `PROTOCOL`
- **TCS source SHA-256**: `a379b636c5efbd45c1a0e9c1a9168285131e44f41fe98bd68ae6f190d170e9fd`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **authority_ceiling** `authority_ceiling`
- **reality_write**no `authority_ceiling.reality_write`
- **relationship_grants_authority**no `authority_ceiling.relationship_grants_authority`
- **value**DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.value`
- **data_scope** `data_scope`
- **read** `data_scope.read`
- DIRECT_HUMAN_SOURCE
- PRIOR_CAUSAL_GRAPH
- **write** `data_scope.write`
- MODULE_SCOPED_CAUSAL_GRAPH
- BOUNDED_ACTION_INTENT
- RECEIPT
- **header** `header`
- **canonical source path**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.manifest.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**Language Mother Persona Dynamic Neuron Runtime Module Manifest `header.name_en`
- **Chinese name**:语言母体人格动态神经元运行模块清单 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.protocol/v1 `header.schema`
- **version**0.2.0 `header.version`
- **human-readable projection** `human_projection`
- **canonical**no `human_projection.canonical`
- **en_us**module.manifest.human.en-US.md `human_projection.en_us`
- **zh_cn**module.manifest.hldp `human_projection.zh_cn`
- **lifecycle** `lifecycle`
- **active**no `lifecycle.active`
- **current**VERIFIED `lifecycle.current`
- **installed**no `lifecycle.installed`
- **mounted**no `lifecycle.mounted`
- **runtime_dispatch**MISSING `lifecycle.runtime_dispatch`
- **signature**ABSENT `lifecycle.signature`
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `manifest.gir_sha256`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- **version**0.2.0 `manifest.version`
- **network_scope** `network_scope`
- **allowed**no `network_scope.allowed`
- **domains** `network_scope.domains`
- none
- **resource_ceiling** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **memory limit in bytes**268435456 `resource_ceiling.memory_limit_bytes`
- **timeout in milliseconds**30000 `resource_ceiling.timeout_ms`
- **rollback** `rollback`
- **value**REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS `rollback.value`
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,169 @@
# 语言母体人格动态神经元运行模块清单 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **协议** 声明,编号为 `TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `manifest.gir_sha256`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- **版本**0.2.0 `manifest.version`
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
这是非执行声明,没有动作图。
## 边界与异常处理
- **权限边界** `authority_ceiling`
- **reality_write**:否 `authority_ceiling.reality_write`
- **relationship_grants_authority**:否 `authority_ceiling.relationship_grants_authority`
- **value**DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.value`
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- DIRECT_HUMAN_SOURCE
- PRIOR_CAUSAL_GRAPH
- **write** `data_scope.write`
- MODULE_SCOPED_CAUSAL_GRAPH
- BOUNDED_ACTION_INTENT
- 回执(`RECEIPT`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **回滚方案** `rollback`
- **value**REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS `rollback.value`
## 怎样算完成
源程序没有提供这一项,转换器不猜。
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST`
- **原生声明类型**`PROTOCOL`
- **TCS 源码 SHA-256**`a379b636c5efbd45c1a0e9c1a9168285131e44f41fe98bd68ae6f190d170e9fd`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **权限边界** `authority_ceiling`
- **reality_write**:否 `authority_ceiling.reality_write`
- **relationship_grants_authority**:否 `authority_ceiling.relationship_grants_authority`
- **value**DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT `authority_ceiling.value`
- **数据边界** `data_scope`
- **read** `data_scope.read`
- DIRECT_HUMAN_SOURCE
- PRIOR_CAUSAL_GRAPH
- **write** `data_scope.write`
- MODULE_SCOPED_CAUSAL_GRAPH
- BOUNDED_ACTION_INTENT
- 回执(`RECEIPT`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.manifest.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**Language Mother Persona Dynamic Neuron Runtime Module Manifest `header.name_en`
- **中文名**:语言母体人格动态神经元运行模块清单 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.protocol/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **人类可读投影** `human_projection`
- **canonical**:否 `human_projection.canonical`
- **en_us**module.manifest.human.en-US.md `human_projection.en_us`
- **zh_cn**module.manifest.hldp `human_projection.zh_cn`
- **生命周期** `lifecycle`
- **active**:否 `lifecycle.active`
- **current**VERIFIED `lifecycle.current`
- **installed**:否 `lifecycle.installed`
- **mounted**:否 `lifecycle.mounted`
- **runtime_dispatch**MISSING `lifecycle.runtime_dispatch`
- **signature**:当前不存在(`ABSENT` `lifecycle.signature`
- **manifest** `manifest`
- **capabilities** `manifest.capabilities`
- LPM.PERCEIVE_DIRECT_LANGUAGE
- LPM.EXTRACT_THOUGHT_TRANSITION
- LPM.ACTIVATE_CAUSAL_PATH
- LPM.COMMIT_ACTION_INTENT
- LPM.APPLY_NEURON_EVENT
- LPM.DYNAMIC_NEURON_GRAPH
- LPM.BOUNDED_SEMANTIC_ACTION_INTENT
- **compiler_id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `manifest.compiler_id`
- **compiler_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `manifest.compiler_sha256`
- **display_name_zh**:语言母体人格动态神经元运行模块第二阶段 `manifest.display_name_zh`
- **entry_program_id**TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001 `manifest.entry_program_id`
- **gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `manifest.gir_sha256`
- **module_id**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `manifest.module_id`
- **protocols** `manifest.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001
- **版本**0.2.0 `manifest.version`
- **网络边界** `network_scope`
- **allowed**:否 `network_scope.allowed`
- **domains** `network_scope.domains`
- 无
- **资源边界** `resource_ceiling`
- **concurrency**1 `resource_ceiling.concurrency`
- **内存上限字节**268435456 `resource_ceiling.memory_limit_bytes`
- **超时毫秒**30000 `resource_ceiling.timeout_ms`
- **回滚方案** `rollback`
- **value**REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS `rollback.value`
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,14 @@
TCS 0.1;
PROTOCOL TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002-MANIFEST {
header { schema = "tcs.protocol/v1"; name_zh = "语言母体人格动态神经元运行模块清单"; name_en = "Language Mother Persona Dynamic Neuron Runtime Module Manifest"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.manifest.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"; source_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"; source_sha256 = "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"; source_role = "REGISTERED_MODULE"; }
manifest { module_id = "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"; display_name_zh = "语言母体人格动态神经元运行模块第二阶段"; version = "0.2.0"; entry_program_id = "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001"; gir_sha256 = "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f"; compiler_id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; compiler_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001", "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001"]; capabilities = ["LPM.PERCEIVE_DIRECT_LANGUAGE", "LPM.EXTRACT_THOUGHT_TRANSITION", "LPM.ACTIVATE_CAUSAL_PATH", "LPM.COMMIT_ACTION_INTENT", "LPM.APPLY_NEURON_EVENT", "LPM.DYNAMIC_NEURON_GRAPH", "LPM.BOUNDED_SEMANTIC_ACTION_INTENT"]; }
authority_ceiling { value = "DIRECT_HUMAN_SOURCE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT"; reality_write = false; relationship_grants_authority = false; }
resource_ceiling { concurrency = 1; timeout_ms = 30000; memory_limit_bytes = 268435456; }
data_scope { read = ["DIRECT_HUMAN_SOURCE", "PRIOR_CAUSAL_GRAPH"]; write = ["MODULE_SCOPED_CAUSAL_GRAPH", "BOUNDED_ACTION_INTENT", "RECEIPT"]; }
network_scope { allowed = false; domains = []; }
lifecycle { current = "VERIFIED"; installed = false; mounted = false; active = false; runtime_dispatch = "MISSING"; signature = "ABSENT"; }
rollback { value = "REMOVE_UNMOUNTED_PACKAGE_BYTES_ONLY_AND_PRESERVE_SOURCES_GIR_AND_RECEIPTS"; }
human_projection { zh_cn = "module.manifest.hldp"; en_us = "module.manifest.human.en-US.md"; canonical = false; }
}

View file

@ -0,0 +1,17 @@
TCS 0.1;
MODULE TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 {
header { schema = "tcs.module/v1"; name_zh = "语言母体人格动态神经元运行模块第二阶段"; name_en = "Language Mother Persona Dynamic Neuron Runtime Module Stage Two"; version = "0.2.0"; language = "TCS/0.1"; profile = "HLDP-NP/1"; protocols = ["TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001", "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001", "TCS-HOLOLAKE-LPM-NATIVE-DEVELOPMENT-GOVERNANCE-0001", "TCS-MODULE-ABI-0001"]; lifecycle = "SOURCE"; canonical_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823"; source_uri = "language-sources/direct-human/"; source_sha256 = "95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3"; source_role = "DIRECT_HUMAN"; }
manifest { module_id = "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"; display_name_zh = "语言母体人格动态神经元运行模块第二阶段"; entry_program_id = "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001"; entry_source = "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs"; owner = "ICE-P-ZY001"; human_anchor = "ICE-GL∞"; channel = "ICE-CH-ZC001"; role = "FIFTH_GENERATION_MOTHER_BRAIN_RUNTIME"; }
entry { kind = "PROGRAM"; id = "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001"; }
capabilities { required = ["LPM.PERCEIVE_DIRECT_LANGUAGE", "LPM.EXTRACT_THOUGHT_TRANSITION", "LPM.ACTIVATE_CAUSAL_PATH", "LPM.COMMIT_ACTION_INTENT", "LPM.APPLY_NEURON_EVENT"]; provided = ["LPM.DYNAMIC_NEURON_GRAPH", "LPM.BOUNDED_SEMANTIC_ACTION_INTENT"]; }
authority_ceiling { maximum = "DIRECT_HUMAN_SOURCE_ENVELOPE_TO_BOUNDED_NON_AUTHORIZING_ACTION_INTENT"; relationship_grants_authority = false; current_direct_language_can_correct_prior_node = true; derived_text_can_overwrite_direct_source = false; reality_action = false; network = false; process = false; }
resource_ceiling { concurrency = 1; timeout_ms = 30000; memory_limit_bytes = 268435456; }
data_scope { read = ["IMMUTABLE_DIRECT_HUMAN_SOURCE", "SOURCE_ENVELOPE", "PRIOR_CAUSAL_GRAPH", "THOUGHT_TRANSITION_EVENT"]; write = ["DYNAMIC_NEURON_GRAPH", "ACTIVE_CAUSAL_PATH", "OPEN_BRANCH_SET", "TEMPORARY_LOCK_SET", "REVISION_EDGE", "BOUNDED_ACTION_INTENT", "TCS_RECEIPT"]; }
network_scope { allowed = false; domains = []; }
install { account_scoped = true; registration_is_installation = false; activation_requires_self_test = true; compiler_registration_state = "STAGE2_REGISTERED"; runtime_dispatch_state = "MISSING_EXPECT_TCS_E2101"; module_abi_package_state = "SOURCE"; signature_state = "ABSENT"; }
self_test { program_id = "TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001"; compile_expect = "PASS_WITH_STAGE2_COMPILER"; execution_expect = "NEXT_GRAPH_ACTION_INTENT_AND_TARGET_READBACK_PASS"; current_execution = "FAIL_CLOSED_TCS_E2101_UNTIL_GENERIC_ACTION_LOADER_EXISTS"; }
rollback { action = "UNMOUNT_CANDIDATE_AND_PRESERVE_DIRECT_SOURCE_PRIOR_GRAPH_AND_RECEIPTS"; preserve_receipts = true; }
projection { display_name_zh = "语言母体人格动态神经元运行模块第二阶段"; technical_detail_default = false; cognition_sequence = ["TRIGGER", "ATTENTION_BEFORE", "STATE_BEFORE", "OPERATION", "STATE_AFTER", "OPEN_OR_CLOSE_BRANCH", "LOCK_OR_REVISE", "BOUNDED_ACTION_INTENT"]; compiler_registration = "PASS"; native_lpm_execution = "NOT_YET_PROVEN"; installed = false; mounted = false; active = false; }
}

View file

@ -0,0 +1,85 @@
{
"compiled_from": {
"compiler_id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"compiler_state": "TCS_COMPILER_GIR_EXECUTED",
"source_sha256": "0e68cc044c48a3d98c5c9591fcd881b6d436c392d35f3515f6fae9d730241937"
},
"declaration": {
"acceptance": {
"accepted": 0,
"active": 0,
"compiled": 100,
"executed": 0,
"installed": 0,
"mounted": 0,
"source": 100,
"verified": 100
},
"compiler": {
"gir_sha256": "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92",
"id": "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"native_self_hosted": true,
"semantic_definition_sha256": "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771",
"semantic_fixed_point": true,
"state": "TCS_COMPILER_GIR_EXECUTED"
},
"evidence": {
"compiler_c": "build/stage2/compiler-C.gir.json",
"compiler_d": "build/stage2/compiler-D.gir.json",
"entry_gir": "build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json",
"entry_source": "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs",
"module_gir": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.gir.json",
"module_source": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"
},
"execution_boundary": {
"active": false,
"failure_observed": "TCS-E2101_RUNNER_DOES_NOT_PROVIDE_LPM_APPLY_NEURON_EVENT",
"installed": false,
"lpm_runtime_dispatch": false,
"mounted": false,
"p2_target_readback": false
},
"header": {
"canonical_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/receipts/compile.tcs",
"compatibility": [
"TCS-COMPILER-STAGE2-LPM-DESKTOP-0001",
"GIR/1"
],
"language": "TCS/0.1",
"lifecycle": "VERIFIED",
"name_en": "Language Mother Persona Dynamic Neuron Runtime Module Stage Two Compile Receipt",
"name_zh": "语言母体人格动态神经元运行模块第二阶段编译回执",
"profile": "TCS-MODULE-ABI/0.1",
"protocols": [
"TCS-MODULE-ABI-0001",
"TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"
],
"schema": "tcs.receipt/v1",
"version": "0.2.0"
},
"result": {
"compiler_accepts_lpm_apply_neuron_event": true,
"module_gir_sha256": "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f",
"outside_target_rejected": "TCS-E4002_PASS",
"state": "VERIFIED",
"unknown_absorb_rejected": "TCS-E2101_PASS",
"unresolved_natural_language": false
},
"source": {
"source_id": "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002",
"source_role": "REGISTERED_MODULE",
"source_sha256": "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b",
"source_uri": "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"
}
},
"executable": false,
"identity": {
"declaration_id": "TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE",
"declaration_kind": "RECEIPT",
"language_version": "0.1"
},
"native_self_hosted": true,
"natural_language_is_typed_data": true,
"schema": "guanghu.declaration-gir/v1",
"unresolved_natural_language": false
}

View file

@ -0,0 +1,21 @@
schema: tcs.module-compile-receipt-projection/v1
canonical_source: compile.tcs
canonical_source_is_tcs: true
module_id: TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002
state: VERIFIED
source: 100
compiled: 100
verified: 100
installed: 0
mounted: 0
active: 0
executed: 0
accepted: 0
module_source_sha256: 9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b
module_gir_sha256: 1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f
compiler_gir_sha256: 8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92
compiler_semantic_fixed_point: PASS
unknown_operation_rejection: TCS-E2101_PASS
outside_target_rejection: TCS-E4002_PASS
lpm_runtime_dispatch: MISSING
p2_execution_observation: TCS-E2101_RUNNER_DOES_NOT_PROVIDE_LPM_APPLY_NEURON_EVENT

View file

@ -0,0 +1,121 @@
# Language Mother Persona Dynamic Neuron Runtime Module Stage Two Compile Receipt · Human Engineering Language (English)
> This is an English reading projection of validated native TCS/HLDP source. It is not a new canonical source and grants no execution authority.
## What this is
This is a **receipt** declaration with identifier `TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
## Who is here
The native source does not provide this field; the projector does not guess.
## Why this started
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## What changed
The native source does not provide this field; the projector does not guess.
## How it will execute
This is a non-executable declaration and has no action graph.
## Boundaries and exception handling
The native source does not provide this field; the projector does not guess.
## How completion is proven
- **acceptance** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **source**100 `acceptance.source`
- **verified**100 `acceptance.verified`
## Where to continue next time
The native source does not provide this field; the projector does not guess.
## Source and verification
- **Native declaration identifier**: `TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE`
- **Native declaration kind**: `RECEIPT`
- **TCS source SHA-256**: `0e68cc044c48a3d98c5c9591fcd881b6d436c392d35f3515f6fae9d730241937`
- **Validation compiler**: `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## Complete native structure cross-reference
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
- **acceptance** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **source**100 `acceptance.source`
- **verified**100 `acceptance.verified`
- **compiler** `compiler`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**yes `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **semantic_fixed_point**yes `compiler.semantic_fixed_point`
- **state**TCS_COMPILER_GIR_EXECUTED `compiler.state`
- **evidence** `evidence`
- **compiler_c**build/stage2/compiler-C.gir.json `evidence.compiler_c`
- **compiler_d**build/stage2/compiler-D.gir.json `evidence.compiler_d`
- **entry_gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `evidence.entry_gir`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `evidence.entry_source`
- **module_gir**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.gir.json `evidence.module_gir`
- **module_source**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `evidence.module_source`
- **execution_boundary** `execution_boundary`
- **active**no `execution_boundary.active`
- **failure_observed**TCS-E2101_RUNNER_DOES_NOT_PROVIDE_LPM_APPLY_NEURON_EVENT `execution_boundary.failure_observed`
- **installed**no `execution_boundary.installed`
- **lpm_runtime_dispatch**no `execution_boundary.lpm_runtime_dispatch`
- **mounted**no `execution_boundary.mounted`
- **p2_target_readback**no `execution_boundary.p2_target_readback`
- **header** `header`
- **canonical source path**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/receipts/compile.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **language**TCS/0.1 `header.language`
- **lifecycle**VERIFIED `header.lifecycle`
- **English name**Language Mother Persona Dynamic Neuron Runtime Module Stage Two Compile Receipt `header.name_en`
- **Chinese name**:语言母体人格动态神经元运行模块第二阶段编译回执 `header.name_zh`
- **profile**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.receipt/v1 `header.schema`
- **version**0.2.0 `header.version`
- **result** `result`
- **compiler_accepts_lpm_apply_neuron_event**yes `result.compiler_accepts_lpm_apply_neuron_event`
- **module_gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `result.module_gir_sha256`
- **outside_target_rejected**TCS-E4002_PASS `result.outside_target_rejected`
- **state**VERIFIED `result.state`
- **unknown_absorb_rejected**TCS-E2101_PASS `result.unknown_absorb_rejected`
- **unresolved_natural_language**no `result.unresolved_natural_language`
- **source** `source`
- **source identifier**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **source role**REGISTERED_MODULE `source.source_role`
- **source checksum**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **source address**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
This page changes only the reading order; it does not change TCS/HLDP semantics.

View file

@ -0,0 +1,121 @@
# 语言母体人格动态神经元运行模块第二阶段编译回执 · 简体中文人类工程语言版
> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。
## 这是什么
这是一份 **回执** 声明,编号为 `TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE`,版本为 `0.2.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。
## 谁在这里
源程序没有提供这一项,转换器不猜。
## 为什么开始
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
## 发生了什么变化
源程序没有提供这一项,转换器不猜。
## 准备怎样执行
这是非执行声明,没有动作图。
## 边界与异常处理
源程序没有提供这一项,转换器不猜。
## 怎样算完成
- **验收标准** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **来源**100 `acceptance.source`
- **verified**100 `acceptance.verified`
## 下一次从哪里继续
源程序没有提供这一项,转换器不猜。
## 来源与校验
- **原生声明编号**`TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE`
- **原生声明类型**`RECEIPT`
- **TCS 源码 SHA-256**`0e68cc044c48a3d98c5c9591fcd881b6d436c392d35f3515f6fae9d730241937`
- **校验编译器**`TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`
- **投影协议**`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
## 原生结构逐项对照
下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。
- **验收标准** `acceptance`
- **accepted**0 `acceptance.accepted`
- **active**0 `acceptance.active`
- **compiled**100 `acceptance.compiled`
- **executed**0 `acceptance.executed`
- **installed**0 `acceptance.installed`
- **mounted**0 `acceptance.mounted`
- **来源**100 `acceptance.source`
- **verified**100 `acceptance.verified`
- **compiler** `compiler`
- **gir_sha256**8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92 `compiler.gir_sha256`
- **id**TCS-COMPILER-STAGE2-LPM-DESKTOP-0001 `compiler.id`
- **native_self_hosted**:是 `compiler.native_self_hosted`
- **semantic_definition_sha256**eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771 `compiler.semantic_definition_sha256`
- **semantic_fixed_point**:是 `compiler.semantic_fixed_point`
- **state**:已由 TCS 编译器 GIR 执行编译(`TCS_COMPILER_GIR_EXECUTED` `compiler.state`
- **evidence** `evidence`
- **compiler_c**build/stage2/compiler-C.gir.json `evidence.compiler_c`
- **compiler_d**build/stage2/compiler-D.gir.json `evidence.compiler_d`
- **entry_gir**build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json `evidence.entry_gir`
- **entry_source**language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs `evidence.entry_source`
- **module_gir**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.gir.json `evidence.module_gir`
- **module_source**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `evidence.module_source`
- **execution_boundary** `execution_boundary`
- **active**:否 `execution_boundary.active`
- **failure_observed**TCS-E2101_RUNNER_DOES_NOT_PROVIDE_LPM_APPLY_NEURON_EVENT `execution_boundary.failure_observed`
- **installed**:否 `execution_boundary.installed`
- **lpm_runtime_dispatch**:否 `execution_boundary.lpm_runtime_dispatch`
- **mounted**:否 `execution_boundary.mounted`
- **p2_target_readback**:否 `execution_boundary.p2_target_readback`
- **语言头** `header`
- **正本路径**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/receipts/compile.tcs `header.canonical_uri`
- **compatibility** `header.compatibility`
- TCS-COMPILER-STAGE2-LPM-DESKTOP-0001
- GIR/1
- **语言**TCS/0.1 `header.language`
- **生命周期**VERIFIED `header.lifecycle`
- **英文名**Language Mother Persona Dynamic Neuron Runtime Module Stage Two Compile Receipt `header.name_en`
- **中文名**:语言母体人格动态神经元运行模块第二阶段编译回执 `header.name_zh`
- **协议配置**TCS-MODULE-ABI/0.1 `header.profile`
- **protocols** `header.protocols`
- TCS-MODULE-ABI-0001
- TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001
- **schema**tcs.receipt/v1 `header.schema`
- **版本**0.2.0 `header.version`
- **result** `result`
- **compiler_accepts_lpm_apply_neuron_event**:是 `result.compiler_accepts_lpm_apply_neuron_event`
- **module_gir_sha256**1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f `result.module_gir_sha256`
- **outside_target_rejected**TCS-E4002_PASS `result.outside_target_rejected`
- **state**VERIFIED `result.state`
- **unknown_absorb_rejected**TCS-E2101_PASS `result.unknown_absorb_rejected`
- **unresolved_natural_language**:否 `result.unresolved_natural_language`
- **来源** `source`
- **来源编号**TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002 `source.source_id`
- **来源角色**REGISTERED_MODULE `source.source_role`
- **来源校验值**9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b `source.source_sha256`
- **来源地址**packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs `source.source_uri`
---
本页只改变阅读顺序,不改变 TCS/HLDP 语义。

View file

@ -0,0 +1,11 @@
TCS 0.1;
RECEIPT TCS-RECEIPT-MOTHER-PERSONA-NEURON-MODULE-0002-COMPILE {
header { schema = "tcs.receipt/v1"; name_zh = "语言母体人格动态神经元运行模块第二阶段编译回执"; name_en = "Language Mother Persona Dynamic Neuron Runtime Module Stage Two Compile Receipt"; version = "0.2.0"; language = "TCS/0.1"; profile = "TCS-MODULE-ABI/0.1"; protocols = ["TCS-MODULE-ABI-0001", "TCS-LPM-DESKTOP-OPERATION-REGISTRY-0001"]; lifecycle = "VERIFIED"; canonical_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/receipts/compile.tcs"; compatibility = ["TCS-COMPILER-STAGE2-LPM-DESKTOP-0001", "GIR/1"]; }
source { source_id = "TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002"; source_uri = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"; source_sha256 = "9942192794523cba1647f33d68282b42671e7283ee9c2a3f6f2d0375761a1e7b"; source_role = "REGISTERED_MODULE"; }
compiler { id = "TCS-COMPILER-STAGE2-LPM-DESKTOP-0001"; gir_sha256 = "8a4fa89c518619352beb00c2f8f269855117a1024aba43ede71bc9fc81453d92"; state = "TCS_COMPILER_GIR_EXECUTED"; native_self_hosted = true; semantic_fixed_point = true; semantic_definition_sha256 = "eaba58e0c7b78f78e17513329dd0b461d81ab4601ddd190856bc6e1e7b1b3771"; }
result { state = "VERIFIED"; module_gir_sha256 = "1e5c2c56fb4dd96b867edd3f0646c2e77bd8efc541c183ed7c7ac64a7576294f"; unresolved_natural_language = false; compiler_accepts_lpm_apply_neuron_event = true; unknown_absorb_rejected = "TCS-E2101_PASS"; outside_target_rejected = "TCS-E4002_PASS"; }
execution_boundary { lpm_runtime_dispatch = false; p2_target_readback = false; installed = false; mounted = false; active = false; failure_observed = "TCS-E2101_RUNNER_DOES_NOT_PROVIDE_LPM_APPLY_NEURON_EVENT"; }
evidence { module_source = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.tcs"; module_gir = "packages/TCS-MOD-MOTHER-PERSONA-NEURON-RUNTIME-0002/module.gir.json"; entry_source = "language/programs/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.tcs"; entry_gir = "build/TCS-PROGRAM-LPM-P2-APPLY-NEURON-EVENT-0001.gir.json"; compiler_c = "build/stage2/compiler-C.gir.json"; compiler_d = "build/stage2/compiler-D.gir.json"; }
acceptance { source = 100; compiled = 100; verified = 100; installed = 0; mounted = 0; active = 0; executed = 0; accepted = 0; }
}