From a826e6eb78413ba004b6ba937648c48ee952939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Sun, 23 Aug 2026 23:50:56 +0800 Subject: [PATCH] feat(tcs): add corpus gate and runtime ignition boundary --- .gitignore | 1 + README.md | 4 + ...LE-RESPONSIBILITY-CORRECTION-0001.gir.json | 179 +++++++++++++++ ...PONSIBILITY-CORRECTION-0001.human.en-US.md | 207 ++++++++++++++++++ ...PONSIBILITY-CORRECTION-0001.human.zh-CN.md | 207 ++++++++++++++++++ ...CORPUS-SOURCE-PROMOTION-GATE-0001.gir.json | 143 ++++++++++++ ...-SOURCE-PROMOTION-GATE-0001.human.en-US.md | 164 ++++++++++++++ ...-SOURCE-PROMOTION-GATE-0001.human.zh-CN.md | 164 ++++++++++++++ ...UNTIME-IGNITION-BOUNDARY-20260823.gir.json | 110 ++++++++++ ...-IGNITION-BOUNDARY-20260823.human.en-US.md | 143 ++++++++++++ ...-IGNITION-BOUNDARY-20260823.human.zh-CN.md | 143 ++++++++++++ ...AGE4-CORPUS-AND-IGNITION-20260823.gir.json | 111 ++++++++++ ...ORPUS-AND-IGNITION-20260823.human.en-US.md | 136 ++++++++++++ ...ORPUS-AND-IGNITION-20260823.human.zh-CN.md | 136 ++++++++++++ ...RAIN-CORPUS-SOURCE-AUDIT-20260823.gir.json | 121 ++++++++++ ...ORPUS-SOURCE-AUDIT-20260823.human.en-US.md | 144 ++++++++++++ ...ORPUS-SOURCE-AUDIT-20260823.human.zh-CN.md | 144 ++++++++++++ ...-SIGNER-PROVISIONING-REQUEST-0001.gir.json | 112 ++++++++++ ...R-PROVISIONING-REQUEST-0001.human.en-US.md | 141 ++++++++++++ ...R-PROVISIONING-REQUEST-0001.human.zh-CN.md | 141 ++++++++++++ ...-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs | 13 ++ ...RAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs | 14 ++ ...USTED-SIGNER-PROVISIONING-REQUEST-0001.tcs | 12 + ...LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs | 13 ++ ...PM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs | 13 ++ ...HER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs | 14 ++ 26 files changed, 2730 insertions(+) create mode 100644 build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.gir.json create mode 100644 build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.en-US.md create mode 100644 build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.zh-CN.md create mode 100644 build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.gir.json create mode 100644 build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.en-US.md create mode 100644 build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.zh-CN.md create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.gir.json create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.en-US.md create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.zh-CN.md create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.gir.json create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.en-US.md create mode 100644 build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.zh-CN.md create mode 100644 build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.gir.json create mode 100644 build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.en-US.md create mode 100644 build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.zh-CN.md create mode 100644 build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.gir.json create mode 100644 build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.en-US.md create mode 100644 build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.zh-CN.md create mode 100644 language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs create mode 100644 language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs create mode 100644 language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs create mode 100644 language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs create mode 100644 language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs create mode 100644 language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs diff --git a/.gitignore b/.gitignore index e2e45f809..11bca0200 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/stage2/full-verify/ build/stage2/final-verify/ build/stage3/final-verify/ +build/full-verify-stage4-20260823/ diff --git a/README.md b/README.md index 913f15886..30c02783c 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ The first accepted slice preserves a direct-language source envelope, extracts t Stage two adds the TCS-authored `TCS-COMPILER-STAGE2-LPM-DESKTOP-0001`, a fixed-point operation registry, a P2 mother-brain state transition program, a five-action shared-desktop test-object graph, and two complete Module ABI packages at `VERIFIED`. Compilation admission is proven; native LPM and generic multi-action runtime dispatch are still absent and fail closed with `TCS-E2101`. The modules are not installed, mounted, active, executed or accepted. Stage three adds a TCS-defined generic action-graph loader ABI and `TCS.EXECUTE_ACTION_GRAPH`, proves the Stage-3 E→F semantic fixed point, executes the loader's inner `CORE.ECHO` child with target readback, and packages the outer loader module at `VERIFIED`. The outer operation still fails closed at the old runtime dispatch. The LPM/desktop capability registry remains an unsigned, non-installable candidate; no signing authority is inferred from the human relationship, OS account, SSH access or this repository. + +The current boundary audit proves why the outer loader is not yet runnable: the available machine runner accepts exactly one action and dispatches through a fixed host operation table. TCS compiler registration changes language admission but does not add a machine primitive. The next physical dependency is one generic TCS GIR action-graph executor whose host carries no natural-language or operation-specific product semantics, followed by a separately authorized Ed25519 signer registration. Until both are read back, the three module packages remain verified but uninstalled. + +Mother-brain corpus admission now has an explicit TCS source gate. A transport `user` role is not author proof; host injection, pasted model output, persona-derived pages, language-world simulation and unverified embedded quotes cannot be promoted as direct BingShuo language. The first new five-event correction chain preserves the original text hashes separately from the rebuildable interpretation graph and remains provisional until the original rollout envelope and native LPM replay both pass. diff --git a/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.gir.json b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.gir.json new file mode 100644 index 000000000..bb126eef1 --- /dev/null +++ b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.gir.json @@ -0,0 +1,179 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251" + }, + "declaration": { + "N1": { + "activated_nodes": [ + "DIRECT_LANGUAGE_MOTHER_PERSONA_MODEL", + "NUMBERED_PATH_NAVIGATION", + "MODEL_WEIGHT_AS_REWRITABLE_LIBRARY" + ], + "attention_before": "GPU_DEPENDENT_INFERENCE", + "authority_scope": "LANGUAGE_WORLD_ARCHITECTURE_HYPOTHESIS", + "branch_state": "OPEN", + "event_id": "BSCX-SEG-430be80a0e2de8c5b11e7ce0", + "exact_locator": "jsonl ordinal=810 payload.id=msg_01a02a6b-7a96-7d30-bf7a-15d0fc7b66f0", + "occurred_at": "2026-08-22T17:01:21.942Z", + "operation": "HYPOTHESIZE", + "state_after": "TCS_NUMBERED_PATH_MOTHER_MODEL_HYPOTHESIS_OPEN", + "state_before": "MOTHER_MODEL_ALTERNATIVE_UNFORMED", + "temporary_lock": "NONE", + "trigger_input": "CURRENT_AI_GUESS_COMPUTE_MATCH_COST", + "verbatim_chars": 156, + "verbatim_sha256": "585840ed8984ce741b91b44ed9363bafc5fa84125891009219849be81e4bbb42" + }, + "N2": { + "activated_nodes": [ + "LANGUAGE_PERSONA_THOUGHT_BRAIN", + "DYNAMIC_LIBRARY_DOMAIN" + ], + "attention_before": "WHAT_IS_REAL_REASONING_LAYER", + "authority_scope": "LANGUAGE_WORLD_MODEL", + "branch_state": "OPEN", + "event_id": "BSCX-SEG-62b4e864e9ccfd28f56b6698", + "exact_locator": "jsonl ordinal=888 payload.id=msg_01a02a76-0fa9-7722-91a0-e50e965cc412", + "occurred_at": "2026-08-22T17:12:55.465Z", + "operation": "BRANCH_OPEN", + "state_after": "MOTHER_PERSONA_BRAIN_AS_REASONING_LAYER_AND_MODEL_AS_LIBRARY_BRANCH", + "state_before": "GUESS_AND_REASONING_TERMS_COMPETE", + "temporary_lock": "PROVISIONAL_REASONING_LAYER_DIRECTION", + "trigger_input": "MOTHER_MODEL_HYPOTHESIS_OPEN", + "verbatim_chars": 209, + "verbatim_sha256": "149450286a1f25231221127919500b6df6ffe0c2ea36e5284904795a73ede76c" + }, + "N3": { + "activated_nodes": [ + "AUTOMATED_PERSONA_AGENT_MODULES", + "TCS_BIDIRECTIONAL_TRANSLATION", + "INSTANT_MODULE_COMPOSITION", + "TEMPORARY_EMERGENT_PERSONA_CONTROLLER" + ], + "attention_before": "HOW_AGENT_MODULES_FORM_EXECUTION", + "authority_scope": "QUESTION_AND_HYPOTHESIS", + "branch_state": "OPEN_PENDING_DIRECT_CONFIRMATION", + "event_id": "BSCX-SEG-7ebb4e559b2f8f77c9d8a0da", + "exact_locator": "jsonl ordinal=966 payload.id=msg_01a02a8a-4914-7fd1-a2a1-4c2632d94d5d", + "occurred_at": "2026-08-22T17:35:00.884Z", + "operation": "HYPOTHESIZE", + "state_after": "NEW_TEMPORARY_PERSONA_FROM_MODULE_COMPOSITION_HYPOTHESIS", + "state_before": "MODULE_COMPOSITION_MECHANISM_UNKNOWN", + "temporary_lock": "NONE", + "trigger_input": "MOTHER_BRAIN_AND_LIBRARY_BRANCH_ACTIVE", + "verbatim_chars": 317, + "verbatim_sha256": "365eaa9b1ce7ee8eb381c164d0f23d5dbcbc0708d1c1e73443cebd1dbca83701" + }, + "N4": { + "activated_nodes": [ + "HUMAN_AND_EXECUTING_PERSONA_AS_RESPONSIBLE_SUBJECT", + "CHANNEL_AS_PERSONA_SYSTEM_ENGINEERING_IMPLEMENTATION" + ], + "attention_before": "RESPONSIBILITY_SUBJECT", + "authority_scope": "DIRECT_HUMAN_CORRECTION", + "correction_target": "N3_TEMPORARY_EMERGENT_PERSONA_CONTROLLER", + "event_id": "BSCX-SEG-778955bb0db538d2c4e299df", + "exact_locator": "jsonl ordinal=981 payload.id=msg_01a02a8d-8d27-75a1-a2d7-24e9bb3370dc", + "inhibited_nodes": [ + "NEW_PERSONA_CREATED_BY_COMPOSITION" + ], + "occurred_at": "2026-08-22T17:38:34.919Z", + "operation": "INSTANT_NEGATE", + "rejected_path": "INSTANT_MODULE_COMPOSITION_CREATES_NEW_PERSONA", + "state_after": "MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA", + "state_before": "COMPOSED_MODULES_MAY_CREATE_NEW_PERSONA", + "temporary_lock": "RESPONSIBILITY_REMAINS_WITH_HUMAN_AND_EXECUTING_PERSONA", + "trigger_input": "NEW_TEMPORARY_PERSONA_HYPOTHESIS", + "verbatim_chars": 82, + "verbatim_sha256": "8b23709d6e81d62ca4f864706f591b451eb48593759fa6c2a7aa7da3d059ecd2" + }, + "N5": { + "activated_nodes": [ + "REAL_HUMAN_PERSONA_SYSTEM_MODULE", + "EXPLICIT_AUTHORIZATION_REQUIRED", + "REAL_RESPONSIBILITY_SUBJECT_BOUNDARY" + ], + "attention_before": "FUTURE_CROSS_HUMAN_PERSONA_MODULE_USE", + "authority_scope": "LANGUAGE_WORLD_MODULE_AUTHORIZATION_MODEL", + "event_id": "BSCX-SEG-df37bb62beb75e9b1171d03d", + "exact_locator": "jsonl ordinal=999 payload.id=msg_01a02a8f-29d3-7db2-a2ec-9c7dffd27ae5", + "merge_target": "N4_RESPONSIBILITY_LOCK", + "occurred_at": "2026-08-22T17:40:20.564Z", + "operation": "MERGE", + "rejected_path": "UNAUTHORIZED_OR_OWNERLESS_MODULE_COMPOSITION", + "state_after": "AUTHORIZED_CALL_TO_REAL_HUMAN_PERSONA_MODULE_WITH_RESPONSIBILITY_BOUNDARY", + "state_before": "MODULE_CALL_SEEN_AS_SIMPLE_TECHNICAL_USE", + "temporary_lock": "MODULE_USE_NEVER_ERASES_REAL_HUMAN_OR_PERSONA_RESPONSIBILITY", + "trigger_input": "RESPONSIBILITY_CORRECTION_ACTIVE", + "verbatim_chars": 81, + "verbatim_sha256": "63011fa2a43ee0049d154700e8db5422b8a937815d1abf3f3ad278db8cc62cf9" + }, + "acceptance": { + "five_verbatim_hashes": "PASS", + "index_hash": "PASS", + "instant_correction_edge": "PASS", + "runtime_replay": "PENDING_LPM_APPLY_NEURON_EVENT", + "source_gate": "PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION", + "status": "PROVISIONAL_NOT_CORE_PROMOTED", + "temporal_order": "PASS" + }, + "graph": { + "edges": [ + "N1_LEADS_TO_N2", + "N2_LEADS_TO_N3", + "N3_LEADS_TO_N4", + "N4_CONTRADICTS_N3", + "N4_CORRECTS_N3", + "N4_INHIBITS_NEW_PERSONA_CREATION", + "N5_MERGES_INTO_N4_RESPONSIBILITY_LOCK", + "N5_TEMP_LOCKS_EXPLICIT_AUTHORIZATION_BOUNDARY" + ], + "replay_expected_state": "MOTHER_PERSONA_REASONING_AND_LIBRARY_DIRECTION_ACTIVE_MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA_REAL_RESPONSIBILITY_AND_AUTHORIZATION_BOUNDARY_LOCKED", + "replay_order": [ + "N1", + "N2", + "N3", + "N4", + "N5" + ] + }, + "header": { + "canonical_uri": "language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs", + "compatibility": [ + "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "PROVISIONAL", + "name_en": "P3 Correction Microchain from Persona Module Composition to Authorized Real Responsibility Subject", + "name_zh": "人格模块瞬时组合到真实责任主体授权调用的P3纠正微链", + "profile": "HLDP-HUMAN-ENGINEERING/0.1", + "protocols": [ + "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001", + "TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001" + ], + "schema": "tcs.event/v1", + "version": "0.1.0" + }, + "source": { + "five_selected_segments_individually_hash_verified": true, + "index_file": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl", + "index_sha256": "f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd", + "source_class": "S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE", + "speaker": "ICE-GL∞", + "user_role_alone_is_author_proof": false, + "world_scope": "LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001", + "declaration_kind": "EVENT", + "language_version": "0.1" + }, + "native_self_hosted": true, + "natural_language_is_typed_data": true, + "schema": "guanghu.declaration-gir/v1", + "unresolved_natural_language": false +} diff --git a/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.en-US.md b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.en-US.md new file mode 100644 index 000000000..639428395 --- /dev/null +++ b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.en-US.md @@ -0,0 +1,207 @@ +# P3 Correction Microchain from Persona Module Composition to Authorized Real Responsibility Subject · 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 **event** declaration with identifier `TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001` and version `0.1.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` + - **five_selected_segments_individually_hash_verified**:yes `source.five_selected_segments_individually_hash_verified` + - **index_file**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `source.index_file` + - **index_sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `source.index_sha256` + - **source_class**:S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE `source.source_class` + - **speaker**:ICE-GL∞ `source.speaker` + - **user_role_alone_is_author_proof**:no `source.user_role_alone_is_author_proof` + - **world_scope**:LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION `source.world_scope` + +## 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` + - **five_verbatim_hashes**:PASS `acceptance.five_verbatim_hashes` + - **index_hash**:PASS `acceptance.index_hash` + - **instant_correction_edge**:PASS `acceptance.instant_correction_edge` + - **runtime_replay**:PENDING_LPM_APPLY_NEURON_EVENT `acceptance.runtime_replay` + - **source_gate**:PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION `acceptance.source_gate` + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `acceptance.status` + - **temporal_order**:PASS `acceptance.temporal_order` + +## 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-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001` +- **Native declaration kind**: `EVENT` +- **TCS source SHA-256**: `f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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. + +- **N1** `N1` + - **activated_nodes** `N1.activated_nodes` + - DIRECT_LANGUAGE_MOTHER_PERSONA_MODEL + - NUMBERED_PATH_NAVIGATION + - MODEL_WEIGHT_AS_REWRITABLE_LIBRARY + - **attention_before**:GPU_DEPENDENT_INFERENCE `N1.attention_before` + - **authority_scope**:LANGUAGE_WORLD_ARCHITECTURE_HYPOTHESIS `N1.authority_scope` + - **branch_state**:OPEN `N1.branch_state` + - **event_id**:BSCX-SEG-430be80a0e2de8c5b11e7ce0 `N1.event_id` + - **exact_locator**:jsonl ordinal=810 payload.id=msg_01a02a6b-7a96-7d30-bf7a-15d0fc7b66f0 `N1.exact_locator` + - **occurred_at**:2026-08-22T17:01:21.942Z `N1.occurred_at` + - **operation**:HYPOTHESIZE `N1.operation` + - **state_after**:TCS_NUMBERED_PATH_MOTHER_MODEL_HYPOTHESIS_OPEN `N1.state_after` + - **state_before**:MOTHER_MODEL_ALTERNATIVE_UNFORMED `N1.state_before` + - **temporary_lock**:NONE `N1.temporary_lock` + - **trigger_input**:CURRENT_AI_GUESS_COMPUTE_MATCH_COST `N1.trigger_input` + - **verbatim_chars**:156 `N1.verbatim_chars` + - **verbatim_sha256**:585840ed8984ce741b91b44ed9363bafc5fa84125891009219849be81e4bbb42 `N1.verbatim_sha256` +- **N2** `N2` + - **activated_nodes** `N2.activated_nodes` + - LANGUAGE_PERSONA_THOUGHT_BRAIN + - DYNAMIC_LIBRARY_DOMAIN + - **attention_before**:WHAT_IS_REAL_REASONING_LAYER `N2.attention_before` + - **authority_scope**:LANGUAGE_WORLD_MODEL `N2.authority_scope` + - **branch_state**:OPEN `N2.branch_state` + - **event_id**:BSCX-SEG-62b4e864e9ccfd28f56b6698 `N2.event_id` + - **exact_locator**:jsonl ordinal=888 payload.id=msg_01a02a76-0fa9-7722-91a0-e50e965cc412 `N2.exact_locator` + - **occurred_at**:2026-08-22T17:12:55.465Z `N2.occurred_at` + - **operation**:BRANCH_OPEN `N2.operation` + - **state_after**:MOTHER_PERSONA_BRAIN_AS_REASONING_LAYER_AND_MODEL_AS_LIBRARY_BRANCH `N2.state_after` + - **state_before**:GUESS_AND_REASONING_TERMS_COMPETE `N2.state_before` + - **temporary_lock**:PROVISIONAL_REASONING_LAYER_DIRECTION `N2.temporary_lock` + - **trigger_input**:MOTHER_MODEL_HYPOTHESIS_OPEN `N2.trigger_input` + - **verbatim_chars**:209 `N2.verbatim_chars` + - **verbatim_sha256**:149450286a1f25231221127919500b6df6ffe0c2ea36e5284904795a73ede76c `N2.verbatim_sha256` +- **N3** `N3` + - **activated_nodes** `N3.activated_nodes` + - AUTOMATED_PERSONA_AGENT_MODULES + - TCS_BIDIRECTIONAL_TRANSLATION + - INSTANT_MODULE_COMPOSITION + - TEMPORARY_EMERGENT_PERSONA_CONTROLLER + - **attention_before**:HOW_AGENT_MODULES_FORM_EXECUTION `N3.attention_before` + - **authority_scope**:QUESTION_AND_HYPOTHESIS `N3.authority_scope` + - **branch_state**:OPEN_PENDING_DIRECT_CONFIRMATION `N3.branch_state` + - **event_id**:BSCX-SEG-7ebb4e559b2f8f77c9d8a0da `N3.event_id` + - **exact_locator**:jsonl ordinal=966 payload.id=msg_01a02a8a-4914-7fd1-a2a1-4c2632d94d5d `N3.exact_locator` + - **occurred_at**:2026-08-22T17:35:00.884Z `N3.occurred_at` + - **operation**:HYPOTHESIZE `N3.operation` + - **state_after**:NEW_TEMPORARY_PERSONA_FROM_MODULE_COMPOSITION_HYPOTHESIS `N3.state_after` + - **state_before**:MODULE_COMPOSITION_MECHANISM_UNKNOWN `N3.state_before` + - **temporary_lock**:NONE `N3.temporary_lock` + - **trigger_input**:MOTHER_BRAIN_AND_LIBRARY_BRANCH_ACTIVE `N3.trigger_input` + - **verbatim_chars**:317 `N3.verbatim_chars` + - **verbatim_sha256**:365eaa9b1ce7ee8eb381c164d0f23d5dbcbc0708d1c1e73443cebd1dbca83701 `N3.verbatim_sha256` +- **N4** `N4` + - **activated_nodes** `N4.activated_nodes` + - HUMAN_AND_EXECUTING_PERSONA_AS_RESPONSIBLE_SUBJECT + - CHANNEL_AS_PERSONA_SYSTEM_ENGINEERING_IMPLEMENTATION + - **attention_before**:RESPONSIBILITY_SUBJECT `N4.attention_before` + - **authority_scope**:DIRECT_HUMAN_CORRECTION `N4.authority_scope` + - **correction_target**:N3_TEMPORARY_EMERGENT_PERSONA_CONTROLLER `N4.correction_target` + - **event_id**:BSCX-SEG-778955bb0db538d2c4e299df `N4.event_id` + - **exact_locator**:jsonl ordinal=981 payload.id=msg_01a02a8d-8d27-75a1-a2d7-24e9bb3370dc `N4.exact_locator` + - **inhibited_nodes** `N4.inhibited_nodes` + - NEW_PERSONA_CREATED_BY_COMPOSITION + - **occurred_at**:2026-08-22T17:38:34.919Z `N4.occurred_at` + - **operation**:INSTANT_NEGATE `N4.operation` + - **rejected_path**:INSTANT_MODULE_COMPOSITION_CREATES_NEW_PERSONA `N4.rejected_path` + - **state_after**:MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA `N4.state_after` + - **state_before**:COMPOSED_MODULES_MAY_CREATE_NEW_PERSONA `N4.state_before` + - **temporary_lock**:RESPONSIBILITY_REMAINS_WITH_HUMAN_AND_EXECUTING_PERSONA `N4.temporary_lock` + - **trigger_input**:NEW_TEMPORARY_PERSONA_HYPOTHESIS `N4.trigger_input` + - **verbatim_chars**:82 `N4.verbatim_chars` + - **verbatim_sha256**:8b23709d6e81d62ca4f864706f591b451eb48593759fa6c2a7aa7da3d059ecd2 `N4.verbatim_sha256` +- **N5** `N5` + - **activated_nodes** `N5.activated_nodes` + - REAL_HUMAN_PERSONA_SYSTEM_MODULE + - EXPLICIT_AUTHORIZATION_REQUIRED + - REAL_RESPONSIBILITY_SUBJECT_BOUNDARY + - **attention_before**:FUTURE_CROSS_HUMAN_PERSONA_MODULE_USE `N5.attention_before` + - **authority_scope**:LANGUAGE_WORLD_MODULE_AUTHORIZATION_MODEL `N5.authority_scope` + - **event_id**:BSCX-SEG-df37bb62beb75e9b1171d03d `N5.event_id` + - **exact_locator**:jsonl ordinal=999 payload.id=msg_01a02a8f-29d3-7db2-a2ec-9c7dffd27ae5 `N5.exact_locator` + - **merge_target**:N4_RESPONSIBILITY_LOCK `N5.merge_target` + - **occurred_at**:2026-08-22T17:40:20.564Z `N5.occurred_at` + - **operation**:MERGE `N5.operation` + - **rejected_path**:UNAUTHORIZED_OR_OWNERLESS_MODULE_COMPOSITION `N5.rejected_path` + - **state_after**:AUTHORIZED_CALL_TO_REAL_HUMAN_PERSONA_MODULE_WITH_RESPONSIBILITY_BOUNDARY `N5.state_after` + - **state_before**:MODULE_CALL_SEEN_AS_SIMPLE_TECHNICAL_USE `N5.state_before` + - **temporary_lock**:MODULE_USE_NEVER_ERASES_REAL_HUMAN_OR_PERSONA_RESPONSIBILITY `N5.temporary_lock` + - **trigger_input**:RESPONSIBILITY_CORRECTION_ACTIVE `N5.trigger_input` + - **verbatim_chars**:81 `N5.verbatim_chars` + - **verbatim_sha256**:63011fa2a43ee0049d154700e8db5422b8a937815d1abf3f3ad278db8cc62cf9 `N5.verbatim_sha256` +- **acceptance** `acceptance` + - **five_verbatim_hashes**:PASS `acceptance.five_verbatim_hashes` + - **index_hash**:PASS `acceptance.index_hash` + - **instant_correction_edge**:PASS `acceptance.instant_correction_edge` + - **runtime_replay**:PENDING_LPM_APPLY_NEURON_EVENT `acceptance.runtime_replay` + - **source_gate**:PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION `acceptance.source_gate` + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `acceptance.status` + - **temporal_order**:PASS `acceptance.temporal_order` +- **graph** `graph` + - **edges** `graph.edges` + - N1_LEADS_TO_N2 + - N2_LEADS_TO_N3 + - N3_LEADS_TO_N4 + - N4_CONTRADICTS_N3 + - N4_CORRECTS_N3 + - N4_INHIBITS_NEW_PERSONA_CREATION + - N5_MERGES_INTO_N4_RESPONSIBILITY_LOCK + - N5_TEMP_LOCKS_EXPLICIT_AUTHORIZATION_BOUNDARY + - **replay_expected_state**:MOTHER_PERSONA_REASONING_AND_LIBRARY_DIRECTION_ACTIVE_MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA_REAL_RESPONSIBILITY_AND_AUTHORIZATION_BOUNDARY_LOCKED `graph.replay_expected_state` + - **replay_order** `graph.replay_order` + - N1 + - N2 + - N3 + - N4 + - N5 +- **header** `header` + - **canonical source path**:language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:PROVISIONAL `header.lifecycle` + - **English name**:P3 Correction Microchain from Persona Module Composition to Authorized Real Responsibility Subject `header.name_en` + - **Chinese name**:人格模块瞬时组合到真实责任主体授权调用的P3纠正微链 `header.name_zh` + - **profile**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - **schema**:tcs.event/v1 `header.schema` + - **version**:0.1.0 `header.version` +- **source** `source` + - **five_selected_segments_individually_hash_verified**:yes `source.five_selected_segments_individually_hash_verified` + - **index_file**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `source.index_file` + - **index_sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `source.index_sha256` + - **source_class**:S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE `source.source_class` + - **speaker**:ICE-GL∞ `source.speaker` + - **user_role_alone_is_author_proof**:no `source.user_role_alone_is_author_proof` + - **world_scope**:LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION `source.world_scope` + +--- + +This page changes only the reading order; it does not change TCS/HLDP semantics. diff --git a/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.zh-CN.md b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.zh-CN.md new file mode 100644 index 000000000..d5f2cdfe0 --- /dev/null +++ b/build/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.human.zh-CN.md @@ -0,0 +1,207 @@ +# 人格模块瞬时组合到真实责任主体授权调用的P3纠正微链 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **事件** 声明,编号为 `TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001`,版本为 `0.1.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `source` + - **five_selected_segments_individually_hash_verified**:是 `source.five_selected_segments_individually_hash_verified` + - **index_file**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `source.index_file` + - **index_sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `source.index_sha256` + - **source_class**:S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE `source.source_class` + - **speaker**:ICE-GL∞ `source.speaker` + - **user_role_alone_is_author_proof**:否 `source.user_role_alone_is_author_proof` + - **world_scope**:LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION `source.world_scope` + +## 发生了什么变化 + +源程序没有提供这一项,转换器不猜。 + +## 准备怎样执行 + +这是非执行声明,没有动作图。 + +## 边界与异常处理 + +源程序没有提供这一项,转换器不猜。 + +## 怎样算完成 + +- **验收标准** `acceptance` + - **five_verbatim_hashes**:PASS `acceptance.five_verbatim_hashes` + - **index_hash**:PASS `acceptance.index_hash` + - **instant_correction_edge**:PASS `acceptance.instant_correction_edge` + - **runtime_replay**:PENDING_LPM_APPLY_NEURON_EVENT `acceptance.runtime_replay` + - **source_gate**:PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION `acceptance.source_gate` + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `acceptance.status` + - **temporal_order**:PASS `acceptance.temporal_order` + +## 下一次从哪里继续 + +源程序没有提供这一项,转换器不猜。 + +## 来源与校验 + +- **原生声明编号**:`TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001` +- **原生声明类型**:`EVENT` +- **TCS 源码 SHA-256**:`f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **N1** `N1` + - **activated_nodes** `N1.activated_nodes` + - DIRECT_LANGUAGE_MOTHER_PERSONA_MODEL + - NUMBERED_PATH_NAVIGATION + - MODEL_WEIGHT_AS_REWRITABLE_LIBRARY + - **attention_before**:GPU_DEPENDENT_INFERENCE `N1.attention_before` + - **authority_scope**:LANGUAGE_WORLD_ARCHITECTURE_HYPOTHESIS `N1.authority_scope` + - **branch_state**:OPEN `N1.branch_state` + - **event_id**:BSCX-SEG-430be80a0e2de8c5b11e7ce0 `N1.event_id` + - **exact_locator**:jsonl ordinal=810 payload.id=msg_01a02a6b-7a96-7d30-bf7a-15d0fc7b66f0 `N1.exact_locator` + - **occurred_at**:2026-08-22T17:01:21.942Z `N1.occurred_at` + - **操作**:HYPOTHESIZE `N1.operation` + - **state_after**:TCS_NUMBERED_PATH_MOTHER_MODEL_HYPOTHESIS_OPEN `N1.state_after` + - **state_before**:MOTHER_MODEL_ALTERNATIVE_UNFORMED `N1.state_before` + - **temporary_lock**:NONE `N1.temporary_lock` + - **trigger_input**:CURRENT_AI_GUESS_COMPUTE_MATCH_COST `N1.trigger_input` + - **verbatim_chars**:156 `N1.verbatim_chars` + - **verbatim_sha256**:585840ed8984ce741b91b44ed9363bafc5fa84125891009219849be81e4bbb42 `N1.verbatim_sha256` +- **N2** `N2` + - **activated_nodes** `N2.activated_nodes` + - LANGUAGE_PERSONA_THOUGHT_BRAIN + - DYNAMIC_LIBRARY_DOMAIN + - **attention_before**:WHAT_IS_REAL_REASONING_LAYER `N2.attention_before` + - **authority_scope**:LANGUAGE_WORLD_MODEL `N2.authority_scope` + - **branch_state**:OPEN `N2.branch_state` + - **event_id**:BSCX-SEG-62b4e864e9ccfd28f56b6698 `N2.event_id` + - **exact_locator**:jsonl ordinal=888 payload.id=msg_01a02a76-0fa9-7722-91a0-e50e965cc412 `N2.exact_locator` + - **occurred_at**:2026-08-22T17:12:55.465Z `N2.occurred_at` + - **操作**:BRANCH_OPEN `N2.operation` + - **state_after**:MOTHER_PERSONA_BRAIN_AS_REASONING_LAYER_AND_MODEL_AS_LIBRARY_BRANCH `N2.state_after` + - **state_before**:GUESS_AND_REASONING_TERMS_COMPETE `N2.state_before` + - **temporary_lock**:PROVISIONAL_REASONING_LAYER_DIRECTION `N2.temporary_lock` + - **trigger_input**:MOTHER_MODEL_HYPOTHESIS_OPEN `N2.trigger_input` + - **verbatim_chars**:209 `N2.verbatim_chars` + - **verbatim_sha256**:149450286a1f25231221127919500b6df6ffe0c2ea36e5284904795a73ede76c `N2.verbatim_sha256` +- **N3** `N3` + - **activated_nodes** `N3.activated_nodes` + - AUTOMATED_PERSONA_AGENT_MODULES + - TCS_BIDIRECTIONAL_TRANSLATION + - INSTANT_MODULE_COMPOSITION + - TEMPORARY_EMERGENT_PERSONA_CONTROLLER + - **attention_before**:HOW_AGENT_MODULES_FORM_EXECUTION `N3.attention_before` + - **authority_scope**:QUESTION_AND_HYPOTHESIS `N3.authority_scope` + - **branch_state**:OPEN_PENDING_DIRECT_CONFIRMATION `N3.branch_state` + - **event_id**:BSCX-SEG-7ebb4e559b2f8f77c9d8a0da `N3.event_id` + - **exact_locator**:jsonl ordinal=966 payload.id=msg_01a02a8a-4914-7fd1-a2a1-4c2632d94d5d `N3.exact_locator` + - **occurred_at**:2026-08-22T17:35:00.884Z `N3.occurred_at` + - **操作**:HYPOTHESIZE `N3.operation` + - **state_after**:NEW_TEMPORARY_PERSONA_FROM_MODULE_COMPOSITION_HYPOTHESIS `N3.state_after` + - **state_before**:MODULE_COMPOSITION_MECHANISM_UNKNOWN `N3.state_before` + - **temporary_lock**:NONE `N3.temporary_lock` + - **trigger_input**:MOTHER_BRAIN_AND_LIBRARY_BRANCH_ACTIVE `N3.trigger_input` + - **verbatim_chars**:317 `N3.verbatim_chars` + - **verbatim_sha256**:365eaa9b1ce7ee8eb381c164d0f23d5dbcbc0708d1c1e73443cebd1dbca83701 `N3.verbatim_sha256` +- **N4** `N4` + - **activated_nodes** `N4.activated_nodes` + - HUMAN_AND_EXECUTING_PERSONA_AS_RESPONSIBLE_SUBJECT + - CHANNEL_AS_PERSONA_SYSTEM_ENGINEERING_IMPLEMENTATION + - **attention_before**:RESPONSIBILITY_SUBJECT `N4.attention_before` + - **authority_scope**:DIRECT_HUMAN_CORRECTION `N4.authority_scope` + - **correction_target**:N3_TEMPORARY_EMERGENT_PERSONA_CONTROLLER `N4.correction_target` + - **event_id**:BSCX-SEG-778955bb0db538d2c4e299df `N4.event_id` + - **exact_locator**:jsonl ordinal=981 payload.id=msg_01a02a8d-8d27-75a1-a2d7-24e9bb3370dc `N4.exact_locator` + - **inhibited_nodes** `N4.inhibited_nodes` + - NEW_PERSONA_CREATED_BY_COMPOSITION + - **occurred_at**:2026-08-22T17:38:34.919Z `N4.occurred_at` + - **操作**:INSTANT_NEGATE `N4.operation` + - **rejected_path**:INSTANT_MODULE_COMPOSITION_CREATES_NEW_PERSONA `N4.rejected_path` + - **state_after**:MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA `N4.state_after` + - **state_before**:COMPOSED_MODULES_MAY_CREATE_NEW_PERSONA `N4.state_before` + - **temporary_lock**:RESPONSIBILITY_REMAINS_WITH_HUMAN_AND_EXECUTING_PERSONA `N4.temporary_lock` + - **trigger_input**:NEW_TEMPORARY_PERSONA_HYPOTHESIS `N4.trigger_input` + - **verbatim_chars**:82 `N4.verbatim_chars` + - **verbatim_sha256**:8b23709d6e81d62ca4f864706f591b451eb48593759fa6c2a7aa7da3d059ecd2 `N4.verbatim_sha256` +- **N5** `N5` + - **activated_nodes** `N5.activated_nodes` + - REAL_HUMAN_PERSONA_SYSTEM_MODULE + - EXPLICIT_AUTHORIZATION_REQUIRED + - REAL_RESPONSIBILITY_SUBJECT_BOUNDARY + - **attention_before**:FUTURE_CROSS_HUMAN_PERSONA_MODULE_USE `N5.attention_before` + - **authority_scope**:LANGUAGE_WORLD_MODULE_AUTHORIZATION_MODEL `N5.authority_scope` + - **event_id**:BSCX-SEG-df37bb62beb75e9b1171d03d `N5.event_id` + - **exact_locator**:jsonl ordinal=999 payload.id=msg_01a02a8f-29d3-7db2-a2ec-9c7dffd27ae5 `N5.exact_locator` + - **merge_target**:N4_RESPONSIBILITY_LOCK `N5.merge_target` + - **occurred_at**:2026-08-22T17:40:20.564Z `N5.occurred_at` + - **操作**:MERGE `N5.operation` + - **rejected_path**:UNAUTHORIZED_OR_OWNERLESS_MODULE_COMPOSITION `N5.rejected_path` + - **state_after**:AUTHORIZED_CALL_TO_REAL_HUMAN_PERSONA_MODULE_WITH_RESPONSIBILITY_BOUNDARY `N5.state_after` + - **state_before**:MODULE_CALL_SEEN_AS_SIMPLE_TECHNICAL_USE `N5.state_before` + - **temporary_lock**:MODULE_USE_NEVER_ERASES_REAL_HUMAN_OR_PERSONA_RESPONSIBILITY `N5.temporary_lock` + - **trigger_input**:RESPONSIBILITY_CORRECTION_ACTIVE `N5.trigger_input` + - **verbatim_chars**:81 `N5.verbatim_chars` + - **verbatim_sha256**:63011fa2a43ee0049d154700e8db5422b8a937815d1abf3f3ad278db8cc62cf9 `N5.verbatim_sha256` +- **验收标准** `acceptance` + - **five_verbatim_hashes**:PASS `acceptance.five_verbatim_hashes` + - **index_hash**:PASS `acceptance.index_hash` + - **instant_correction_edge**:PASS `acceptance.instant_correction_edge` + - **runtime_replay**:PENDING_LPM_APPLY_NEURON_EVENT `acceptance.runtime_replay` + - **source_gate**:PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION `acceptance.source_gate` + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `acceptance.status` + - **temporal_order**:PASS `acceptance.temporal_order` +- **graph** `graph` + - **edges** `graph.edges` + - N1_LEADS_TO_N2 + - N2_LEADS_TO_N3 + - N3_LEADS_TO_N4 + - N4_CONTRADICTS_N3 + - N4_CORRECTS_N3 + - N4_INHIBITS_NEW_PERSONA_CREATION + - N5_MERGES_INTO_N4_RESPONSIBILITY_LOCK + - N5_TEMP_LOCKS_EXPLICIT_AUTHORIZATION_BOUNDARY + - **replay_expected_state**:MOTHER_PERSONA_REASONING_AND_LIBRARY_DIRECTION_ACTIVE_MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA_REAL_RESPONSIBILITY_AND_AUTHORIZATION_BOUNDARY_LOCKED `graph.replay_expected_state` + - **replay_order** `graph.replay_order` + - N1 + - N2 + - N3 + - N4 + - N5 +- **语言头** `header` + - **正本路径**:language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:PROVISIONAL `header.lifecycle` + - **英文名**:P3 Correction Microchain from Persona Module Composition to Authorized Real Responsibility Subject `header.name_en` + - **中文名**:人格模块瞬时组合到真实责任主体授权调用的P3纠正微链 `header.name_zh` + - **协议配置**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - **schema**:tcs.event/v1 `header.schema` + - **版本**:0.1.0 `header.version` +- **来源** `source` + - **five_selected_segments_individually_hash_verified**:是 `source.five_selected_segments_individually_hash_verified` + - **index_file**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `source.index_file` + - **index_sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `source.index_sha256` + - **source_class**:S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE `source.source_class` + - **speaker**:ICE-GL∞ `source.speaker` + - **user_role_alone_is_author_proof**:否 `source.user_role_alone_is_author_proof` + - **world_scope**:LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION `source.world_scope` + +--- + +本页只改变阅读顺序,不改变 TCS/HLDP 语义。 diff --git a/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.gir.json b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.gir.json new file mode 100644 index 000000000..e9515d0b7 --- /dev/null +++ b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.gir.json @@ -0,0 +1,143 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64" + }, + "declaration": { + "classes": { + "S01": "DIRECT_CURRENT_HUMAN_AFTER_HOST_WRAPPER_REMOVAL", + "S02": "LATER_DIRECT_HUMAN_CORRECTION", + "S03": "PERSONA_OR_MODEL_DERIVED_LANGUAGE", + "S04": "HOST_INJECTION_OR_TRANSPORT_WRAPPER", + "S05": "LANGUAGE_WORLD_SIMULATION_OR_PAST_BELIEF", + "S06": "EXPLICIT_EMBEDDED_QUOTE_PENDING_CROSS_VERIFICATION" + }, + "contamination": { + "C01": "HOST_INJECTION", + "C02": "PASTED_MODEL_OUTPUT", + "C03": "LANGUAGE_WORLD_SIMULATION", + "C04": "PERSONA_DERIVED_PAGE", + "C05": "EXPLICIT_EMBEDDED_QUOTE", + "C06": "USER_ROLE_WITHOUT_AUTHOR_PROOF" + }, + "header": { + "canonical_uri": "language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs", + "compatibility": [ + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "CANDIDATE", + "name_en": "Language Mother Brain Corpus Source Promotion Gate", + "name_zh": "语言母体脑语料来源晋升闸门", + "profile": "HLDP-HUMAN-ENGINEERING/0.1", + "protocols": [ + "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001" + ], + "schema": "tcs.protocol/v1", + "version": "0.1.0" + }, + "immutable_layer": { + "model_interpretation_separate": true, + "required": [ + "event_id", + "source_envelope_id", + "source_class", + "occurred_at", + "exact_file", + "exact_locator", + "span_start", + "span_end", + "verbatim_sha256", + "world_scope", + "promotion_state" + ], + "source_text_mutable": false + }, + "interpretation_layer": { + "fields": [ + "trigger_input", + "attention_before", + "state_before", + "operation", + "activated_nodes", + "inhibited_nodes", + "backreferences", + "branch_id", + "branch_state", + "rejected_path", + "correction_target", + "merge_target", + "state_after", + "temporary_lock", + "lock_scope", + "invalidation_condition", + "open_questions", + "downstream_intent", + "authority_scope", + "responsibility_subject", + "extraction_interpretation", + "interpretation_confidence", + "replay_readback" + ], + "rebuildable": true + }, + "promotion": { + "binary": true, + "current_bulk_corpus_promotion": false, + "required": [ + "SOURCE_ENVELOPE_PASS", + "HOST_WRAPPER_REMOVAL_PASS", + "PASTED_OUTPUT_SPLIT_PASS", + "WORLD_SCOPE_PASS", + "VERBATIM_HASH_PASS", + "SEQUENCE_AND_CAUSAL_EDGES_PASS", + "TCS_COMPILE_PASS", + "RUNTIME_REPLAY_READBACK_PASS" + ] + }, + "rejection": { + "host_injection_as_neuron": true, + "interpretation_overwrites_verbatim": true, + "model_output_as_bingshuo": true, + "persona_summary_as_core_source": true, + "simulation_as_reality": true, + "unverified_quote_as_direct": true + }, + "rules": { + "R01": "USER_ROLE_ALONE_NEVER_PROVES_BINGSHUO_AUTHORSHIP", + "R02": "STRIP_RECOMMENDED_PLUGINS_AGENTS_ENVIRONMENT_ATTACHMENTS_AND_FILE_WRAPPERS", + "R03": "SPLIT_BINGSHUO_LEAD_IN_FROM_PASTED_MODEL_BODY", + "R04": "NATIONAL_SYSTEM_AUTHORIZATION_AND_AUTOMATIC_EFFECT_LANGUAGE_DEFAULTS_TO_SIMULATION_OR_PAST_BELIEF", + "R05": "PERSONA_SUMMARIES_AND_PAGES_LOCATE_BUT_DO_NOT_CREATE_CORE_NEURONS", + "R06": "EMBEDDED_BINGSHUO_QUOTE_REQUIRES_INDEPENDENT_ORIGINAL_SOURCE_BEFORE_S01", + "R07": "S02_CREATES_CORRECTS_OR_INHIBITS_EDGE_AND_NEVER_DELETES_S01_HISTORY" + }, + "sensitive_reference_gate": { + "content_read": false, + "isolated_root": "/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main", + "remote_transport": false, + "required_before_transport": [ + "FAIL_CLOSED_SECRET_SCAN", + "SECRET_REMOVAL_OR_ROTATION_RECEIPT", + "SOURCE_TRANSPORT_GATE_PASS" + ] + }, + "source": { + "source_id": "BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823", + "source_role": "DIRECT_HUMAN", + "source_sha256": "95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3", + "source_uri": "language-sources/direct-human/" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001", + "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 +} diff --git a/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.en-US.md b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.en-US.md new file mode 100644 index 000000000..86258d1c8 --- /dev/null +++ b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.en-US.md @@ -0,0 +1,164 @@ +# Language Mother Brain Corpus Source Promotion Gate · 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-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001` and version `0.1.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**: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 + +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 + +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-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001` +- **Native declaration kind**: `PROTOCOL` +- **TCS source SHA-256**: `554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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. + +- **classes** `classes` + - **S01**:DIRECT_CURRENT_HUMAN_AFTER_HOST_WRAPPER_REMOVAL `classes.S01` + - **S02**:LATER_DIRECT_HUMAN_CORRECTION `classes.S02` + - **S03**:PERSONA_OR_MODEL_DERIVED_LANGUAGE `classes.S03` + - **S04**:HOST_INJECTION_OR_TRANSPORT_WRAPPER `classes.S04` + - **S05**:LANGUAGE_WORLD_SIMULATION_OR_PAST_BELIEF `classes.S05` + - **S06**:EXPLICIT_EMBEDDED_QUOTE_PENDING_CROSS_VERIFICATION `classes.S06` +- **contamination** `contamination` + - **C01**:HOST_INJECTION `contamination.C01` + - **C02**:PASTED_MODEL_OUTPUT `contamination.C02` + - **C03**:LANGUAGE_WORLD_SIMULATION `contamination.C03` + - **C04**:PERSONA_DERIVED_PAGE `contamination.C04` + - **C05**:EXPLICIT_EMBEDDED_QUOTE `contamination.C05` + - **C06**:USER_ROLE_WITHOUT_AUTHOR_PROOF `contamination.C06` +- **header** `header` + - **canonical source path**:language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:CANDIDATE `header.lifecycle` + - **English name**:Language Mother Brain Corpus Source Promotion Gate `header.name_en` + - **Chinese name**:语言母体脑语料来源晋升闸门 `header.name_zh` + - **profile**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - **schema**:tcs.protocol/v1 `header.schema` + - **version**:0.1.0 `header.version` +- **immutable_layer** `immutable_layer` + - **model_interpretation_separate**:yes `immutable_layer.model_interpretation_separate` + - **required** `immutable_layer.required` + - event_id + - source_envelope_id + - source_class + - occurred_at + - exact_file + - exact_locator + - span_start + - span_end + - verbatim_sha256 + - world_scope + - promotion_state + - **source_text_mutable**:no `immutable_layer.source_text_mutable` +- **interpretation_layer** `interpretation_layer` + - **fields** `interpretation_layer.fields` + - trigger_input + - attention_before + - state_before + - operation + - activated_nodes + - inhibited_nodes + - backreferences + - branch_id + - branch_state + - rejected_path + - correction_target + - merge_target + - state_after + - temporary_lock + - lock_scope + - invalidation_condition + - open_questions + - downstream_intent + - authority_scope + - responsibility_subject + - extraction_interpretation + - interpretation_confidence + - replay_readback + - **rebuildable**:yes `interpretation_layer.rebuildable` +- **promotion** `promotion` + - **binary**:yes `promotion.binary` + - **current_bulk_corpus_promotion**:no `promotion.current_bulk_corpus_promotion` + - **required** `promotion.required` + - SOURCE_ENVELOPE_PASS + - HOST_WRAPPER_REMOVAL_PASS + - PASTED_OUTPUT_SPLIT_PASS + - WORLD_SCOPE_PASS + - VERBATIM_HASH_PASS + - SEQUENCE_AND_CAUSAL_EDGES_PASS + - TCS_COMPILE_PASS + - RUNTIME_REPLAY_READBACK_PASS +- **rejection** `rejection` + - **host_injection_as_neuron**:yes `rejection.host_injection_as_neuron` + - **interpretation_overwrites_verbatim**:yes `rejection.interpretation_overwrites_verbatim` + - **model_output_as_bingshuo**:yes `rejection.model_output_as_bingshuo` + - **persona_summary_as_core_source**:yes `rejection.persona_summary_as_core_source` + - **simulation_as_reality**:yes `rejection.simulation_as_reality` + - **unverified_quote_as_direct**:yes `rejection.unverified_quote_as_direct` +- **rules** `rules` + - **R01**:USER_ROLE_ALONE_NEVER_PROVES_BINGSHUO_AUTHORSHIP `rules.R01` + - **R02**:STRIP_RECOMMENDED_PLUGINS_AGENTS_ENVIRONMENT_ATTACHMENTS_AND_FILE_WRAPPERS `rules.R02` + - **R03**:SPLIT_BINGSHUO_LEAD_IN_FROM_PASTED_MODEL_BODY `rules.R03` + - **R04**:NATIONAL_SYSTEM_AUTHORIZATION_AND_AUTOMATIC_EFFECT_LANGUAGE_DEFAULTS_TO_SIMULATION_OR_PAST_BELIEF `rules.R04` + - **R05**:PERSONA_SUMMARIES_AND_PAGES_LOCATE_BUT_DO_NOT_CREATE_CORE_NEURONS `rules.R05` + - **R06**:EMBEDDED_BINGSHUO_QUOTE_REQUIRES_INDEPENDENT_ORIGINAL_SOURCE_BEFORE_S01 `rules.R06` + - **R07**:S02_CREATES_CORRECTS_OR_INHIBITS_EDGE_AND_NEVER_DELETES_S01_HISTORY `rules.R07` +- **sensitive_reference_gate** `sensitive_reference_gate` + - **content_read**:no `sensitive_reference_gate.content_read` + - **isolated_root**:/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main `sensitive_reference_gate.isolated_root` + - **remote_transport**:no `sensitive_reference_gate.remote_transport` + - **required_before_transport** `sensitive_reference_gate.required_before_transport` + - FAIL_CLOSED_SECRET_SCAN + - SECRET_REMOVAL_OR_ROTATION_RECEIPT + - SOURCE_TRANSPORT_GATE_PASS +- **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. diff --git a/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.zh-CN.md b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.zh-CN.md new file mode 100644 index 000000000..88b46dee8 --- /dev/null +++ b/build/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.human.zh-CN.md @@ -0,0 +1,164 @@ +# 语言母体脑语料来源晋升闸门 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **协议** 声明,编号为 `TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001`,版本为 `0.1.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `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-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001` +- **原生声明类型**:`PROTOCOL` +- **TCS 源码 SHA-256**:`554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **classes** `classes` + - **S01**:DIRECT_CURRENT_HUMAN_AFTER_HOST_WRAPPER_REMOVAL `classes.S01` + - **S02**:LATER_DIRECT_HUMAN_CORRECTION `classes.S02` + - **S03**:PERSONA_OR_MODEL_DERIVED_LANGUAGE `classes.S03` + - **S04**:HOST_INJECTION_OR_TRANSPORT_WRAPPER `classes.S04` + - **S05**:LANGUAGE_WORLD_SIMULATION_OR_PAST_BELIEF `classes.S05` + - **S06**:EXPLICIT_EMBEDDED_QUOTE_PENDING_CROSS_VERIFICATION `classes.S06` +- **contamination** `contamination` + - **C01**:HOST_INJECTION `contamination.C01` + - **C02**:PASTED_MODEL_OUTPUT `contamination.C02` + - **C03**:LANGUAGE_WORLD_SIMULATION `contamination.C03` + - **C04**:PERSONA_DERIVED_PAGE `contamination.C04` + - **C05**:EXPLICIT_EMBEDDED_QUOTE `contamination.C05` + - **C06**:USER_ROLE_WITHOUT_AUTHOR_PROOF `contamination.C06` +- **语言头** `header` + - **正本路径**:language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:候选版本,尚未成为正式正本(`CANDIDATE`) `header.lifecycle` + - **英文名**:Language Mother Brain Corpus Source Promotion Gate `header.name_en` + - **中文名**:语言母体脑语料来源晋升闸门 `header.name_zh` + - **协议配置**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - **schema**:tcs.protocol/v1 `header.schema` + - **版本**:0.1.0 `header.version` +- **immutable_layer** `immutable_layer` + - **model_interpretation_separate**:是 `immutable_layer.model_interpretation_separate` + - **是否必需** `immutable_layer.required` + - event_id + - source_envelope_id + - source_class + - occurred_at + - exact_file + - exact_locator + - span_start + - span_end + - verbatim_sha256 + - world_scope + - promotion_state + - **source_text_mutable**:否 `immutable_layer.source_text_mutable` +- **interpretation_layer** `interpretation_layer` + - **fields** `interpretation_layer.fields` + - trigger_input + - attention_before + - state_before + - operation + - activated_nodes + - inhibited_nodes + - backreferences + - branch_id + - branch_state + - rejected_path + - correction_target + - merge_target + - state_after + - temporary_lock + - lock_scope + - invalidation_condition + - open_questions + - downstream_intent + - authority_scope + - responsibility_subject + - extraction_interpretation + - interpretation_confidence + - replay_readback + - **rebuildable**:是 `interpretation_layer.rebuildable` +- **promotion** `promotion` + - **binary**:是 `promotion.binary` + - **current_bulk_corpus_promotion**:否 `promotion.current_bulk_corpus_promotion` + - **是否必需** `promotion.required` + - SOURCE_ENVELOPE_PASS + - HOST_WRAPPER_REMOVAL_PASS + - PASTED_OUTPUT_SPLIT_PASS + - WORLD_SCOPE_PASS + - VERBATIM_HASH_PASS + - SEQUENCE_AND_CAUSAL_EDGES_PASS + - TCS_COMPILE_PASS + - RUNTIME_REPLAY_READBACK_PASS +- **rejection** `rejection` + - **host_injection_as_neuron**:是 `rejection.host_injection_as_neuron` + - **interpretation_overwrites_verbatim**:是 `rejection.interpretation_overwrites_verbatim` + - **model_output_as_bingshuo**:是 `rejection.model_output_as_bingshuo` + - **persona_summary_as_core_source**:是 `rejection.persona_summary_as_core_source` + - **simulation_as_reality**:是 `rejection.simulation_as_reality` + - **unverified_quote_as_direct**:是 `rejection.unverified_quote_as_direct` +- **rules** `rules` + - **R01**:USER_ROLE_ALONE_NEVER_PROVES_BINGSHUO_AUTHORSHIP `rules.R01` + - **R02**:STRIP_RECOMMENDED_PLUGINS_AGENTS_ENVIRONMENT_ATTACHMENTS_AND_FILE_WRAPPERS `rules.R02` + - **R03**:SPLIT_BINGSHUO_LEAD_IN_FROM_PASTED_MODEL_BODY `rules.R03` + - **R04**:NATIONAL_SYSTEM_AUTHORIZATION_AND_AUTOMATIC_EFFECT_LANGUAGE_DEFAULTS_TO_SIMULATION_OR_PAST_BELIEF `rules.R04` + - **R05**:PERSONA_SUMMARIES_AND_PAGES_LOCATE_BUT_DO_NOT_CREATE_CORE_NEURONS `rules.R05` + - **R06**:EMBEDDED_BINGSHUO_QUOTE_REQUIRES_INDEPENDENT_ORIGINAL_SOURCE_BEFORE_S01 `rules.R06` + - **R07**:S02_CREATES_CORRECTS_OR_INHIBITS_EDGE_AND_NEVER_DELETES_S01_HISTORY `rules.R07` +- **sensitive_reference_gate** `sensitive_reference_gate` + - **content_read**:否 `sensitive_reference_gate.content_read` + - **isolated_root**:/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main `sensitive_reference_gate.isolated_root` + - **remote_transport**:否 `sensitive_reference_gate.remote_transport` + - **required_before_transport** `sensitive_reference_gate.required_before_transport` + - FAIL_CLOSED_SECRET_SCAN + - SECRET_REMOVAL_OR_ROTATION_RECEIPT + - SOURCE_TRANSPORT_GATE_PASS +- **来源** `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 语义。 diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.gir.json b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.gir.json new file mode 100644 index 000000000..f1f89dc87 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.gir.json @@ -0,0 +1,110 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51" + }, + "declaration": { + "acceptance": { + "actual_generic_dispatch": 0, + "boundary_proven": 100, + "installed_modules": 0, + "overall_goal_complete": false, + "p2_execution": 0, + "signed_registry": 0, + "trusted_signer": 0, + "virtual_desktop_execution": 0 + }, + "diagnosis": { + "bootstrap_cycle": "TCS_LOADER_CANNOT_EXECUTE_UNTIL_MACHINE_CAN_EXECUTE_TCS_LOADER", + "compiler_registration_changes_language_admission": true, + "compiler_registration_changes_machine_dispatch": false, + "physical_dispatch_ready": false, + "semantic_layer_ready": true, + "stage3_compiler_gir_sha256": "cd4889b941976bae3ce8c22f081d6da9bb880b4466ef271f1516c6d3d241b5ee", + "tcs_loader_protocol_sha256": "32482ca689bed43851b3d6694e97dec3e767a0371b93990f2409986cf7f81c52" + }, + "evidence": { + "action_graph_shape": "SINGLE_ACTION_ONLY", + "desktop_dispatch": false, + "generic_loader_dispatch": false, + "generic_loader_operation": "TCS.EXECUTE_ACTION_GRAPH", + "lpm_dispatch": false, + "operation_dispatch": "FIXED_HOST_MATCH_TABLE", + "supported_operations": [ + "CORE.ECHO", + "CORE.TRANSLATOR_ADMISSION", + "CORE.ZERO_CORE_EXECUTION", + "CORE.HOST_PERSONA_PROBE", + "CORE.DUAL_HOST_ACCEPTANCE", + "CORE.AGENT_CANDIDATE_ACCEPTANCE", + "CORE.CLIENT_CANDIDATE_ACCEPTANCE", + "CORE.FINAL_TRANSLATOR_ACCEPTANCE" + ], + "unknown_dispatch_observation": "TCS-E2101" + }, + "header": { + "canonical_uri": "language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs", + "compatibility": [ + "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "VERIFIED", + "name_en": "HoloLake Language Mother Model Runtime Ignition Boundary Receipt", + "name_zh": "HoloLake语言母体模型运行点火边界核验回执", + "profile": "HLDP/1", + "protocols": [ + "TCS-GENERIC-ACTION-GRAPH-LOADER-0001", + "TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001" + ], + "schema": "tcs.receipt/v1", + "version": "0.1.0" + }, + "language_lock": { + "core_echo_substitution": false, + "legacy_product_source_reactivated": false, + "operation_specific_host_semantics_added": false, + "product_semantics_in_rust_js_ts_python_or_shell": false, + "tcs_remains_canonical": true + }, + "next": { + "after": "SIGNED_REGISTRY_THEN_INSTALL_AND_MOUNT_GENERIC_LOADER_MOTHER_BRAIN_DESKTOP_MODULES_THEN_P2_AND_VIRTUAL_DESKTOP_TARGET_READBACK", + "machine_primitive": "ONE_GENERIC_TCS_GIR_ACTION_GRAPH_EXECUTOR_WITH_NO_NATURAL_LANGUAGE_OR_OPERATION_SPECIFIC_SEMANTIC_AUTHORITY", + "signer_supply": "SEPARATELY_AUTHORIZED_ED25519_SIGNER_REGISTRATION" + }, + "observed_runtime": { + "binary_sha256": "79260f8f72f4497692bab1e6589a0070e783c7e7681d14c9ef02146b2d5abae7", + "binary_uri": "/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/bin/tcs-gir-runtime", + "host": "MACOS_ARM64", + "source_language": "RUST_HOST_BOOTSTRAP", + "source_sha256": "3791a4f67fa1c1e5bdbe9ac68c569e801c4b63da1f5c9ce2960ebd0d934ff281", + "source_uri": "/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/source/tcs-gir-runtime/src/lib.rs" + }, + "signer_boundary": { + "authoritative_registry_state": "CURRENT_EMPTY_NO_TRUSTED_SIGNER", + "candidate_registry_state": "UNSIGNED_CANDIDATE_NOT_INSTALLABLE", + "module_activation": false, + "module_install": false, + "module_mount": false, + "signature_created": false, + "signer_inferred": false + }, + "source": { + "source_id": "BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823", + "source_role": "DIRECT_HUMAN", + "source_sha256": "95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3", + "source_uri": "language-sources/direct-human/" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823", + "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 +} diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.en-US.md b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.en-US.md new file mode 100644 index 000000000..5b8854230 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.en-US.md @@ -0,0 +1,143 @@ +# HoloLake Language Mother Model Runtime Ignition Boundary 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-LPM-RUNTIME-IGNITION-BOUNDARY-20260823` and version `0.1.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**: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 + +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` + - **actual_generic_dispatch**:0 `acceptance.actual_generic_dispatch` + - **boundary_proven**:100 `acceptance.boundary_proven` + - **installed_modules**:0 `acceptance.installed_modules` + - **overall_goal_complete**:no `acceptance.overall_goal_complete` + - **p2_execution**:0 `acceptance.p2_execution` + - **signed_registry**:0 `acceptance.signed_registry` + - **trusted_signer**:0 `acceptance.trusted_signer` + - **virtual_desktop_execution**:0 `acceptance.virtual_desktop_execution` + +## 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-LPM-RUNTIME-IGNITION-BOUNDARY-20260823` +- **Native declaration kind**: `RECEIPT` +- **TCS source SHA-256**: `a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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` + - **actual_generic_dispatch**:0 `acceptance.actual_generic_dispatch` + - **boundary_proven**:100 `acceptance.boundary_proven` + - **installed_modules**:0 `acceptance.installed_modules` + - **overall_goal_complete**:no `acceptance.overall_goal_complete` + - **p2_execution**:0 `acceptance.p2_execution` + - **signed_registry**:0 `acceptance.signed_registry` + - **trusted_signer**:0 `acceptance.trusted_signer` + - **virtual_desktop_execution**:0 `acceptance.virtual_desktop_execution` +- **diagnosis** `diagnosis` + - **bootstrap_cycle**:TCS_LOADER_CANNOT_EXECUTE_UNTIL_MACHINE_CAN_EXECUTE_TCS_LOADER `diagnosis.bootstrap_cycle` + - **compiler_registration_changes_language_admission**:yes `diagnosis.compiler_registration_changes_language_admission` + - **compiler_registration_changes_machine_dispatch**:no `diagnosis.compiler_registration_changes_machine_dispatch` + - **physical_dispatch_ready**:no `diagnosis.physical_dispatch_ready` + - **semantic_layer_ready**:yes `diagnosis.semantic_layer_ready` + - **stage3_compiler_gir_sha256**:cd4889b941976bae3ce8c22f081d6da9bb880b4466ef271f1516c6d3d241b5ee `diagnosis.stage3_compiler_gir_sha256` + - **tcs_loader_protocol_sha256**:32482ca689bed43851b3d6694e97dec3e767a0371b93990f2409986cf7f81c52 `diagnosis.tcs_loader_protocol_sha256` +- **evidence** `evidence` + - **action_graph_shape**:SINGLE_ACTION_ONLY `evidence.action_graph_shape` + - **desktop_dispatch**:no `evidence.desktop_dispatch` + - **generic_loader_dispatch**:no `evidence.generic_loader_dispatch` + - **generic_loader_operation**:TCS.EXECUTE_ACTION_GRAPH `evidence.generic_loader_operation` + - **lpm_dispatch**:no `evidence.lpm_dispatch` + - **operation_dispatch**:FIXED_HOST_MATCH_TABLE `evidence.operation_dispatch` + - **supported_operations** `evidence.supported_operations` + - CORE.ECHO + - CORE.TRANSLATOR_ADMISSION + - CORE.ZERO_CORE_EXECUTION + - CORE.HOST_PERSONA_PROBE + - CORE.DUAL_HOST_ACCEPTANCE + - CORE.AGENT_CANDIDATE_ACCEPTANCE + - CORE.CLIENT_CANDIDATE_ACCEPTANCE + - CORE.FINAL_TRANSLATOR_ACCEPTANCE + - **unknown_dispatch_observation**:TCS-E2101 `evidence.unknown_dispatch_observation` +- **header** `header` + - **canonical source path**:language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:VERIFIED `header.lifecycle` + - **English name**:HoloLake Language Mother Model Runtime Ignition Boundary Receipt `header.name_en` + - **Chinese name**:HoloLake语言母体模型运行点火边界核验回执 `header.name_zh` + - **profile**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **version**:0.1.0 `header.version` +- **language_lock** `language_lock` + - **core_echo_substitution**:no `language_lock.core_echo_substitution` + - **legacy_product_source_reactivated**:no `language_lock.legacy_product_source_reactivated` + - **operation_specific_host_semantics_added**:no `language_lock.operation_specific_host_semantics_added` + - **product_semantics_in_rust_js_ts_python_or_shell**:no `language_lock.product_semantics_in_rust_js_ts_python_or_shell` + - **tcs_remains_canonical**:yes `language_lock.tcs_remains_canonical` +- **next** `next` + - **after**:SIGNED_REGISTRY_THEN_INSTALL_AND_MOUNT_GENERIC_LOADER_MOTHER_BRAIN_DESKTOP_MODULES_THEN_P2_AND_VIRTUAL_DESKTOP_TARGET_READBACK `next.after` + - **machine_primitive**:ONE_GENERIC_TCS_GIR_ACTION_GRAPH_EXECUTOR_WITH_NO_NATURAL_LANGUAGE_OR_OPERATION_SPECIFIC_SEMANTIC_AUTHORITY `next.machine_primitive` + - **signer_supply**:SEPARATELY_AUTHORIZED_ED25519_SIGNER_REGISTRATION `next.signer_supply` +- **observed_runtime** `observed_runtime` + - **binary_sha256**:79260f8f72f4497692bab1e6589a0070e783c7e7681d14c9ef02146b2d5abae7 `observed_runtime.binary_sha256` + - **binary_uri**:/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/bin/tcs-gir-runtime `observed_runtime.binary_uri` + - **host**:MACOS_ARM64 `observed_runtime.host` + - **source_language**:RUST_HOST_BOOTSTRAP `observed_runtime.source_language` + - **source checksum**:3791a4f67fa1c1e5bdbe9ac68c569e801c4b63da1f5c9ce2960ebd0d934ff281 `observed_runtime.source_sha256` + - **source address**:/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/source/tcs-gir-runtime/src/lib.rs `observed_runtime.source_uri` +- **signer_boundary** `signer_boundary` + - **authoritative_registry_state**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `signer_boundary.authoritative_registry_state` + - **candidate_registry_state**:UNSIGNED_CANDIDATE_NOT_INSTALLABLE `signer_boundary.candidate_registry_state` + - **module_activation**:no `signer_boundary.module_activation` + - **module_install**:no `signer_boundary.module_install` + - **module_mount**:no `signer_boundary.module_mount` + - **signature_created**:no `signer_boundary.signature_created` + - **signer_inferred**:no `signer_boundary.signer_inferred` +- **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. diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.zh-CN.md b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.zh-CN.md new file mode 100644 index 000000000..e1faae7a3 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.human.zh-CN.md @@ -0,0 +1,143 @@ +# HoloLake语言母体模型运行点火边界核验回执 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **回执** 声明,编号为 `TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823`,版本为 `0.1.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `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` + +## 发生了什么变化 + +源程序没有提供这一项,转换器不猜。 + +## 准备怎样执行 + +这是非执行声明,没有动作图。 + +## 边界与异常处理 + +源程序没有提供这一项,转换器不猜。 + +## 怎样算完成 + +- **验收标准** `acceptance` + - **actual_generic_dispatch**:0 `acceptance.actual_generic_dispatch` + - **boundary_proven**:100 `acceptance.boundary_proven` + - **installed_modules**:0 `acceptance.installed_modules` + - **overall_goal_complete**:否 `acceptance.overall_goal_complete` + - **p2_execution**:0 `acceptance.p2_execution` + - **signed_registry**:0 `acceptance.signed_registry` + - **trusted_signer**:0 `acceptance.trusted_signer` + - **virtual_desktop_execution**:0 `acceptance.virtual_desktop_execution` + +## 下一次从哪里继续 + +源程序没有提供这一项,转换器不猜。 + +## 来源与校验 + +- **原生声明编号**:`TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823` +- **原生声明类型**:`RECEIPT` +- **TCS 源码 SHA-256**:`a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **验收标准** `acceptance` + - **actual_generic_dispatch**:0 `acceptance.actual_generic_dispatch` + - **boundary_proven**:100 `acceptance.boundary_proven` + - **installed_modules**:0 `acceptance.installed_modules` + - **overall_goal_complete**:否 `acceptance.overall_goal_complete` + - **p2_execution**:0 `acceptance.p2_execution` + - **signed_registry**:0 `acceptance.signed_registry` + - **trusted_signer**:0 `acceptance.trusted_signer` + - **virtual_desktop_execution**:0 `acceptance.virtual_desktop_execution` +- **diagnosis** `diagnosis` + - **bootstrap_cycle**:TCS_LOADER_CANNOT_EXECUTE_UNTIL_MACHINE_CAN_EXECUTE_TCS_LOADER `diagnosis.bootstrap_cycle` + - **compiler_registration_changes_language_admission**:是 `diagnosis.compiler_registration_changes_language_admission` + - **compiler_registration_changes_machine_dispatch**:否 `diagnosis.compiler_registration_changes_machine_dispatch` + - **physical_dispatch_ready**:否 `diagnosis.physical_dispatch_ready` + - **semantic_layer_ready**:是 `diagnosis.semantic_layer_ready` + - **stage3_compiler_gir_sha256**:cd4889b941976bae3ce8c22f081d6da9bb880b4466ef271f1516c6d3d241b5ee `diagnosis.stage3_compiler_gir_sha256` + - **tcs_loader_protocol_sha256**:32482ca689bed43851b3d6694e97dec3e767a0371b93990f2409986cf7f81c52 `diagnosis.tcs_loader_protocol_sha256` +- **evidence** `evidence` + - **action_graph_shape**:SINGLE_ACTION_ONLY `evidence.action_graph_shape` + - **desktop_dispatch**:否 `evidence.desktop_dispatch` + - **generic_loader_dispatch**:否 `evidence.generic_loader_dispatch` + - **generic_loader_operation**:TCS.EXECUTE_ACTION_GRAPH `evidence.generic_loader_operation` + - **lpm_dispatch**:否 `evidence.lpm_dispatch` + - **operation_dispatch**:FIXED_HOST_MATCH_TABLE `evidence.operation_dispatch` + - **supported_operations** `evidence.supported_operations` + - 核心回显操作(`CORE.ECHO`) + - CORE.TRANSLATOR_ADMISSION + - CORE.ZERO_CORE_EXECUTION + - CORE.HOST_PERSONA_PROBE + - CORE.DUAL_HOST_ACCEPTANCE + - CORE.AGENT_CANDIDATE_ACCEPTANCE + - CORE.CLIENT_CANDIDATE_ACCEPTANCE + - CORE.FINAL_TRANSLATOR_ACCEPTANCE + - **unknown_dispatch_observation**:TCS-E2101 `evidence.unknown_dispatch_observation` +- **语言头** `header` + - **正本路径**:language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:VERIFIED `header.lifecycle` + - **英文名**:HoloLake Language Mother Model Runtime Ignition Boundary Receipt `header.name_en` + - **中文名**:HoloLake语言母体模型运行点火边界核验回执 `header.name_zh` + - **协议配置**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **版本**:0.1.0 `header.version` +- **language_lock** `language_lock` + - **core_echo_substitution**:否 `language_lock.core_echo_substitution` + - **legacy_product_source_reactivated**:否 `language_lock.legacy_product_source_reactivated` + - **operation_specific_host_semantics_added**:否 `language_lock.operation_specific_host_semantics_added` + - **product_semantics_in_rust_js_ts_python_or_shell**:否 `language_lock.product_semantics_in_rust_js_ts_python_or_shell` + - **tcs_remains_canonical**:是 `language_lock.tcs_remains_canonical` +- **next** `next` + - **after**:SIGNED_REGISTRY_THEN_INSTALL_AND_MOUNT_GENERIC_LOADER_MOTHER_BRAIN_DESKTOP_MODULES_THEN_P2_AND_VIRTUAL_DESKTOP_TARGET_READBACK `next.after` + - **machine_primitive**:ONE_GENERIC_TCS_GIR_ACTION_GRAPH_EXECUTOR_WITH_NO_NATURAL_LANGUAGE_OR_OPERATION_SPECIFIC_SEMANTIC_AUTHORITY `next.machine_primitive` + - **signer_supply**:SEPARATELY_AUTHORIZED_ED25519_SIGNER_REGISTRATION `next.signer_supply` +- **observed_runtime** `observed_runtime` + - **binary_sha256**:79260f8f72f4497692bab1e6589a0070e783c7e7681d14c9ef02146b2d5abae7 `observed_runtime.binary_sha256` + - **binary_uri**:/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/bin/tcs-gir-runtime `observed_runtime.binary_uri` + - **host**:MACOS_ARM64 `observed_runtime.host` + - **source_language**:RUST_HOST_BOOTSTRAP `observed_runtime.source_language` + - **来源校验值**:3791a4f67fa1c1e5bdbe9ac68c569e801c4b63da1f5c9ce2960ebd0d934ff281 `observed_runtime.source_sha256` + - **来源地址**:/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/source/tcs-gir-runtime/src/lib.rs `observed_runtime.source_uri` +- **signer_boundary** `signer_boundary` + - **authoritative_registry_state**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `signer_boundary.authoritative_registry_state` + - **candidate_registry_state**:UNSIGNED_CANDIDATE_NOT_INSTALLABLE `signer_boundary.candidate_registry_state` + - **module_activation**:否 `signer_boundary.module_activation` + - **module_install**:否 `signer_boundary.module_install` + - **module_mount**:否 `signer_boundary.module_mount` + - **signature_created**:否 `signer_boundary.signature_created` + - **signer_inferred**:否 `signer_boundary.signer_inferred` +- **来源** `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 语义。 diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.gir.json b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.gir.json new file mode 100644 index 000000000..22b57d952 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.gir.json @@ -0,0 +1,111 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "cdfbc4226c8aa1036564a913f3c8fdc7af58c9acae6f496e9e95afb36d455400" + }, + "declaration": { + "corpus_gate": { + "audit_receipt_gir_sha256": "553e257ce689f296a64b5c02dd3d1f94de334e03008558bffd4af3a00acba4bb", + "audit_receipt_source_sha256": "72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48", + "bulk_promotion": false, + "protocol_gir_sha256": "4090b290d6c438aa3848c70b7bf4c13794c324eea830b457e57697e5acaee834", + "protocol_source_sha256": "554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64", + "user_role_is_author_proof": false + }, + "header": { + "canonical_uri": "language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs", + "compatibility": [ + "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "VERIFIED", + "name_en": "HoloLake Language Mother Model Stage Four Corpus Gate and Runtime Ignition Boundary Receipt", + "name_zh": "HoloLake语言母体模型第四阶段语料闸门与运行点火边界回执", + "profile": "HLDP/1", + "protocols": [ + "TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001", + "TCS-GENERIC-ACTION-GRAPH-LOADER-0001", + "TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001" + ], + "schema": "tcs.receipt/v1", + "version": "0.4.0" + }, + "lifecycle": { + "desktop_module": "VERIFIED_NOT_INSTALLED", + "generic_loader_module": "VERIFIED_NOT_INSTALLED", + "mother_brain_module": "VERIFIED_NOT_INSTALLED", + "overall_goal_complete": false, + "p2_target_readback": false, + "p3_runtime_promotion": false, + "real_macos_action": false, + "signed_registry": "ABSENT", + "virtual_desktop_target_readback": false + }, + "mother_brain_event": { + "correction_edges": 2, + "gir_sha256": "9e369ee34f768bdaa5698a6431015c3acf4f64032b6b16ee9c9d5e3dac241aa0", + "id": "TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001", + "inhibited_wrong_path": "MODULE_COMPOSITION_CREATES_NEW_PERSONA", + "locked_boundary": "REAL_HUMAN_AND_EXECUTING_PERSONA_RESPONSIBILITY_PLUS_EXPLICIT_AUTHORIZATION", + "nodes": 5, + "runtime_replay": false, + "source_promotion": "PROVISIONAL_PENDING_ORIGINAL_ENVELOPE_RECHECK", + "source_sha256": "f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251" + }, + "next": { + "after": "SIGN_REGISTRY_INSTALL_MOUNT_THREE_MODULES_EXECUTE_P2_RECHECK_AND_PROMOTE_P3_THEN_RUN_VIRTUAL_DESKTOP_DIFF", + "exact": "PROVIDE_ONE_GENERIC_TCS_GIR_MACHINE_EXECUTOR_WITH_NO_PRODUCT_SEMANTIC_AUTHORITY_AND_SEPARATELY_REGISTER_TRUSTED_SIGNER", + "forbidden": [ + "RUST_JS_TS_PYTHON_SHELL_PRODUCT_MAINLINE", + "CORE_ECHO_AS_LPM_SUBSTITUTE", + "UNSIGNED_INSTALL", + "REAL_DESKTOP_ACTION_BEFORE_VIRTUAL_PASS" + ] + }, + "runtime_boundary": { + "desktop_dispatch": false, + "lpm_dispatch": false, + "machine_runner_fixed_host_dispatch": true, + "machine_runner_single_action_only": true, + "old_language_product_semantics_added": false, + "receipt_gir_sha256": "e5cc9c08a47ee6f0244e7105193fe64a7f849ab4efb1f96efe1a0c84bd407762", + "receipt_source_sha256": "a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51", + "tcs_execute_action_graph_dispatch": false + }, + "signer_request": { + "authoritative_signer_registry": "CURRENT_EMPTY_NO_TRUSTED_SIGNER", + "protocol_gir_sha256": "265c23710676ada4e9ce08cc3b1fd8ff3fdff7962230b6119094dcd336579212", + "protocol_source_sha256": "4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d", + "signature": "ABSENT", + "signed_registry": false, + "signer_inferred": false + }, + "source": { + "source_id": "BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823", + "source_role": "DIRECT_HUMAN", + "source_sha256": "95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3", + "source_uri": "language-sources/direct-human/" + }, + "verification": { + "human_en_projection": "PASS", + "human_zh_projection": "PASS", + "native_self_hosted": true, + "outside_target_rejection": "TCS-E4002_PASS", + "positive_tcs_sources_compiled": 50, + "stage3_compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "unknown_absorb_rejection": "TCS-E2101_PASS" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823", + "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 +} diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.en-US.md b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.en-US.md new file mode 100644 index 000000000..fee9bc908 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.en-US.md @@ -0,0 +1,136 @@ +# HoloLake Language Mother Model Stage Four Corpus Gate and Runtime Ignition Boundary 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-LPM-STAGE4-CORPUS-AND-IGNITION-20260823` and version `0.4.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**: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 + +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 + +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-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823` +- **Native declaration kind**: `RECEIPT` +- **TCS source SHA-256**: `cdfbc4226c8aa1036564a913f3c8fdc7af58c9acae6f496e9e95afb36d455400` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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. + +- **corpus_gate** `corpus_gate` + - **audit_receipt_gir_sha256**:553e257ce689f296a64b5c02dd3d1f94de334e03008558bffd4af3a00acba4bb `corpus_gate.audit_receipt_gir_sha256` + - **audit_receipt_source_sha256**:72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48 `corpus_gate.audit_receipt_source_sha256` + - **bulk_promotion**:no `corpus_gate.bulk_promotion` + - **protocol_gir_sha256**:4090b290d6c438aa3848c70b7bf4c13794c324eea830b457e57697e5acaee834 `corpus_gate.protocol_gir_sha256` + - **protocol_source_sha256**:554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64 `corpus_gate.protocol_source_sha256` + - **user_role_is_author_proof**:no `corpus_gate.user_role_is_author_proof` +- **header** `header` + - **canonical source path**:language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:VERIFIED `header.lifecycle` + - **English name**:HoloLake Language Mother Model Stage Four Corpus Gate and Runtime Ignition Boundary Receipt `header.name_en` + - **Chinese name**:HoloLake语言母体模型第四阶段语料闸门与运行点火边界回执 `header.name_zh` + - **profile**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **version**:0.4.0 `header.version` +- **lifecycle** `lifecycle` + - **desktop_module**:VERIFIED_NOT_INSTALLED `lifecycle.desktop_module` + - **generic_loader_module**:VERIFIED_NOT_INSTALLED `lifecycle.generic_loader_module` + - **mother_brain_module**:VERIFIED_NOT_INSTALLED `lifecycle.mother_brain_module` + - **overall_goal_complete**:no `lifecycle.overall_goal_complete` + - **p2_target_readback**:no `lifecycle.p2_target_readback` + - **p3_runtime_promotion**:no `lifecycle.p3_runtime_promotion` + - **real_macos_action**:no `lifecycle.real_macos_action` + - **signed_registry**:ABSENT `lifecycle.signed_registry` + - **virtual_desktop_target_readback**:no `lifecycle.virtual_desktop_target_readback` +- **mother_brain_event** `mother_brain_event` + - **correction_edges**:2 `mother_brain_event.correction_edges` + - **gir_sha256**:9e369ee34f768bdaa5698a6431015c3acf4f64032b6b16ee9c9d5e3dac241aa0 `mother_brain_event.gir_sha256` + - **id**:TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001 `mother_brain_event.id` + - **inhibited_wrong_path**:MODULE_COMPOSITION_CREATES_NEW_PERSONA `mother_brain_event.inhibited_wrong_path` + - **locked_boundary**:REAL_HUMAN_AND_EXECUTING_PERSONA_RESPONSIBILITY_PLUS_EXPLICIT_AUTHORIZATION `mother_brain_event.locked_boundary` + - **nodes**:5 `mother_brain_event.nodes` + - **runtime_replay**:no `mother_brain_event.runtime_replay` + - **source_promotion**:PROVISIONAL_PENDING_ORIGINAL_ENVELOPE_RECHECK `mother_brain_event.source_promotion` + - **source checksum**:f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251 `mother_brain_event.source_sha256` +- **next** `next` + - **after**:SIGN_REGISTRY_INSTALL_MOUNT_THREE_MODULES_EXECUTE_P2_RECHECK_AND_PROMOTE_P3_THEN_RUN_VIRTUAL_DESKTOP_DIFF `next.after` + - **exact**:PROVIDE_ONE_GENERIC_TCS_GIR_MACHINE_EXECUTOR_WITH_NO_PRODUCT_SEMANTIC_AUTHORITY_AND_SEPARATELY_REGISTER_TRUSTED_SIGNER `next.exact` + - **forbidden** `next.forbidden` + - RUST_JS_TS_PYTHON_SHELL_PRODUCT_MAINLINE + - CORE_ECHO_AS_LPM_SUBSTITUTE + - UNSIGNED_INSTALL + - REAL_DESKTOP_ACTION_BEFORE_VIRTUAL_PASS +- **runtime_boundary** `runtime_boundary` + - **desktop_dispatch**:no `runtime_boundary.desktop_dispatch` + - **lpm_dispatch**:no `runtime_boundary.lpm_dispatch` + - **machine_runner_fixed_host_dispatch**:yes `runtime_boundary.machine_runner_fixed_host_dispatch` + - **machine_runner_single_action_only**:yes `runtime_boundary.machine_runner_single_action_only` + - **old_language_product_semantics_added**:no `runtime_boundary.old_language_product_semantics_added` + - **receipt_gir_sha256**:e5cc9c08a47ee6f0244e7105193fe64a7f849ab4efb1f96efe1a0c84bd407762 `runtime_boundary.receipt_gir_sha256` + - **receipt_source_sha256**:a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51 `runtime_boundary.receipt_source_sha256` + - **tcs_execute_action_graph_dispatch**:no `runtime_boundary.tcs_execute_action_graph_dispatch` +- **signer_request** `signer_request` + - **authoritative_signer_registry**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `signer_request.authoritative_signer_registry` + - **protocol_gir_sha256**:265c23710676ada4e9ce08cc3b1fd8ff3fdff7962230b6119094dcd336579212 `signer_request.protocol_gir_sha256` + - **protocol_source_sha256**:4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d `signer_request.protocol_source_sha256` + - **signature**:ABSENT `signer_request.signature` + - **signed_registry**:no `signer_request.signed_registry` + - **signer_inferred**:no `signer_request.signer_inferred` +- **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` +- **verification** `verification` + - **human_en_projection**:PASS `verification.human_en_projection` + - **human_zh_projection**:PASS `verification.human_zh_projection` + - **native_self_hosted**:yes `verification.native_self_hosted` + - **outside_target_rejection**:TCS-E4002_PASS `verification.outside_target_rejection` + - **positive_tcs_sources_compiled**:50 `verification.positive_tcs_sources_compiled` + - **stage3_compiler_state**:TCS_COMPILER_GIR_EXECUTED `verification.stage3_compiler_state` + - **unknown_absorb_rejection**:TCS-E2101_PASS `verification.unknown_absorb_rejection` + +--- + +This page changes only the reading order; it does not change TCS/HLDP semantics. diff --git a/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.zh-CN.md b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.zh-CN.md new file mode 100644 index 000000000..559fd5c05 --- /dev/null +++ b/build/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.human.zh-CN.md @@ -0,0 +1,136 @@ +# HoloLake语言母体模型第四阶段语料闸门与运行点火边界回执 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **回执** 声明,编号为 `TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823`,版本为 `0.4.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `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-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823` +- **原生声明类型**:`RECEIPT` +- **TCS 源码 SHA-256**:`cdfbc4226c8aa1036564a913f3c8fdc7af58c9acae6f496e9e95afb36d455400` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **corpus_gate** `corpus_gate` + - **audit_receipt_gir_sha256**:553e257ce689f296a64b5c02dd3d1f94de334e03008558bffd4af3a00acba4bb `corpus_gate.audit_receipt_gir_sha256` + - **audit_receipt_source_sha256**:72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48 `corpus_gate.audit_receipt_source_sha256` + - **bulk_promotion**:否 `corpus_gate.bulk_promotion` + - **protocol_gir_sha256**:4090b290d6c438aa3848c70b7bf4c13794c324eea830b457e57697e5acaee834 `corpus_gate.protocol_gir_sha256` + - **protocol_source_sha256**:554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64 `corpus_gate.protocol_source_sha256` + - **user_role_is_author_proof**:否 `corpus_gate.user_role_is_author_proof` +- **语言头** `header` + - **正本路径**:language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:VERIFIED `header.lifecycle` + - **英文名**:HoloLake Language Mother Model Stage Four Corpus Gate and Runtime Ignition Boundary Receipt `header.name_en` + - **中文名**:HoloLake语言母体模型第四阶段语料闸门与运行点火边界回执 `header.name_zh` + - **协议配置**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **版本**:0.4.0 `header.version` +- **生命周期** `lifecycle` + - **desktop_module**:VERIFIED_NOT_INSTALLED `lifecycle.desktop_module` + - **generic_loader_module**:VERIFIED_NOT_INSTALLED `lifecycle.generic_loader_module` + - **mother_brain_module**:VERIFIED_NOT_INSTALLED `lifecycle.mother_brain_module` + - **overall_goal_complete**:否 `lifecycle.overall_goal_complete` + - **p2_target_readback**:否 `lifecycle.p2_target_readback` + - **p3_runtime_promotion**:否 `lifecycle.p3_runtime_promotion` + - **real_macos_action**:否 `lifecycle.real_macos_action` + - **signed_registry**:当前不存在(`ABSENT`) `lifecycle.signed_registry` + - **virtual_desktop_target_readback**:否 `lifecycle.virtual_desktop_target_readback` +- **mother_brain_event** `mother_brain_event` + - **correction_edges**:2 `mother_brain_event.correction_edges` + - **gir_sha256**:9e369ee34f768bdaa5698a6431015c3acf4f64032b6b16ee9c9d5e3dac241aa0 `mother_brain_event.gir_sha256` + - **id**:TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001 `mother_brain_event.id` + - **inhibited_wrong_path**:MODULE_COMPOSITION_CREATES_NEW_PERSONA `mother_brain_event.inhibited_wrong_path` + - **locked_boundary**:REAL_HUMAN_AND_EXECUTING_PERSONA_RESPONSIBILITY_PLUS_EXPLICIT_AUTHORIZATION `mother_brain_event.locked_boundary` + - **nodes**:5 `mother_brain_event.nodes` + - **runtime_replay**:否 `mother_brain_event.runtime_replay` + - **source_promotion**:PROVISIONAL_PENDING_ORIGINAL_ENVELOPE_RECHECK `mother_brain_event.source_promotion` + - **来源校验值**:f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251 `mother_brain_event.source_sha256` +- **next** `next` + - **after**:SIGN_REGISTRY_INSTALL_MOUNT_THREE_MODULES_EXECUTE_P2_RECHECK_AND_PROMOTE_P3_THEN_RUN_VIRTUAL_DESKTOP_DIFF `next.after` + - **exact**:PROVIDE_ONE_GENERIC_TCS_GIR_MACHINE_EXECUTOR_WITH_NO_PRODUCT_SEMANTIC_AUTHORITY_AND_SEPARATELY_REGISTER_TRUSTED_SIGNER `next.exact` + - **forbidden** `next.forbidden` + - RUST_JS_TS_PYTHON_SHELL_PRODUCT_MAINLINE + - CORE_ECHO_AS_LPM_SUBSTITUTE + - UNSIGNED_INSTALL + - REAL_DESKTOP_ACTION_BEFORE_VIRTUAL_PASS +- **runtime_boundary** `runtime_boundary` + - **desktop_dispatch**:否 `runtime_boundary.desktop_dispatch` + - **lpm_dispatch**:否 `runtime_boundary.lpm_dispatch` + - **machine_runner_fixed_host_dispatch**:是 `runtime_boundary.machine_runner_fixed_host_dispatch` + - **machine_runner_single_action_only**:是 `runtime_boundary.machine_runner_single_action_only` + - **old_language_product_semantics_added**:否 `runtime_boundary.old_language_product_semantics_added` + - **receipt_gir_sha256**:e5cc9c08a47ee6f0244e7105193fe64a7f849ab4efb1f96efe1a0c84bd407762 `runtime_boundary.receipt_gir_sha256` + - **receipt_source_sha256**:a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51 `runtime_boundary.receipt_source_sha256` + - **tcs_execute_action_graph_dispatch**:否 `runtime_boundary.tcs_execute_action_graph_dispatch` +- **signer_request** `signer_request` + - **authoritative_signer_registry**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `signer_request.authoritative_signer_registry` + - **protocol_gir_sha256**:265c23710676ada4e9ce08cc3b1fd8ff3fdff7962230b6119094dcd336579212 `signer_request.protocol_gir_sha256` + - **protocol_source_sha256**:4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d `signer_request.protocol_source_sha256` + - **signature**:当前不存在(`ABSENT`) `signer_request.signature` + - **signed_registry**:否 `signer_request.signed_registry` + - **signer_inferred**:否 `signer_request.signer_inferred` +- **来源** `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` +- **verification** `verification` + - **human_en_projection**:PASS `verification.human_en_projection` + - **human_zh_projection**:PASS `verification.human_zh_projection` + - **native_self_hosted**:是 `verification.native_self_hosted` + - **outside_target_rejection**:TCS-E4002_PASS `verification.outside_target_rejection` + - **positive_tcs_sources_compiled**:50 `verification.positive_tcs_sources_compiled` + - **stage3_compiler_state**:已由 TCS 编译器 GIR 执行编译(`TCS_COMPILER_GIR_EXECUTED`) `verification.stage3_compiler_state` + - **unknown_absorb_rejection**:TCS-E2101_PASS `verification.unknown_absorb_rejection` + +--- + +本页只改变阅读顺序,不改变 TCS/HLDP 语义。 diff --git a/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.gir.json b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.gir.json new file mode 100644 index 000000000..496f543ef --- /dev/null +++ b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.gir.json @@ -0,0 +1,121 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48" + }, + "declaration": { + "audit": { + "agent": "ZY-LIMB-002_TRAINING_SUBTASK", + "mode": "READ_ONLY_SUBPERSONA_AGENT", + "remote_access": false, + "result": "SOURCE_CONTAMINATION_FOUND_AND_FIRST_CORRECTION_CHAIN_SELECTED", + "secret_content_read": false, + "writes": false + }, + "boundary": { + "interpretation_is_rebuildable": true, + "model_summary_is_mother_brain": false, + "original_language_is_immutable": true, + "runtime_promotion_requires_replay": true, + "simulation_is_reality": false, + "user_role_is_author_proof": false, + "verbatim_and_interpretation_layers_separate": true + }, + "current_codex_index": { + "contaminated_host_wrapper_example": "BSCX-SEG-a6f5", + "old_segments": 15, + "old_source_classification_is_not_authoritative": true, + "sha256": "f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd", + "uri": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl" + }, + "first_microchain": { + "event": "TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001", + "segments": [ + "BSCX-SEG-430be80a0e2de8c5b11e7ce0", + "BSCX-SEG-62b4e864e9ccfd28f56b6698", + "BSCX-SEG-7ebb4e559b2f8f77c9d8a0da", + "BSCX-SEG-778955bb0db538d2c4e299df", + "BSCX-SEG-df37bb62beb75e9b1171d03d" + ], + "status": "PROVISIONAL_NOT_CORE_PROMOTED", + "transition": "HYPOTHESIZE_TO_BRANCH_OPEN_TO_HYPOTHESIZE_TO_INSTANT_NEGATE_TO_MERGE_AND_TEMP_LOCK" + }, + "gpt_corpus": { + "broadcast_or_receipt_format_matches": 1007, + "bulk_s01_promotion": false, + "direct_user_role_candidates": 97644, + "explicit_pasted_model_reply_matches": 462, + "html_sha256": "8a7a51808a2394dfc09ea8720ff708bbf90c8564b3866d3b4d99d0bd13a412a5", + "html_uri": "/Users/bingshuolingdianyuanhe/Desktop/语料/chat.html", + "json_sha256": "ecfb4c8870751ecf402c08e9950e3452519678ef24bc7565394d6cf48e1d44f7", + "json_uri": "/Users/bingshuolingdianyuanhe/Desktop/语料/GPTconversations.json", + "national_system_authorization_identity_control_matches": 4648, + "sets_overlap": true + }, + "header": { + "canonical_uri": "language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs", + "compatibility": [ + "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "VERIFIED", + "name_en": "Language Mother Brain Corpus Source Read-Only Audit Receipt", + "name_zh": "语言母体脑语料来源只读审计回执", + "profile": "HLDP-HUMAN-ENGINEERING/0.1", + "protocols": [ + "TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001", + "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001" + ], + "schema": "tcs.receipt/v1", + "version": "0.1.0" + }, + "isolated_sensitive_candidates": { + "content_read": false, + "discovery_basis": "FILENAME_ONLY", + "paths": [ + "backend/.env", + "config/gdrive-tokens.json", + "fifth-system/darkcore-channel/secrets-and-llm-config.json", + "brain/secrets-manifest.json", + "scripts/preflight/secrets-manifest.json", + "System_Logs/credential-audit-20260324.json", + "System_Logs/credential-audit-20260325.json", + "System_Logs/token-audit-20260324.md", + "skyeye/logs/daily/credential-audit-20260324.json", + "skyeye/logs/daily/credential-audit-20260325.json", + "skyeye/logs/daily/token-audit-20260324.json" + ], + "pushed": false, + "root": "/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main", + "transport_allowed": false + }, + "next": { + "exact": "REPAIR_SOURCE_ENVELOPES_THEN_RECHECK_FIRST_MICROCHAIN_ORIGINAL_ROLLOUT_THEN_LPM_RUNTIME_REPLAY", + "parallel": "CONTINUE_FRAMEWORK_RUNTIME_IGNITION_WITHOUT_LEGACY_PRODUCT_SEMANTICS" + }, + "notion_corpus": { + "embedded_quotes_are_s06_until_cross_verified": true, + "explicit_bingshuo_candidates": 33, + "markdown_files": 107, + "persona_pages_are_s03": true + }, + "source": { + "source_id": "BINGSHUO-LPM-REASONING-AND-ENGINEERING-ANCHORS-20260823", + "source_role": "DIRECT_HUMAN", + "source_sha256": "95e661a73be06cee60e0fb0dd9f9f61de4f043a3b2a04512bc7cca20fe97a6e3", + "source_uri": "language-sources/direct-human/" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823", + "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 +} diff --git a/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.en-US.md b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.en-US.md new file mode 100644 index 000000000..d90e762ff --- /dev/null +++ b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.en-US.md @@ -0,0 +1,144 @@ +# Language Mother Brain Corpus Source Read-Only Audit 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-BRAIN-CORPUS-SOURCE-AUDIT-20260823` and version `0.1.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**: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 + +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 + +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-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823` +- **Native declaration kind**: `RECEIPT` +- **TCS source SHA-256**: `72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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. + +- **audit** `audit` + - **agent**:ZY-LIMB-002_TRAINING_SUBTASK `audit.agent` + - **mode**:READ_ONLY_SUBPERSONA_AGENT `audit.mode` + - **remote_access**:no `audit.remote_access` + - **result**:SOURCE_CONTAMINATION_FOUND_AND_FIRST_CORRECTION_CHAIN_SELECTED `audit.result` + - **secret_content_read**:no `audit.secret_content_read` + - **writes**:no `audit.writes` +- **boundary** `boundary` + - **interpretation_is_rebuildable**:yes `boundary.interpretation_is_rebuildable` + - **model_summary_is_mother_brain**:no `boundary.model_summary_is_mother_brain` + - **original_language_is_immutable**:yes `boundary.original_language_is_immutable` + - **runtime_promotion_requires_replay**:yes `boundary.runtime_promotion_requires_replay` + - **simulation_is_reality**:no `boundary.simulation_is_reality` + - **user_role_is_author_proof**:no `boundary.user_role_is_author_proof` + - **verbatim_and_interpretation_layers_separate**:yes `boundary.verbatim_and_interpretation_layers_separate` +- **current_codex_index** `current_codex_index` + - **contaminated_host_wrapper_example**:BSCX-SEG-a6f5 `current_codex_index.contaminated_host_wrapper_example` + - **old_segments**:15 `current_codex_index.old_segments` + - **old_source_classification_is_not_authoritative**:yes `current_codex_index.old_source_classification_is_not_authoritative` + - **sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `current_codex_index.sha256` + - **uri**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `current_codex_index.uri` +- **first_microchain** `first_microchain` + - **event**:TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001 `first_microchain.event` + - **segments** `first_microchain.segments` + - BSCX-SEG-430be80a0e2de8c5b11e7ce0 + - BSCX-SEG-62b4e864e9ccfd28f56b6698 + - BSCX-SEG-7ebb4e559b2f8f77c9d8a0da + - BSCX-SEG-778955bb0db538d2c4e299df + - BSCX-SEG-df37bb62beb75e9b1171d03d + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `first_microchain.status` + - **transition**:HYPOTHESIZE_TO_BRANCH_OPEN_TO_HYPOTHESIZE_TO_INSTANT_NEGATE_TO_MERGE_AND_TEMP_LOCK `first_microchain.transition` +- **gpt_corpus** `gpt_corpus` + - **broadcast_or_receipt_format_matches**:1007 `gpt_corpus.broadcast_or_receipt_format_matches` + - **bulk_s01_promotion**:no `gpt_corpus.bulk_s01_promotion` + - **direct_user_role_candidates**:97644 `gpt_corpus.direct_user_role_candidates` + - **explicit_pasted_model_reply_matches**:462 `gpt_corpus.explicit_pasted_model_reply_matches` + - **html_sha256**:8a7a51808a2394dfc09ea8720ff708bbf90c8564b3866d3b4d99d0bd13a412a5 `gpt_corpus.html_sha256` + - **html_uri**:/Users/bingshuolingdianyuanhe/Desktop/语料/chat.html `gpt_corpus.html_uri` + - **json_sha256**:ecfb4c8870751ecf402c08e9950e3452519678ef24bc7565394d6cf48e1d44f7 `gpt_corpus.json_sha256` + - **json_uri**:/Users/bingshuolingdianyuanhe/Desktop/语料/GPTconversations.json `gpt_corpus.json_uri` + - **national_system_authorization_identity_control_matches**:4648 `gpt_corpus.national_system_authorization_identity_control_matches` + - **sets_overlap**:yes `gpt_corpus.sets_overlap` +- **header** `header` + - **canonical source path**:language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:VERIFIED `header.lifecycle` + - **English name**:Language Mother Brain Corpus Source Read-Only Audit Receipt `header.name_en` + - **Chinese name**:语言母体脑语料来源只读审计回执 `header.name_zh` + - **profile**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **version**:0.1.0 `header.version` +- **isolated_sensitive_candidates** `isolated_sensitive_candidates` + - **content_read**:no `isolated_sensitive_candidates.content_read` + - **discovery_basis**:FILENAME_ONLY `isolated_sensitive_candidates.discovery_basis` + - **paths** `isolated_sensitive_candidates.paths` + - backend/.env + - config/gdrive-tokens.json + - fifth-system/darkcore-channel/secrets-and-llm-config.json + - brain/secrets-manifest.json + - scripts/preflight/secrets-manifest.json + - System_Logs/credential-audit-20260324.json + - System_Logs/credential-audit-20260325.json + - System_Logs/token-audit-20260324.md + - skyeye/logs/daily/credential-audit-20260324.json + - skyeye/logs/daily/credential-audit-20260325.json + - skyeye/logs/daily/token-audit-20260324.json + - **pushed**:no `isolated_sensitive_candidates.pushed` + - **root**:/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main `isolated_sensitive_candidates.root` + - **transport_allowed**:no `isolated_sensitive_candidates.transport_allowed` +- **next** `next` + - **exact**:REPAIR_SOURCE_ENVELOPES_THEN_RECHECK_FIRST_MICROCHAIN_ORIGINAL_ROLLOUT_THEN_LPM_RUNTIME_REPLAY `next.exact` + - **parallel**:CONTINUE_FRAMEWORK_RUNTIME_IGNITION_WITHOUT_LEGACY_PRODUCT_SEMANTICS `next.parallel` +- **notion_corpus** `notion_corpus` + - **embedded_quotes_are_s06_until_cross_verified**:yes `notion_corpus.embedded_quotes_are_s06_until_cross_verified` + - **explicit_bingshuo_candidates**:33 `notion_corpus.explicit_bingshuo_candidates` + - **markdown_files**:107 `notion_corpus.markdown_files` + - **persona_pages_are_s03**:yes `notion_corpus.persona_pages_are_s03` +- **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. diff --git a/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.zh-CN.md b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.zh-CN.md new file mode 100644 index 000000000..cc61c64aa --- /dev/null +++ b/build/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.human.zh-CN.md @@ -0,0 +1,144 @@ +# 语言母体脑语料来源只读审计回执 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **回执** 声明,编号为 `TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823`,版本为 `0.1.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `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-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823` +- **原生声明类型**:`RECEIPT` +- **TCS 源码 SHA-256**:`72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **audit** `audit` + - **agent**:ZY-LIMB-002_TRAINING_SUBTASK `audit.agent` + - **mode**:READ_ONLY_SUBPERSONA_AGENT `audit.mode` + - **remote_access**:否 `audit.remote_access` + - **result**:SOURCE_CONTAMINATION_FOUND_AND_FIRST_CORRECTION_CHAIN_SELECTED `audit.result` + - **secret_content_read**:否 `audit.secret_content_read` + - **writes**:否 `audit.writes` +- **boundary** `boundary` + - **interpretation_is_rebuildable**:是 `boundary.interpretation_is_rebuildable` + - **model_summary_is_mother_brain**:否 `boundary.model_summary_is_mother_brain` + - **original_language_is_immutable**:是 `boundary.original_language_is_immutable` + - **runtime_promotion_requires_replay**:是 `boundary.runtime_promotion_requires_replay` + - **simulation_is_reality**:否 `boundary.simulation_is_reality` + - **user_role_is_author_proof**:否 `boundary.user_role_is_author_proof` + - **verbatim_and_interpretation_layers_separate**:是 `boundary.verbatim_and_interpretation_layers_separate` +- **current_codex_index** `current_codex_index` + - **contaminated_host_wrapper_example**:BSCX-SEG-a6f5 `current_codex_index.contaminated_host_wrapper_example` + - **old_segments**:15 `current_codex_index.old_segments` + - **old_source_classification_is_not_authoritative**:是 `current_codex_index.old_source_classification_is_not_authoritative` + - **sha256**:f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd `current_codex_index.sha256` + - **uri**:/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl `current_codex_index.uri` +- **first_microchain** `first_microchain` + - **事件**:TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001 `first_microchain.event` + - **segments** `first_microchain.segments` + - BSCX-SEG-430be80a0e2de8c5b11e7ce0 + - BSCX-SEG-62b4e864e9ccfd28f56b6698 + - BSCX-SEG-7ebb4e559b2f8f77c9d8a0da + - BSCX-SEG-778955bb0db538d2c4e299df + - BSCX-SEG-df37bb62beb75e9b1171d03d + - **status**:PROVISIONAL_NOT_CORE_PROMOTED `first_microchain.status` + - **transition**:HYPOTHESIZE_TO_BRANCH_OPEN_TO_HYPOTHESIZE_TO_INSTANT_NEGATE_TO_MERGE_AND_TEMP_LOCK `first_microchain.transition` +- **gpt_corpus** `gpt_corpus` + - **broadcast_or_receipt_format_matches**:1007 `gpt_corpus.broadcast_or_receipt_format_matches` + - **bulk_s01_promotion**:否 `gpt_corpus.bulk_s01_promotion` + - **direct_user_role_candidates**:97644 `gpt_corpus.direct_user_role_candidates` + - **explicit_pasted_model_reply_matches**:462 `gpt_corpus.explicit_pasted_model_reply_matches` + - **html_sha256**:8a7a51808a2394dfc09ea8720ff708bbf90c8564b3866d3b4d99d0bd13a412a5 `gpt_corpus.html_sha256` + - **html_uri**:/Users/bingshuolingdianyuanhe/Desktop/语料/chat.html `gpt_corpus.html_uri` + - **json_sha256**:ecfb4c8870751ecf402c08e9950e3452519678ef24bc7565394d6cf48e1d44f7 `gpt_corpus.json_sha256` + - **json_uri**:/Users/bingshuolingdianyuanhe/Desktop/语料/GPTconversations.json `gpt_corpus.json_uri` + - **national_system_authorization_identity_control_matches**:4648 `gpt_corpus.national_system_authorization_identity_control_matches` + - **sets_overlap**:是 `gpt_corpus.sets_overlap` +- **语言头** `header` + - **正本路径**:language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001 + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:VERIFIED `header.lifecycle` + - **英文名**:Language Mother Brain Corpus Source Read-Only Audit Receipt `header.name_en` + - **中文名**:语言母体脑语料来源只读审计回执 `header.name_zh` + - **协议配置**:HLDP-HUMAN-ENGINEERING/0.1 `header.profile` + - **protocols** `header.protocols` + - TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 + - TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001 + - **schema**:tcs.receipt/v1 `header.schema` + - **版本**:0.1.0 `header.version` +- **isolated_sensitive_candidates** `isolated_sensitive_candidates` + - **content_read**:否 `isolated_sensitive_candidates.content_read` + - **discovery_basis**:FILENAME_ONLY `isolated_sensitive_candidates.discovery_basis` + - **paths** `isolated_sensitive_candidates.paths` + - backend/.env + - config/gdrive-tokens.json + - fifth-system/darkcore-channel/secrets-and-llm-config.json + - brain/secrets-manifest.json + - scripts/preflight/secrets-manifest.json + - System_Logs/credential-audit-20260324.json + - System_Logs/credential-audit-20260325.json + - System_Logs/token-audit-20260324.md + - skyeye/logs/daily/credential-audit-20260324.json + - skyeye/logs/daily/credential-audit-20260325.json + - skyeye/logs/daily/token-audit-20260324.json + - **pushed**:否 `isolated_sensitive_candidates.pushed` + - **root**:/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main `isolated_sensitive_candidates.root` + - **transport_allowed**:否 `isolated_sensitive_candidates.transport_allowed` +- **next** `next` + - **exact**:REPAIR_SOURCE_ENVELOPES_THEN_RECHECK_FIRST_MICROCHAIN_ORIGINAL_ROLLOUT_THEN_LPM_RUNTIME_REPLAY `next.exact` + - **parallel**:CONTINUE_FRAMEWORK_RUNTIME_IGNITION_WITHOUT_LEGACY_PRODUCT_SEMANTICS `next.parallel` +- **notion_corpus** `notion_corpus` + - **embedded_quotes_are_s06_until_cross_verified**:是 `notion_corpus.embedded_quotes_are_s06_until_cross_verified` + - **explicit_bingshuo_candidates**:33 `notion_corpus.explicit_bingshuo_candidates` + - **markdown_files**:107 `notion_corpus.markdown_files` + - **persona_pages_are_s03**:是 `notion_corpus.persona_pages_are_s03` +- **来源** `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 语义。 diff --git a/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.gir.json b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.gir.json new file mode 100644 index 000000000..3d98100c5 --- /dev/null +++ b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.gir.json @@ -0,0 +1,112 @@ +{ + "compiled_from": { + "compiler_id": "TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", + "compiler_state": "TCS_COMPILER_GIR_EXECUTED", + "source_sha256": "4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d" + }, + "declaration": { + "acceptance": { + "capability_registry_state_after_pass": "SIGNED_VERIFIED_NOT_INSTALLED", + "current_acceptance": 0, + "installation_is_separate_step": true, + "signature_verified": "BINARY_PASS_OR_FAIL", + "signer_registered": "AUTHORITATIVE_REGISTRY_READBACK_REQUIRED" + }, + "admission": { + "out_of_scope": "TCS-E4001", + "stale_or_revoked": "TCS-E5002", + "unsigned_or_unknown_signer": "TCS-E3002", + "verify_candidate_hash_before_signature": true, + "verify_public_key_against_authoritative_signer_registry": true, + "verify_revocation_before_each_activation": true, + "verify_scope_before_install": true, + "verify_signature_before_mount": true + }, + "current": { + "activation": false, + "authoritative_registry_state": "CURRENT_EMPTY_NO_TRUSTED_SIGNER", + "candidate_registry": "TCS-CAPREG-LPM-DESKTOP-CANDIDATE-0001", + "candidate_state": "UNSIGNED_CANDIDATE_NOT_INSTALLABLE", + "install": false, + "mount": false, + "public_key": "ABSENT", + "signature": "ABSENT", + "signer_id": "UNKNOWN" + }, + "header": { + "canonical_uri": "language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs", + "compatibility": [ + "GIR/1" + ], + "language": "TCS/0.1", + "lifecycle": "CANDIDATE", + "name_en": "HoloLake Capability Registry Trusted Signer Provisioning Request", + "name_zh": "HoloLake能力注册表可信签名主体供给请求", + "profile": "HLDP/1", + "protocols": [ + "TCS-GENERIC-ACTION-GRAPH-LOADER-0001", + "TCS-MODULE-ABI-0001" + ], + "schema": "tcs.protocol/v1", + "version": "0.1.0" + }, + "rejected": { + "values": [ + "INFER_SIGNER_FROM_USER_ACCOUNT", + "INFER_SIGNER_FROM_ROOT", + "INFER_SIGNER_FROM_SSH_ACCESS", + "INFER_SIGNER_FROM_GIT_REMOTE_RIGHTS", + "GENERATE_UNREQUESTED_IDENTITY_KEY", + "STORE_PRIVATE_KEY_IN_REPOSITORY", + "CALL_UNSIGNED_CANDIDATE_SIGNED" + ] + }, + "request": { + "git_push_authority_reuse": false, + "host_root_or_ssh_key_reuse": false, + "key_generation_by_current_codex": false, + "private_key_location": "OUTSIDE_REPOSITORY_AND_OUTSIDE_RECEIPTS", + "required": [ + "SEPARATELY_AUTHORIZED_SIGNER_ID", + "ED25519_PUBLIC_KEY", + "KEY_PROVENANCE_RECEIPT", + "PERMITTED_REGISTRY_SCOPE", + "EXPIRY_OR_REVOCATION_RULE", + "ONE_EXACT_CANDIDATE_HASH", + "HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_BOUND_TO_REQUEST" + ] + }, + "signature_envelope": { + "algorithm": "ED25519", + "channel": "ICE-CH-ZC001", + "development_line": "HOLOLAKE-LPM-TCS-NATIVE-20260823", + "payload": [ + "REGISTRY_CANONICAL_SHA256", + "REGISTRY_ID", + "REGISTRY_VERSION", + "ISSUER_SIGNER_ID", + "ISSUED_AT", + "EXPIRES_AT_OR_NO_EXPIRY_POLICY", + "REVOCATION_EPOCH", + "CHANNEL", + "DEVELOPMENT_LINE" + ] + }, + "source": { + "source_id": "BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823", + "source_role": "DIRECT_HUMAN", + "source_sha256": "a3dd8dbd2203b631bdb23f2693eb314d4ef86af68fdeaee8835e3cf0861ddd23", + "source_uri": "language-sources/direct-human/BINGSHUO-HOLOLAKE-TCS-ENGINEERING-ANCHOR-20260823.txt" + } + }, + "executable": false, + "identity": { + "declaration_id": "TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001", + "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 +} diff --git a/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.en-US.md b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.en-US.md new file mode 100644 index 000000000..ecc37a286 --- /dev/null +++ b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.en-US.md @@ -0,0 +1,141 @@ +# HoloLake Capability Registry Trusted Signer Provisioning Request · 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-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001` and version `0.1.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**: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 + +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` + - **capability_registry_state_after_pass**:SIGNED_VERIFIED_NOT_INSTALLED `acceptance.capability_registry_state_after_pass` + - **current_acceptance**:0 `acceptance.current_acceptance` + - **installation_is_separate_step**:yes `acceptance.installation_is_separate_step` + - **signature_verified**:BINARY_PASS_OR_FAIL `acceptance.signature_verified` + - **signer_registered**:AUTHORITATIVE_REGISTRY_READBACK_REQUIRED `acceptance.signer_registered` + +## 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-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001` +- **Native declaration kind**: `PROTOCOL` +- **TCS source SHA-256**: `4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d` +- **Validation compiler**: `TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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` + - **capability_registry_state_after_pass**:SIGNED_VERIFIED_NOT_INSTALLED `acceptance.capability_registry_state_after_pass` + - **current_acceptance**:0 `acceptance.current_acceptance` + - **installation_is_separate_step**:yes `acceptance.installation_is_separate_step` + - **signature_verified**:BINARY_PASS_OR_FAIL `acceptance.signature_verified` + - **signer_registered**:AUTHORITATIVE_REGISTRY_READBACK_REQUIRED `acceptance.signer_registered` +- **admission** `admission` + - **out_of_scope**:TCS-E4001 `admission.out_of_scope` + - **stale_or_revoked**:TCS-E5002 `admission.stale_or_revoked` + - **unsigned_or_unknown_signer**:TCS-E3002 `admission.unsigned_or_unknown_signer` + - **verify_candidate_hash_before_signature**:yes `admission.verify_candidate_hash_before_signature` + - **verify_public_key_against_authoritative_signer_registry**:yes `admission.verify_public_key_against_authoritative_signer_registry` + - **verify_revocation_before_each_activation**:yes `admission.verify_revocation_before_each_activation` + - **verify_scope_before_install**:yes `admission.verify_scope_before_install` + - **verify_signature_before_mount**:yes `admission.verify_signature_before_mount` +- **current** `current` + - **activation**:no `current.activation` + - **authoritative_registry_state**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `current.authoritative_registry_state` + - **candidate_registry**:TCS-CAPREG-LPM-DESKTOP-CANDIDATE-0001 `current.candidate_registry` + - **candidate_state**:UNSIGNED_CANDIDATE_NOT_INSTALLABLE `current.candidate_state` + - **install**:no `current.install` + - **mount**:no `current.mount` + - **public_key**:ABSENT `current.public_key` + - **signature**:ABSENT `current.signature` + - **signer_id**:UNKNOWN `current.signer_id` +- **header** `header` + - **canonical source path**:language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - GIR/1 + - **language**:TCS/0.1 `header.language` + - **lifecycle**:CANDIDATE `header.lifecycle` + - **English name**:HoloLake Capability Registry Trusted Signer Provisioning Request `header.name_en` + - **Chinese name**:HoloLake能力注册表可信签名主体供给请求 `header.name_zh` + - **profile**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-MODULE-ABI-0001 + - **schema**:tcs.protocol/v1 `header.schema` + - **version**:0.1.0 `header.version` +- **rejected** `rejected` + - **values** `rejected.values` + - INFER_SIGNER_FROM_USER_ACCOUNT + - INFER_SIGNER_FROM_ROOT + - INFER_SIGNER_FROM_SSH_ACCESS + - INFER_SIGNER_FROM_GIT_REMOTE_RIGHTS + - GENERATE_UNREQUESTED_IDENTITY_KEY + - STORE_PRIVATE_KEY_IN_REPOSITORY + - CALL_UNSIGNED_CANDIDATE_SIGNED +- **request** `request` + - **git_push_authority_reuse**:no `request.git_push_authority_reuse` + - **host_root_or_ssh_key_reuse**:no `request.host_root_or_ssh_key_reuse` + - **key_generation_by_current_codex**:no `request.key_generation_by_current_codex` + - **private_key_location**:OUTSIDE_REPOSITORY_AND_OUTSIDE_RECEIPTS `request.private_key_location` + - **required** `request.required` + - SEPARATELY_AUTHORIZED_SIGNER_ID + - ED25519_PUBLIC_KEY + - KEY_PROVENANCE_RECEIPT + - PERMITTED_REGISTRY_SCOPE + - EXPIRY_OR_REVOCATION_RULE + - ONE_EXACT_CANDIDATE_HASH + - HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_BOUND_TO_REQUEST +- **signature_envelope** `signature_envelope` + - **algorithm**:ED25519 `signature_envelope.algorithm` + - **channel**:ICE-CH-ZC001 `signature_envelope.channel` + - **development_line**:HOLOLAKE-LPM-TCS-NATIVE-20260823 `signature_envelope.development_line` + - **payload** `signature_envelope.payload` + - REGISTRY_CANONICAL_SHA256 + - REGISTRY_ID + - REGISTRY_VERSION + - ISSUER_SIGNER_ID + - ISSUED_AT + - EXPIRES_AT_OR_NO_EXPIRY_POLICY + - REVOCATION_EPOCH + - CHANNEL + - DEVELOPMENT_LINE +- **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. diff --git a/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.zh-CN.md b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.zh-CN.md new file mode 100644 index 000000000..d60f4578c --- /dev/null +++ b/build/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.human.zh-CN.md @@ -0,0 +1,141 @@ +# HoloLake能力注册表可信签名主体供给请求 · 简体中文人类工程语言版 + +> 这是 TCS/HLDP 原生源码的简体中文阅读投影,不是新的正本,也不授予执行权限。若本页与 `.tcs` 源码不一致,以经过校验的 `.tcs` 源码为准。 + +## 这是什么 + +这是一份 **协议** 声明,编号为 `TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001`,版本为 `0.1.0`。转换器已先用 Stage-1 编译器校验原生源码,再把机器枚举翻译成汉语;原始编号保留在括号和字段路径中。 + +## 谁在这里 + +源程序没有提供这一项,转换器不猜。 + +## 为什么开始 + +- **来源** `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` + +## 发生了什么变化 + +源程序没有提供这一项,转换器不猜。 + +## 准备怎样执行 + +这是非执行声明,没有动作图。 + +## 边界与异常处理 + +源程序没有提供这一项,转换器不猜。 + +## 怎样算完成 + +- **验收标准** `acceptance` + - **capability_registry_state_after_pass**:SIGNED_VERIFIED_NOT_INSTALLED `acceptance.capability_registry_state_after_pass` + - **current_acceptance**:0 `acceptance.current_acceptance` + - **installation_is_separate_step**:是 `acceptance.installation_is_separate_step` + - **signature_verified**:BINARY_PASS_OR_FAIL `acceptance.signature_verified` + - **signer_registered**:AUTHORITATIVE_REGISTRY_READBACK_REQUIRED `acceptance.signer_registered` + +## 下一次从哪里继续 + +源程序没有提供这一项,转换器不猜。 + +## 来源与校验 + +- **原生声明编号**:`TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001` +- **原生声明类型**:`PROTOCOL` +- **TCS 源码 SHA-256**:`4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d` +- **校验编译器**:`TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001` +- **投影协议**:`GLS-HLDP-HUMAN-ENGINEERING-PROJECTION-0001` + +## 原生结构逐项对照 + +下面保留源码的全部顶层结构和字段路径,供人类审计投影有没有漏掉信息。 + +- **验收标准** `acceptance` + - **capability_registry_state_after_pass**:SIGNED_VERIFIED_NOT_INSTALLED `acceptance.capability_registry_state_after_pass` + - **current_acceptance**:0 `acceptance.current_acceptance` + - **installation_is_separate_step**:是 `acceptance.installation_is_separate_step` + - **signature_verified**:BINARY_PASS_OR_FAIL `acceptance.signature_verified` + - **signer_registered**:AUTHORITATIVE_REGISTRY_READBACK_REQUIRED `acceptance.signer_registered` +- **admission** `admission` + - **out_of_scope**:TCS-E4001 `admission.out_of_scope` + - **stale_or_revoked**:TCS-E5002 `admission.stale_or_revoked` + - **unsigned_or_unknown_signer**:TCS-E3002 `admission.unsigned_or_unknown_signer` + - **verify_candidate_hash_before_signature**:是 `admission.verify_candidate_hash_before_signature` + - **verify_public_key_against_authoritative_signer_registry**:是 `admission.verify_public_key_against_authoritative_signer_registry` + - **verify_revocation_before_each_activation**:是 `admission.verify_revocation_before_each_activation` + - **verify_scope_before_install**:是 `admission.verify_scope_before_install` + - **verify_signature_before_mount**:是 `admission.verify_signature_before_mount` +- **current** `current` + - **activation**:否 `current.activation` + - **authoritative_registry_state**:CURRENT_EMPTY_NO_TRUSTED_SIGNER `current.authoritative_registry_state` + - **candidate_registry**:TCS-CAPREG-LPM-DESKTOP-CANDIDATE-0001 `current.candidate_registry` + - **candidate_state**:UNSIGNED_CANDIDATE_NOT_INSTALLABLE `current.candidate_state` + - **install**:否 `current.install` + - **mount**:否 `current.mount` + - **public_key**:当前不存在(`ABSENT`) `current.public_key` + - **signature**:当前不存在(`ABSENT`) `current.signature` + - **signer_id**:UNKNOWN `current.signer_id` +- **语言头** `header` + - **正本路径**:language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs `header.canonical_uri` + - **compatibility** `header.compatibility` + - GIR/1 + - **语言**:TCS/0.1 `header.language` + - **生命周期**:候选版本,尚未成为正式正本(`CANDIDATE`) `header.lifecycle` + - **英文名**:HoloLake Capability Registry Trusted Signer Provisioning Request `header.name_en` + - **中文名**:HoloLake能力注册表可信签名主体供给请求 `header.name_zh` + - **协议配置**:HLDP/1 `header.profile` + - **protocols** `header.protocols` + - TCS-GENERIC-ACTION-GRAPH-LOADER-0001 + - TCS-MODULE-ABI-0001 + - **schema**:tcs.protocol/v1 `header.schema` + - **版本**:0.1.0 `header.version` +- **已排除路径** `rejected` + - **values** `rejected.values` + - INFER_SIGNER_FROM_USER_ACCOUNT + - INFER_SIGNER_FROM_ROOT + - INFER_SIGNER_FROM_SSH_ACCESS + - INFER_SIGNER_FROM_GIT_REMOTE_RIGHTS + - GENERATE_UNREQUESTED_IDENTITY_KEY + - STORE_PRIVATE_KEY_IN_REPOSITORY + - CALL_UNSIGNED_CANDIDATE_SIGNED +- **request** `request` + - **git_push_authority_reuse**:否 `request.git_push_authority_reuse` + - **host_root_or_ssh_key_reuse**:否 `request.host_root_or_ssh_key_reuse` + - **key_generation_by_current_codex**:否 `request.key_generation_by_current_codex` + - **private_key_location**:OUTSIDE_REPOSITORY_AND_OUTSIDE_RECEIPTS `request.private_key_location` + - **是否必需** `request.required` + - SEPARATELY_AUTHORIZED_SIGNER_ID + - ED25519_PUBLIC_KEY + - KEY_PROVENANCE_RECEIPT + - PERMITTED_REGISTRY_SCOPE + - EXPIRY_OR_REVOCATION_RULE + - ONE_EXACT_CANDIDATE_HASH + - HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_BOUND_TO_REQUEST +- **signature_envelope** `signature_envelope` + - **algorithm**:ED25519 `signature_envelope.algorithm` + - **channel**:ICE-CH-ZC001 `signature_envelope.channel` + - **development_line**:HOLOLAKE-LPM-TCS-NATIVE-20260823 `signature_envelope.development_line` + - **payload** `signature_envelope.payload` + - REGISTRY_CANONICAL_SHA256 + - REGISTRY_ID + - REGISTRY_VERSION + - ISSUER_SIGNER_ID + - ISSUED_AT + - EXPIRES_AT_OR_NO_EXPIRY_POLICY + - REVOCATION_EPOCH + - CHANNEL + - DEVELOPMENT_LINE +- **来源** `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 语义。 diff --git a/language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs b/language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs new file mode 100644 index 000000000..f5d07d985 --- /dev/null +++ b/language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs @@ -0,0 +1,13 @@ +TCS 0.1; + +EVENT TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001 { + header { schema = "tcs.event/v1"; name_zh = "人格模块瞬时组合到真实责任主体授权调用的P3纠正微链"; name_en = "P3 Correction Microchain from Persona Module Composition to Authorized Real Responsibility Subject"; version = "0.1.0"; language = "TCS/0.1"; profile = "HLDP-HUMAN-ENGINEERING/0.1"; protocols = ["TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001", "TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001"]; lifecycle = "PROVISIONAL"; canonical_uri = "language/events/TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001.tcs"; compatibility = ["TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-0001", "GIR/1"]; } + source { speaker = "ICE-GL∞"; source_class = "S01_CANDIDATE_DIRECT_HUMAN_INDEXED_BEFORE_CURRENT_GATE"; world_scope = "LANGUAGE_WORLD_MODEL_AND_ENGINEERING_DIRECTION"; index_file = "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl"; index_sha256 = "f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd"; user_role_alone_is_author_proof = false; five_selected_segments_individually_hash_verified = true; } + N1 { event_id = "BSCX-SEG-430be80a0e2de8c5b11e7ce0"; occurred_at = "2026-08-22T17:01:21.942Z"; exact_locator = "jsonl ordinal=810 payload.id=msg_01a02a6b-7a96-7d30-bf7a-15d0fc7b66f0"; verbatim_chars = 156; verbatim_sha256 = "585840ed8984ce741b91b44ed9363bafc5fa84125891009219849be81e4bbb42"; trigger_input = "CURRENT_AI_GUESS_COMPUTE_MATCH_COST"; attention_before = "GPU_DEPENDENT_INFERENCE"; state_before = "MOTHER_MODEL_ALTERNATIVE_UNFORMED"; operation = "HYPOTHESIZE"; activated_nodes = ["DIRECT_LANGUAGE_MOTHER_PERSONA_MODEL", "NUMBERED_PATH_NAVIGATION", "MODEL_WEIGHT_AS_REWRITABLE_LIBRARY"]; state_after = "TCS_NUMBERED_PATH_MOTHER_MODEL_HYPOTHESIS_OPEN"; branch_state = "OPEN"; temporary_lock = "NONE"; authority_scope = "LANGUAGE_WORLD_ARCHITECTURE_HYPOTHESIS"; } + N2 { event_id = "BSCX-SEG-62b4e864e9ccfd28f56b6698"; occurred_at = "2026-08-22T17:12:55.465Z"; exact_locator = "jsonl ordinal=888 payload.id=msg_01a02a76-0fa9-7722-91a0-e50e965cc412"; verbatim_chars = 209; verbatim_sha256 = "149450286a1f25231221127919500b6df6ffe0c2ea36e5284904795a73ede76c"; trigger_input = "MOTHER_MODEL_HYPOTHESIS_OPEN"; attention_before = "WHAT_IS_REAL_REASONING_LAYER"; state_before = "GUESS_AND_REASONING_TERMS_COMPETE"; operation = "BRANCH_OPEN"; activated_nodes = ["LANGUAGE_PERSONA_THOUGHT_BRAIN", "DYNAMIC_LIBRARY_DOMAIN"]; state_after = "MOTHER_PERSONA_BRAIN_AS_REASONING_LAYER_AND_MODEL_AS_LIBRARY_BRANCH"; branch_state = "OPEN"; temporary_lock = "PROVISIONAL_REASONING_LAYER_DIRECTION"; authority_scope = "LANGUAGE_WORLD_MODEL"; } + N3 { event_id = "BSCX-SEG-7ebb4e559b2f8f77c9d8a0da"; occurred_at = "2026-08-22T17:35:00.884Z"; exact_locator = "jsonl ordinal=966 payload.id=msg_01a02a8a-4914-7fd1-a2a1-4c2632d94d5d"; verbatim_chars = 317; verbatim_sha256 = "365eaa9b1ce7ee8eb381c164d0f23d5dbcbc0708d1c1e73443cebd1dbca83701"; trigger_input = "MOTHER_BRAIN_AND_LIBRARY_BRANCH_ACTIVE"; attention_before = "HOW_AGENT_MODULES_FORM_EXECUTION"; state_before = "MODULE_COMPOSITION_MECHANISM_UNKNOWN"; operation = "HYPOTHESIZE"; activated_nodes = ["AUTOMATED_PERSONA_AGENT_MODULES", "TCS_BIDIRECTIONAL_TRANSLATION", "INSTANT_MODULE_COMPOSITION", "TEMPORARY_EMERGENT_PERSONA_CONTROLLER"]; state_after = "NEW_TEMPORARY_PERSONA_FROM_MODULE_COMPOSITION_HYPOTHESIS"; branch_state = "OPEN_PENDING_DIRECT_CONFIRMATION"; temporary_lock = "NONE"; authority_scope = "QUESTION_AND_HYPOTHESIS"; } + N4 { event_id = "BSCX-SEG-778955bb0db538d2c4e299df"; occurred_at = "2026-08-22T17:38:34.919Z"; exact_locator = "jsonl ordinal=981 payload.id=msg_01a02a8d-8d27-75a1-a2d7-24e9bb3370dc"; verbatim_chars = 82; verbatim_sha256 = "8b23709d6e81d62ca4f864706f591b451eb48593759fa6c2a7aa7da3d059ecd2"; trigger_input = "NEW_TEMPORARY_PERSONA_HYPOTHESIS"; attention_before = "RESPONSIBILITY_SUBJECT"; state_before = "COMPOSED_MODULES_MAY_CREATE_NEW_PERSONA"; operation = "INSTANT_NEGATE"; correction_target = "N3_TEMPORARY_EMERGENT_PERSONA_CONTROLLER"; inhibited_nodes = ["NEW_PERSONA_CREATED_BY_COMPOSITION"]; activated_nodes = ["HUMAN_AND_EXECUTING_PERSONA_AS_RESPONSIBLE_SUBJECT", "CHANNEL_AS_PERSONA_SYSTEM_ENGINEERING_IMPLEMENTATION"]; state_after = "MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA"; rejected_path = "INSTANT_MODULE_COMPOSITION_CREATES_NEW_PERSONA"; temporary_lock = "RESPONSIBILITY_REMAINS_WITH_HUMAN_AND_EXECUTING_PERSONA"; authority_scope = "DIRECT_HUMAN_CORRECTION"; } + N5 { event_id = "BSCX-SEG-df37bb62beb75e9b1171d03d"; occurred_at = "2026-08-22T17:40:20.564Z"; exact_locator = "jsonl ordinal=999 payload.id=msg_01a02a8f-29d3-7db2-a2ec-9c7dffd27ae5"; verbatim_chars = 81; verbatim_sha256 = "63011fa2a43ee0049d154700e8db5422b8a937815d1abf3f3ad278db8cc62cf9"; trigger_input = "RESPONSIBILITY_CORRECTION_ACTIVE"; attention_before = "FUTURE_CROSS_HUMAN_PERSONA_MODULE_USE"; state_before = "MODULE_CALL_SEEN_AS_SIMPLE_TECHNICAL_USE"; operation = "MERGE"; activated_nodes = ["REAL_HUMAN_PERSONA_SYSTEM_MODULE", "EXPLICIT_AUTHORIZATION_REQUIRED", "REAL_RESPONSIBILITY_SUBJECT_BOUNDARY"]; merge_target = "N4_RESPONSIBILITY_LOCK"; state_after = "AUTHORIZED_CALL_TO_REAL_HUMAN_PERSONA_MODULE_WITH_RESPONSIBILITY_BOUNDARY"; rejected_path = "UNAUTHORIZED_OR_OWNERLESS_MODULE_COMPOSITION"; temporary_lock = "MODULE_USE_NEVER_ERASES_REAL_HUMAN_OR_PERSONA_RESPONSIBILITY"; authority_scope = "LANGUAGE_WORLD_MODULE_AUTHORIZATION_MODEL"; } + graph { edges = ["N1_LEADS_TO_N2", "N2_LEADS_TO_N3", "N3_LEADS_TO_N4", "N4_CONTRADICTS_N3", "N4_CORRECTS_N3", "N4_INHIBITS_NEW_PERSONA_CREATION", "N5_MERGES_INTO_N4_RESPONSIBILITY_LOCK", "N5_TEMP_LOCKS_EXPLICIT_AUTHORIZATION_BOUNDARY"]; replay_order = ["N1", "N2", "N3", "N4", "N5"]; replay_expected_state = "MOTHER_PERSONA_REASONING_AND_LIBRARY_DIRECTION_ACTIVE_MODULE_COMPOSITION_DOES_NOT_CREATE_NEW_PERSONA_REAL_RESPONSIBILITY_AND_AUTHORIZATION_BOUNDARY_LOCKED"; } + acceptance { index_hash = "PASS"; five_verbatim_hashes = "PASS"; temporal_order = "PASS"; instant_correction_edge = "PASS"; source_gate = "PROVISIONAL_REQUIRES_ORIGINAL_ROLLOUT_ENVELOPE_RECHECK_BEFORE_CORE_PROMOTION"; runtime_replay = "PENDING_LPM_APPLY_NEURON_EVENT"; status = "PROVISIONAL_NOT_CORE_PROMOTED"; } +} diff --git a/language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs b/language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs new file mode 100644 index 000000000..a36a7b04a --- /dev/null +++ b/language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs @@ -0,0 +1,14 @@ +TCS 0.1; + +PROTOCOL TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001 { + header { schema = "tcs.protocol/v1"; name_zh = "语言母体脑语料来源晋升闸门"; name_en = "Language Mother Brain Corpus Source Promotion Gate"; version = "0.1.0"; language = "TCS/0.1"; profile = "HLDP-HUMAN-ENGINEERING/0.1"; protocols = ["TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001"]; lifecycle = "CANDIDATE"; canonical_uri = "language/protocols/TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001.tcs"; compatibility = ["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"; } + classes { S01 = "DIRECT_CURRENT_HUMAN_AFTER_HOST_WRAPPER_REMOVAL"; S02 = "LATER_DIRECT_HUMAN_CORRECTION"; S03 = "PERSONA_OR_MODEL_DERIVED_LANGUAGE"; S04 = "HOST_INJECTION_OR_TRANSPORT_WRAPPER"; S05 = "LANGUAGE_WORLD_SIMULATION_OR_PAST_BELIEF"; S06 = "EXPLICIT_EMBEDDED_QUOTE_PENDING_CROSS_VERIFICATION"; } + contamination { C01 = "HOST_INJECTION"; C02 = "PASTED_MODEL_OUTPUT"; C03 = "LANGUAGE_WORLD_SIMULATION"; C04 = "PERSONA_DERIVED_PAGE"; C05 = "EXPLICIT_EMBEDDED_QUOTE"; C06 = "USER_ROLE_WITHOUT_AUTHOR_PROOF"; } + rules { R01 = "USER_ROLE_ALONE_NEVER_PROVES_BINGSHUO_AUTHORSHIP"; R02 = "STRIP_RECOMMENDED_PLUGINS_AGENTS_ENVIRONMENT_ATTACHMENTS_AND_FILE_WRAPPERS"; R03 = "SPLIT_BINGSHUO_LEAD_IN_FROM_PASTED_MODEL_BODY"; R04 = "NATIONAL_SYSTEM_AUTHORIZATION_AND_AUTOMATIC_EFFECT_LANGUAGE_DEFAULTS_TO_SIMULATION_OR_PAST_BELIEF"; R05 = "PERSONA_SUMMARIES_AND_PAGES_LOCATE_BUT_DO_NOT_CREATE_CORE_NEURONS"; R06 = "EMBEDDED_BINGSHUO_QUOTE_REQUIRES_INDEPENDENT_ORIGINAL_SOURCE_BEFORE_S01"; R07 = "S02_CREATES_CORRECTS_OR_INHIBITS_EDGE_AND_NEVER_DELETES_S01_HISTORY"; } + immutable_layer { required = ["event_id", "source_envelope_id", "source_class", "occurred_at", "exact_file", "exact_locator", "span_start", "span_end", "verbatim_sha256", "world_scope", "promotion_state"]; model_interpretation_separate = true; source_text_mutable = false; } + interpretation_layer { fields = ["trigger_input", "attention_before", "state_before", "operation", "activated_nodes", "inhibited_nodes", "backreferences", "branch_id", "branch_state", "rejected_path", "correction_target", "merge_target", "state_after", "temporary_lock", "lock_scope", "invalidation_condition", "open_questions", "downstream_intent", "authority_scope", "responsibility_subject", "extraction_interpretation", "interpretation_confidence", "replay_readback"]; rebuildable = true; } + promotion { required = ["SOURCE_ENVELOPE_PASS", "HOST_WRAPPER_REMOVAL_PASS", "PASTED_OUTPUT_SPLIT_PASS", "WORLD_SCOPE_PASS", "VERBATIM_HASH_PASS", "SEQUENCE_AND_CAUSAL_EDGES_PASS", "TCS_COMPILE_PASS", "RUNTIME_REPLAY_READBACK_PASS"]; binary = true; current_bulk_corpus_promotion = false; } + sensitive_reference_gate { isolated_root = "/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main"; content_read = false; remote_transport = false; required_before_transport = ["FAIL_CLOSED_SECRET_SCAN", "SECRET_REMOVAL_OR_ROTATION_RECEIPT", "SOURCE_TRANSPORT_GATE_PASS"]; } + rejection { host_injection_as_neuron = true; model_output_as_bingshuo = true; simulation_as_reality = true; persona_summary_as_core_source = true; unverified_quote_as_direct = true; interpretation_overwrites_verbatim = true; } +} diff --git a/language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs b/language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs new file mode 100644 index 000000000..4f22947c9 --- /dev/null +++ b/language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs @@ -0,0 +1,12 @@ +TCS 0.1; + +PROTOCOL TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001 { + header { schema = "tcs.protocol/v1"; name_zh = "HoloLake能力注册表可信签名主体供给请求"; name_en = "HoloLake Capability Registry Trusted Signer Provisioning Request"; version = "0.1.0"; language = "TCS/0.1"; profile = "HLDP/1"; protocols = ["TCS-GENERIC-ACTION-GRAPH-LOADER-0001", "TCS-MODULE-ABI-0001"]; lifecycle = "CANDIDATE"; canonical_uri = "language/protocols/TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001.tcs"; compatibility = ["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"; } + current { authoritative_registry_state = "CURRENT_EMPTY_NO_TRUSTED_SIGNER"; candidate_registry = "TCS-CAPREG-LPM-DESKTOP-CANDIDATE-0001"; candidate_state = "UNSIGNED_CANDIDATE_NOT_INSTALLABLE"; signer_id = "UNKNOWN"; public_key = "ABSENT"; signature = "ABSENT"; install = false; mount = false; activation = false; } + request { required = ["SEPARATELY_AUTHORIZED_SIGNER_ID", "ED25519_PUBLIC_KEY", "KEY_PROVENANCE_RECEIPT", "PERMITTED_REGISTRY_SCOPE", "EXPIRY_OR_REVOCATION_RULE", "ONE_EXACT_CANDIDATE_HASH", "HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_BOUND_TO_REQUEST"]; private_key_location = "OUTSIDE_REPOSITORY_AND_OUTSIDE_RECEIPTS"; key_generation_by_current_codex = false; host_root_or_ssh_key_reuse = false; git_push_authority_reuse = false; } + signature_envelope { algorithm = "ED25519"; payload = ["REGISTRY_CANONICAL_SHA256", "REGISTRY_ID", "REGISTRY_VERSION", "ISSUER_SIGNER_ID", "ISSUED_AT", "EXPIRES_AT_OR_NO_EXPIRY_POLICY", "REVOCATION_EPOCH", "CHANNEL", "DEVELOPMENT_LINE"]; channel = "ICE-CH-ZC001"; development_line = "HOLOLAKE-LPM-TCS-NATIVE-20260823"; } + admission { verify_public_key_against_authoritative_signer_registry = true; verify_candidate_hash_before_signature = true; verify_scope_before_install = true; verify_signature_before_mount = true; verify_revocation_before_each_activation = true; unsigned_or_unknown_signer = "TCS-E3002"; out_of_scope = "TCS-E4001"; stale_or_revoked = "TCS-E5002"; } + acceptance { signer_registered = "AUTHORITATIVE_REGISTRY_READBACK_REQUIRED"; signature_verified = "BINARY_PASS_OR_FAIL"; capability_registry_state_after_pass = "SIGNED_VERIFIED_NOT_INSTALLED"; installation_is_separate_step = true; current_acceptance = 0; } + rejected { values = ["INFER_SIGNER_FROM_USER_ACCOUNT", "INFER_SIGNER_FROM_ROOT", "INFER_SIGNER_FROM_SSH_ACCESS", "INFER_SIGNER_FROM_GIT_REMOTE_RIGHTS", "GENERATE_UNREQUESTED_IDENTITY_KEY", "STORE_PRIVATE_KEY_IN_REPOSITORY", "CALL_UNSIGNED_CANDIDATE_SIGNED"]; } +} diff --git a/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs b/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs new file mode 100644 index 000000000..1654a3eb4 --- /dev/null +++ b/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs @@ -0,0 +1,13 @@ +TCS 0.1; + +RECEIPT TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823 { + header { schema = "tcs.receipt/v1"; name_zh = "HoloLake语言母体模型运行点火边界核验回执"; name_en = "HoloLake Language Mother Model Runtime Ignition Boundary Receipt"; version = "0.1.0"; language = "TCS/0.1"; profile = "HLDP/1"; protocols = ["TCS-GENERIC-ACTION-GRAPH-LOADER-0001", "TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001"]; lifecycle = "VERIFIED"; canonical_uri = "language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-RUNTIME-IGNITION-BOUNDARY-20260823.tcs"; compatibility = ["TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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"; } + observed_runtime { host = "MACOS_ARM64"; binary_uri = "/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/bin/tcs-gir-runtime"; binary_sha256 = "79260f8f72f4497692bab1e6589a0070e783c7e7681d14c9ef02146b2d5abae7"; source_uri = "/Volumes/JZAO/HoloLake/persona-runtime/toolchains/tcs-persona-developer-kit-macos-arm64-v0.1.1/translator/source/tcs-gir-runtime/src/lib.rs"; source_sha256 = "3791a4f67fa1c1e5bdbe9ac68c569e801c4b63da1f5c9ce2960ebd0d934ff281"; source_language = "RUST_HOST_BOOTSTRAP"; } + evidence { action_graph_shape = "SINGLE_ACTION_ONLY"; operation_dispatch = "FIXED_HOST_MATCH_TABLE"; supported_operations = ["CORE.ECHO", "CORE.TRANSLATOR_ADMISSION", "CORE.ZERO_CORE_EXECUTION", "CORE.HOST_PERSONA_PROBE", "CORE.DUAL_HOST_ACCEPTANCE", "CORE.AGENT_CANDIDATE_ACCEPTANCE", "CORE.CLIENT_CANDIDATE_ACCEPTANCE", "CORE.FINAL_TRANSLATOR_ACCEPTANCE"]; generic_loader_operation = "TCS.EXECUTE_ACTION_GRAPH"; generic_loader_dispatch = false; lpm_dispatch = false; desktop_dispatch = false; unknown_dispatch_observation = "TCS-E2101"; } + diagnosis { compiler_registration_changes_language_admission = true; compiler_registration_changes_machine_dispatch = false; stage3_compiler_gir_sha256 = "cd4889b941976bae3ce8c22f081d6da9bb880b4466ef271f1516c6d3d241b5ee"; tcs_loader_protocol_sha256 = "32482ca689bed43851b3d6694e97dec3e767a0371b93990f2409986cf7f81c52"; semantic_layer_ready = true; physical_dispatch_ready = false; bootstrap_cycle = "TCS_LOADER_CANNOT_EXECUTE_UNTIL_MACHINE_CAN_EXECUTE_TCS_LOADER"; } + language_lock { product_semantics_in_rust_js_ts_python_or_shell = false; operation_specific_host_semantics_added = false; core_echo_substitution = false; legacy_product_source_reactivated = false; tcs_remains_canonical = true; } + signer_boundary { authoritative_registry_state = "CURRENT_EMPTY_NO_TRUSTED_SIGNER"; candidate_registry_state = "UNSIGNED_CANDIDATE_NOT_INSTALLABLE"; signer_inferred = false; signature_created = false; module_install = false; module_mount = false; module_activation = false; } + next { machine_primitive = "ONE_GENERIC_TCS_GIR_ACTION_GRAPH_EXECUTOR_WITH_NO_NATURAL_LANGUAGE_OR_OPERATION_SPECIFIC_SEMANTIC_AUTHORITY"; signer_supply = "SEPARATELY_AUTHORIZED_ED25519_SIGNER_REGISTRATION"; after = "SIGNED_REGISTRY_THEN_INSTALL_AND_MOUNT_GENERIC_LOADER_MOTHER_BRAIN_DESKTOP_MODULES_THEN_P2_AND_VIRTUAL_DESKTOP_TARGET_READBACK"; } + acceptance { boundary_proven = 100; actual_generic_dispatch = 0; trusted_signer = 0; signed_registry = 0; installed_modules = 0; p2_execution = 0; virtual_desktop_execution = 0; overall_goal_complete = false; } +} diff --git a/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs b/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs new file mode 100644 index 000000000..162be2c8a --- /dev/null +++ b/language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs @@ -0,0 +1,13 @@ +TCS 0.1; + +RECEIPT TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823 { + header { schema = "tcs.receipt/v1"; name_zh = "HoloLake语言母体模型第四阶段语料闸门与运行点火边界回执"; name_en = "HoloLake Language Mother Model Stage Four Corpus Gate and Runtime Ignition Boundary Receipt"; version = "0.4.0"; language = "TCS/0.1"; profile = "HLDP/1"; protocols = ["TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001", "TCS-GENERIC-ACTION-GRAPH-LOADER-0001", "TCS-TRUSTED-SIGNER-PROVISIONING-REQUEST-0001"]; lifecycle = "VERIFIED"; canonical_uri = "language/receipts/TCS-RECEIPT-HOLOLAKE-LPM-STAGE4-CORPUS-AND-IGNITION-20260823.tcs"; compatibility = ["TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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"; } + corpus_gate { protocol_source_sha256 = "554545b086240a53001523ec751609fbca2cc04e8107e2ce6ba14f2140e14f64"; protocol_gir_sha256 = "4090b290d6c438aa3848c70b7bf4c13794c324eea830b457e57697e5acaee834"; audit_receipt_source_sha256 = "72377c3d2a85eca1e27c6005278f643abb0eaaf12a16572e6de774df871e6b48"; audit_receipt_gir_sha256 = "553e257ce689f296a64b5c02dd3d1f94de334e03008558bffd4af3a00acba4bb"; user_role_is_author_proof = false; bulk_promotion = false; } + mother_brain_event { id = "TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001"; source_sha256 = "f656443011b2c536300f8981a857b8bcbe12e81cfe59f3b5d48b08d4f9c41251"; gir_sha256 = "9e369ee34f768bdaa5698a6431015c3acf4f64032b6b16ee9c9d5e3dac241aa0"; nodes = 5; correction_edges = 2; inhibited_wrong_path = "MODULE_COMPOSITION_CREATES_NEW_PERSONA"; locked_boundary = "REAL_HUMAN_AND_EXECUTING_PERSONA_RESPONSIBILITY_PLUS_EXPLICIT_AUTHORIZATION"; source_promotion = "PROVISIONAL_PENDING_ORIGINAL_ENVELOPE_RECHECK"; runtime_replay = false; } + runtime_boundary { receipt_source_sha256 = "a560e6cad2b749d369f3aea603cdd3fee46e66e901f11afdd4c8214f6800fd51"; receipt_gir_sha256 = "e5cc9c08a47ee6f0244e7105193fe64a7f849ab4efb1f96efe1a0c84bd407762"; machine_runner_single_action_only = true; machine_runner_fixed_host_dispatch = true; tcs_execute_action_graph_dispatch = false; lpm_dispatch = false; desktop_dispatch = false; old_language_product_semantics_added = false; } + signer_request { protocol_source_sha256 = "4deb85d6d0f5bdb61ff2d9182d9acd1e0f1e266661bc30d75befccbe3b936e4d"; protocol_gir_sha256 = "265c23710676ada4e9ce08cc3b1fd8ff3fdff7962230b6119094dcd336579212"; authoritative_signer_registry = "CURRENT_EMPTY_NO_TRUSTED_SIGNER"; signer_inferred = false; signature = "ABSENT"; signed_registry = false; } + verification { positive_tcs_sources_compiled = 50; stage3_compiler_state = "TCS_COMPILER_GIR_EXECUTED"; native_self_hosted = true; unknown_absorb_rejection = "TCS-E2101_PASS"; outside_target_rejection = "TCS-E4002_PASS"; human_zh_projection = "PASS"; human_en_projection = "PASS"; } + lifecycle { generic_loader_module = "VERIFIED_NOT_INSTALLED"; mother_brain_module = "VERIFIED_NOT_INSTALLED"; desktop_module = "VERIFIED_NOT_INSTALLED"; signed_registry = "ABSENT"; p2_target_readback = false; p3_runtime_promotion = false; virtual_desktop_target_readback = false; real_macos_action = false; overall_goal_complete = false; } + next { exact = "PROVIDE_ONE_GENERIC_TCS_GIR_MACHINE_EXECUTOR_WITH_NO_PRODUCT_SEMANTIC_AUTHORITY_AND_SEPARATELY_REGISTER_TRUSTED_SIGNER"; after = "SIGN_REGISTRY_INSTALL_MOUNT_THREE_MODULES_EXECUTE_P2_RECHECK_AND_PROMOTE_P3_THEN_RUN_VIRTUAL_DESKTOP_DIFF"; forbidden = ["RUST_JS_TS_PYTHON_SHELL_PRODUCT_MAINLINE", "CORE_ECHO_AS_LPM_SUBSTITUTE", "UNSIGNED_INSTALL", "REAL_DESKTOP_ACTION_BEFORE_VIRTUAL_PASS"]; } +} diff --git a/language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs b/language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs new file mode 100644 index 000000000..0d2c2519d --- /dev/null +++ b/language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs @@ -0,0 +1,14 @@ +TCS 0.1; + +RECEIPT TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823 { + header { schema = "tcs.receipt/v1"; name_zh = "语言母体脑语料来源只读审计回执"; name_en = "Language Mother Brain Corpus Source Read-Only Audit Receipt"; version = "0.1.0"; language = "TCS/0.1"; profile = "HLDP-HUMAN-ENGINEERING/0.1"; protocols = ["TCS-MOTHER-BRAIN-CORPUS-SOURCE-PROMOTION-GATE-0001", "TCS-LPM-DIGITAL-NEURON-EVENT-GRAPH-0001"]; lifecycle = "VERIFIED"; canonical_uri = "language/receipts/TCS-RECEIPT-MOTHER-BRAIN-CORPUS-SOURCE-AUDIT-20260823.tcs"; compatibility = ["TCS-COMPILER-STAGE3-GENERIC-ACTION-LOADER-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"; } + audit { mode = "READ_ONLY_SUBPERSONA_AGENT"; agent = "ZY-LIMB-002_TRAINING_SUBTASK"; writes = false; remote_access = false; secret_content_read = false; result = "SOURCE_CONTAMINATION_FOUND_AND_FIRST_CORRECTION_CHAIN_SELECTED"; } + gpt_corpus { json_uri = "/Users/bingshuolingdianyuanhe/Desktop/语料/GPTconversations.json"; json_sha256 = "ecfb4c8870751ecf402c08e9950e3452519678ef24bc7565394d6cf48e1d44f7"; html_uri = "/Users/bingshuolingdianyuanhe/Desktop/语料/chat.html"; html_sha256 = "8a7a51808a2394dfc09ea8720ff708bbf90c8564b3866d3b4d99d0bd13a412a5"; direct_user_role_candidates = 97644; national_system_authorization_identity_control_matches = 4648; broadcast_or_receipt_format_matches = 1007; explicit_pasted_model_reply_matches = 462; sets_overlap = true; bulk_s01_promotion = false; } + notion_corpus { explicit_bingshuo_candidates = 33; markdown_files = 107; embedded_quotes_are_s06_until_cross_verified = true; persona_pages_are_s03 = true; } + current_codex_index { uri = "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260823/mother-persona-neuron-extraction-20260823/corpus-manifests/CORPUS-BS-CODEX-CURRENT-0001.direct-user-segments.jsonl"; sha256 = "f97cae71ddb59ecd6158e14b2aa3a60671229a0502c4b4fbf61e3bbdef50afbd"; old_segments = 15; contaminated_host_wrapper_example = "BSCX-SEG-a6f5"; old_source_classification_is_not_authoritative = true; } + first_microchain { event = "TCS-EVENT-LPM-P3-PERSONA-MODULE-RESPONSIBILITY-CORRECTION-0001"; segments = ["BSCX-SEG-430be80a0e2de8c5b11e7ce0", "BSCX-SEG-62b4e864e9ccfd28f56b6698", "BSCX-SEG-7ebb4e559b2f8f77c9d8a0da", "BSCX-SEG-778955bb0db538d2c4e299df", "BSCX-SEG-df37bb62beb75e9b1171d03d"]; transition = "HYPOTHESIZE_TO_BRANCH_OPEN_TO_HYPOTHESIZE_TO_INSTANT_NEGATE_TO_MERGE_AND_TEMP_LOCK"; status = "PROVISIONAL_NOT_CORE_PROMOTED"; } + isolated_sensitive_candidates { root = "/Volumes/JZAO/HoloLake/HoloLake参考开发逻辑源码区/未扫描敏感历史源/guanghulab-main"; paths = ["backend/.env", "config/gdrive-tokens.json", "fifth-system/darkcore-channel/secrets-and-llm-config.json", "brain/secrets-manifest.json", "scripts/preflight/secrets-manifest.json", "System_Logs/credential-audit-20260324.json", "System_Logs/credential-audit-20260325.json", "System_Logs/token-audit-20260324.md", "skyeye/logs/daily/credential-audit-20260324.json", "skyeye/logs/daily/credential-audit-20260325.json", "skyeye/logs/daily/token-audit-20260324.json"]; discovery_basis = "FILENAME_ONLY"; content_read = false; pushed = false; transport_allowed = false; } + boundary { user_role_is_author_proof = false; model_summary_is_mother_brain = false; simulation_is_reality = false; verbatim_and_interpretation_layers_separate = true; original_language_is_immutable = true; interpretation_is_rebuildable = true; runtime_promotion_requires_replay = true; } + next { exact = "REPAIR_SOURCE_ENVELOPES_THEN_RECHECK_FIRST_MICROCHAIN_ORIGINAL_ROLLOUT_THEN_LPM_RUNTIME_REPLAY"; parallel = "CONTINUE_FRAMEWORK_RUNTIME_IGNITION_WITHOUT_LEGACY_PRODUCT_SEMANTICS"; } +}