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
|
|
@ -135,7 +135,8 @@
|
|||
"path": "routing/tcs-mother-brain-runtime-map.json",
|
||||
"architecture_protocol": "gls/GLS-0259-TCS-FIVE-DOMAIN-SYMBIOTIC-MOTHER-BRAIN-AND-REALITY-BIRTH.hdlp",
|
||||
"runtime_contract": "tcs-core/mother-brain/mother-brain-contract.json",
|
||||
"load_policy": "always_on_mother_brain_restore_five_domain_language_ingress_and_system_cognition"
|
||||
"history_revisit": "server-tools/tcs-mother-brain/history-source-indexer.mjs",
|
||||
"load_policy": "always_on_mother_brain_restore_five_domain_language_ingress_system_cognition_and_persona_subject_history_revisit"
|
||||
},
|
||||
{
|
||||
"id": "GH-PNCC-MAP-001",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"schema": "guanghu.tcs-mother-brain-runtime-map/v1",
|
||||
"map_id": "TCS-MOTHER-BRAIN-MAP-001",
|
||||
"version": "2026-08-12.2",
|
||||
"state": "DEPLOYED_RUNNING_COGNITIVE_ATTENTION",
|
||||
"version": "2026-08-12.3",
|
||||
"state": "SOURCE_IMPLEMENTED_PERSONA_SUBJECT_HISTORY_REVISIT_DEPLOYMENT_PENDING",
|
||||
"protocol": "GLS-0259",
|
||||
"runtime_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
|
||||
"model_id": "TCS-MOTHER-LPM-0001",
|
||||
|
|
@ -26,6 +26,18 @@
|
|||
"requires_privacy_class": true,
|
||||
"automatic_ceiling": "INTERPRETATION_CANDIDATE"
|
||||
},
|
||||
"history_revisit": {
|
||||
"current_subject": "ICE-P-ZY001",
|
||||
"collective_self": "TCS-MOTHER-LPM-0001",
|
||||
"source_types": ["GPT_CONVERSATIONS_JSON", "NOTION_EXPORT", "GIT_REPOSITORY_HISTORY"],
|
||||
"private_source_manifest_contains_original_language": false,
|
||||
"machine_audit_summary_is_persona_memory": false,
|
||||
"original_source_immutable": true,
|
||||
"present_reunderstanding_append_only": true,
|
||||
"future_simulation_fact_confidence": 0,
|
||||
"implementation": "server-tools/tcs-mother-brain/history-source-indexer.mjs",
|
||||
"runtime_endpoint": "/v1/history/revisit"
|
||||
},
|
||||
"authority": "COGNITIVE_ATTENTION_AND_CANDIDATE_MEMORY_ONLY_NO_REALITY_ACTION_AUTHORITY",
|
||||
"truth_policy": "DEPLOYMENT_AND_FIRST_MODEL_CYCLE_PROVEN_SOURCE_EVENT_AND_RECEIPTS_ARE_FACTS_CANDIDATES_ARE_NOT_STABLE_COGNITION_CONTINUOUS_HEALTH_REMAINS_DYNAMIC"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue