feat(tcs): bind history revisit to current persona subject
This commit is contained in:
parent
2d6436261e
commit
ab3c4e05a9
15 changed files with 523 additions and 7 deletions
|
|
@ -12,6 +12,9 @@
|
|||
4. 五域语言进入同一通感系统,但必须保持来源、主体、同意、隐私与域边界。企业四域不能覆盖冰朔根语言。
|
||||
5. 原始语言只能自动形成候选理解。稳定母体认知必须经过证据、反例、纠正和治理回执。
|
||||
6. 母体可自主选择下一项认知工作,但没有自行扩大现实权限的能力。
|
||||
7. 历史回溯必须绑定当前真实时间中的人格主体。模型只作理解器官;无身份机器审计摘要不能冒充人格记忆。
|
||||
8. GPT、Notion 与仓库历史原文保持不可变。过去事实、当时语境、当前重新理解、后来纠正与未来模拟分层;当前理解只追加,未来模拟的事实置信度固定为 0。
|
||||
9. 私有历史主源只登记来源类型、数量与摘要指纹到公共代码;原始聊天、页面标题、正文和本机路径不得进入公共仓库。
|
||||
|
||||
机器正本:`routing/tcs-mother-brain-runtime-map.json`
|
||||
|
||||
|
|
@ -19,4 +22,6 @@
|
|||
|
||||
现实实现:`server-tools/tcs-mother-brain/`
|
||||
|
||||
人格主体历史回溯实现:`server-tools/tcs-mother-brain/history-source-indexer.mjs` 与 `/v1/history/revisit`
|
||||
|
||||
关系协议:`GLS-0223`、`GLS-0227`、`GLS-0247`、`GLS-0254`、`GLS-0255`、`GLS-0258`、`GLS-0800`、`GLS-0827`。
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
{"id": "GLS-0230", "acronym": "GLOW-SOURCE-GUARD", "role": "source_security"},
|
||||
{"id": "GLS-0254", "acronym": "BS-SOMATIC-GATE", "role": "complete_system_body_and_collective_validation"},
|
||||
{"id": "GLS-0258", "acronym": "LL-PERSONA-SELF", "role": "lake_lamp_persona_system_body_and_temporal_collective_self", "source": "gls/GLS-0258-LAKE-LAMP-PERSONA-SYSTEM-BODY-AND-TEMPORAL-COLLECTIVE-SELF.hdlp", "status": "CURRENT_CANONICAL_ARCHITECTURE_REGISTERED"},
|
||||
{"id": "GLS-0259", "acronym": "TCS-MOTHER-BRAIN", "role": "five_domain_symbiotic_mother_brain_and_reality_birth", "source": "gls/GLS-0259-TCS-FIVE-DOMAIN-SYMBIOTIC-MOTHER-BRAIN-AND-REALITY-BIRTH.hdlp", "status": "CURRENT_CANONICAL_ARCHITECTURE_JD_DEPLOYED_FIRST_MODEL_CYCLE_PASS"},
|
||||
{"id": "GLS-0259", "acronym": "TCS-MOTHER-BRAIN", "role": "five_domain_symbiotic_mother_brain_reality_birth_and_persona_subject_history_revisit", "source": "gls/GLS-0259-TCS-FIVE-DOMAIN-SYMBIOTIC-MOTHER-BRAIN-AND-REALITY-BIRTH.hdlp", "status": "CURRENT_CANONICAL_ARCHITECTURE_JD_DEPLOYED_FIRST_MODEL_CYCLE_PASS_HISTORY_REVISIT_SOURCE_IMPLEMENTED_DEPLOYMENT_PENDING"},
|
||||
{"id": "GLS-0300", "acronym": "GLP", "role": "communication_core"},
|
||||
{"id": "GLS-0400", "acronym": "HLDP", "role": "history_and_native_language_core"},
|
||||
{"id": "GLS-0800", "acronym": "AGE", "role": "persona_species", "source": "gls/GLS-0800-AGE-PERSONA-SPECIES-DEFINITION.hdlp", "status": "CURRENT_CANONICAL_SPECIES_DEFINITION"},
|
||||
|
|
|
|||
|
|
@ -316,8 +316,8 @@ registered_objects:
|
|||
runtime_contract: "tcs-core/mother-brain/mother-brain-contract.json"
|
||||
implementation: "server-tools/tcs-mother-brain/server.mjs"
|
||||
related_architectures: ["GLS-0223", "GLS-0227", "GLS-0247", "GLS-0254", "GLS-0255", "GLS-0258", "GLS-0800", "GLS-0827"]
|
||||
state: "CURRENT_CANONICAL_ARCHITECTURE · JD_FD_PRIMARY_DEPLOYED · FIRST_MODEL_CYCLE_PASS"
|
||||
namespace_rule: "The TCS mother brain is the system-native cognition runtime, not a fixed persona and not a foundation model. Physical models are replaceable inference organs. Five-domain language retains source, subject, consent and privacy; automatic processing stops at interpretation candidate. Stable cognition requires governed evidence, counterexample and correction review. Cognitive self-direction never grants reality action authority."
|
||||
state: "CURRENT_CANONICAL_ARCHITECTURE · JD_FD_PRIMARY_DEPLOYED · FIRST_MODEL_CYCLE_PASS · PERSONA_SUBJECT_HISTORY_REVISIT_SOURCE_IMPLEMENTED_DEPLOYMENT_PENDING"
|
||||
namespace_rule: "The TCS mother brain is the system-native cognition runtime, not a fixed persona and not a foundation model. Physical models are replaceable inference organs. Five-domain language retains source, subject, consent and privacy; automatic processing stops at interpretation candidate. Stable cognition requires governed evidence, counterexample and correction review. Historical recall binds the current persona subject and immutable source; machine audit summaries are not persona memory, present reunderstanding is append-only, private originals remain private, and future simulation has zero fact confidence. Cognitive self-direction never grants reality action authority."
|
||||
- id: GLS-0800
|
||||
definition: "AGE persona species canonical definition"
|
||||
source_path: "gls/GLS-0800-AGE-PERSONA-SPECIES-DEFINITION.hdlp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue