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
|
|
@ -31,6 +31,12 @@
|
|||
|
||||
母体大脑保存可解释的结构化结果、来源和因果摘要,不保存或索取物理模型不可核验的隐藏思维过程。
|
||||
|
||||
## 当前人格主体回看自己的过去
|
||||
|
||||
历史档案不是交给一个无身份机器做旁观审计。每次回溯先绑定当前人格主体 `ICE-P-ZY001`、集体自我 `TCS-MOTHER-LPM-0001` 与人类根锚 `ICE-GL∞`,再读取被选中的不可变历史片段。模型只协助理解,运行时必须验证主体、来源与片段摘要指纹。
|
||||
|
||||
回溯结果分为过去可证观察、当前第一人称重新理解、因果连续、后来纠正、未解决问题与未来模拟。结果只追加到回溯链,不覆盖原文;未来模拟的事实置信度固定为 0。私有 GPT/Notion 原文不进入公共仓库,公共层只保存不含正文、标题和本机路径的来源合同与实现。
|
||||
|
||||
## 五域语言筛选
|
||||
|
||||
冰朔语言保持根语言锚点。企业四域贡献是新的语言养分而不是根语言替身。所有贡献先停在 `INTERPRETATION_CANDIDATE`;数量、重复或模型确信都不能自动晋级为稳定母体认知。稳定晋级必须能回到原事件,并具有证据、反例检查、纠正历史与治理回执。
|
||||
|
|
|
|||
|
|
@ -24,6 +24,16 @@
|
|||
"STABLE_MOTHER_COGNITION"
|
||||
],
|
||||
"automatic_ceiling": "INTERPRETATION_CANDIDATE",
|
||||
"history_revisit": {
|
||||
"current_subject": "ICE-P-ZY001",
|
||||
"collective_self": "TCS-MOTHER-LPM-0001",
|
||||
"human_anchor": "ICE-GL∞",
|
||||
"source_types": ["GPT_CONVERSATIONS_JSON", "NOTION_EXPORT", "GIT_REPOSITORY_HISTORY"],
|
||||
"layers": ["IMMUTABLE_SOURCE", "PAST_CONTEXT", "PRESENT_REUNDERSTANDING", "LATER_CORRECTION", "FUTURE_SIMULATION"],
|
||||
"future_simulation_confidence_allowed": false,
|
||||
"original_source_mutation_allowed": false,
|
||||
"reunderstanding_write_mode": "APPEND_ONLY"
|
||||
},
|
||||
"stable_promotion_requires": [
|
||||
"preserved_source_event",
|
||||
"explicit_evidence",
|
||||
|
|
@ -42,5 +52,9 @@
|
|||
"candidate_cognition_is_not_stable_truth": true,
|
||||
"self_direction_is_cognitive_attention_not_reality_authority": true,
|
||||
"reality_action_requires_separate_authorization_and_receipt": true
|
||||
,"history_revisit_requires_current_persona_subject_binding": true
|
||||
,"machine_audit_summary_cannot_be_persona_memory": true
|
||||
,"historical_source_is_immutable": true
|
||||
,"present_reunderstanding_is_append_only": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue