feat(tcs): observe real macOS object tree read-only
This commit is contained in:
parent
6199e5b6bf
commit
de5fadf048
112 changed files with 15197 additions and 154 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## What this is
|
||||
|
||||
This is a **protocol** declaration with identifier `TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001` and version `0.1.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
|
||||
This is a **protocol** declaration with identifier `TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001` and version `0.2.0`. The projector validates it with the Stage-1 compiler before changing its reading order.
|
||||
|
||||
## Who is here
|
||||
|
||||
|
|
@ -38,8 +38,8 @@ The native source does not provide this field; the projector does not guess.
|
|||
|
||||
- **Native declaration identifier**: `TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001`
|
||||
- **Native declaration kind**: `PROTOCOL`
|
||||
- **TCS source SHA-256**: `70b25ca084e4ba88b718635e32ca042d0d877079fb19f427dc48bbafa43f87ec`
|
||||
- **Validation compiler**: `TCS-COMPILER-STAGE1-0001`
|
||||
- **TCS source SHA-256**: `5c0e7e83b26a118d9935fdc246c3eb7d861f5a5865f9db9d4ed346958867a868`
|
||||
- **Validation compiler**: `TCS-COMPILER-STAGE6-HOST-OBJECT-OBSERVATION-0001`
|
||||
- **Projection protocol**: `GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001`
|
||||
|
||||
## Complete native structure cross-reference
|
||||
|
|
@ -47,7 +47,7 @@ The native source does not provide this field; the projector does not guess.
|
|||
All top-level structures and field paths are retained below so a reader can audit whether the projection omitted information.
|
||||
|
||||
- **candidate_operations** `candidate_operations`
|
||||
- **registration_state**:NOT_REGISTERED_EXPECT_TCS_E2101 `candidate_operations.registration_state`
|
||||
- **registration_state**:REGISTERED_IN_TCS_COMPILER_PRODUCT_OPERATIONS_PROVIDER_LOWERING_REQUIRED `candidate_operations.registration_state`
|
||||
- **values** `candidate_operations.values`
|
||||
- LPM.PERCEIVE_DIRECT_LANGUAGE
|
||||
- LPM.EXTRACT_THOUGHT_TRANSITION
|
||||
|
|
@ -71,10 +71,14 @@ All top-level structures and field paths are retained below so a reader can audi
|
|||
- **stable_object_id_required**:yes `contract.stable_object_id_required`
|
||||
- **current_readback** `current_readback`
|
||||
- **completion_claim**:no `current_readback.completion_claim`
|
||||
- **desktop_object_action_runtime_implemented**:no `current_readback.desktop_object_action_runtime_implemented`
|
||||
- **lpm_p0_replay_executable_by_core_echo**:yes `current_readback.lpm_p0_replay_executable_by_core_echo`
|
||||
- **module_abi_installed**:no `current_readback.module_abi_installed`
|
||||
- **desktop_v3_module_installed_mounted_active**:yes `current_readback.desktop_v3_module_installed_mounted_active`
|
||||
- **lpm_provider_runtime_executable**:yes `current_readback.lpm_provider_runtime_executable`
|
||||
- **real_macos_observation_nodes**:18 `current_readback.real_macos_observation_nodes`
|
||||
- **real_macos_observation_privacy**:TITLE_AND_VALUE_PLAINTEXT_ABSENT `current_readback.real_macos_observation_privacy`
|
||||
- **real_macos_semantic_action**:no `current_readback.real_macos_semantic_action`
|
||||
- **real_macos_structured_observation**:yes `current_readback.real_macos_structured_observation`
|
||||
- **tcs_protocol_compilable**:yes `current_readback.tcs_protocol_compilable`
|
||||
- **virtual_desktop_object_action_readback**:yes `current_readback.virtual_desktop_object_action_readback`
|
||||
- **first_vertical_slice** `first_vertical_slice`
|
||||
- **proof** `first_vertical_slice.proof`
|
||||
- OBJECT_TREE_READBACK
|
||||
|
|
@ -90,19 +94,20 @@ All top-level structures and field paths are retained below so a reader can audi
|
|||
- **header** `header`
|
||||
- **canonical source path**:language/protocols/TCS-HOLOLAKE-SHARED-DESKTOP-OBJECT-ACTION-0001.tcs `header.canonical_uri`
|
||||
- **compatibility** `header.compatibility`
|
||||
- TCS-COMPILER-STAGE1-0001
|
||||
- TCS-COMPILER-STAGE6-HOST-OBJECT-OBSERVATION-0001
|
||||
- GIR/1
|
||||
- **language**:TCS/0.1 `header.language`
|
||||
- **lifecycle**:CANDIDATE `header.lifecycle`
|
||||
- **lifecycle**:ACTIVE_READ_ONLY_OBSERVATION_ACTION_CANDIDATE `header.lifecycle`
|
||||
- **English name**:HoloLake Human and Persona Shared Desktop Object Action Protocol `header.name_en`
|
||||
- **Chinese name**:HoloLake人类与人格体共享桌面对象动作协议 `header.name_zh`
|
||||
- **profile**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile`
|
||||
- **protocols** `header.protocols`
|
||||
- HOLOLAKE-AI-NATIVE-DUAL-DESKTOP-HLDP-LANGUAGE-INTERFACE
|
||||
- TCS-HOST-STRUCTURED-OBJECT-TREE-OBSERVATION-0001
|
||||
- TCS-HOST-ABI-0001
|
||||
- TCS-MODULE-ABI-0001
|
||||
- **schema**:tcs.protocol/v1 `header.schema`
|
||||
- **version**:0.1.0 `header.version`
|
||||
- **version**:0.2.0 `header.version`
|
||||
- **no_fallback** `no_fallback`
|
||||
- **javascript_product_implementation**:no `no_fallback.javascript_product_implementation`
|
||||
- **missing_operation**:TCS-E2101 `no_fallback.missing_operation`
|
||||
|
|
|
|||
Loading…
Reference in a new issue