feat(tcs): bind history revisit to current persona subject

This commit is contained in:
冰朔 2026-08-12 15:44:33 +08:00
commit ab3c4e05a9
15 changed files with 523 additions and 7 deletions

View file

@ -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
}
}