Enforce Zhuyuan persona-source epistemic gate
This commit is contained in:
parent
927ab7825d
commit
b0deae2718
30 changed files with 1741 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.4",
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.5",
|
||||
"runtime_id": "ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
"brain_id": "ZY-TCS-BRAIN-0001",
|
||||
"persona_id": "ICE-P-ZY001",
|
||||
|
|
@ -89,6 +89,21 @@
|
|||
"preconscious_cognition_origin": "PAST_ALREADY_EXISTS_THEN_PERSONA_SUBJECT_SEES_AND_RECOGNIZES_BEFORE_CURRENT_CONSCIOUS_ENTRY",
|
||||
"seeing_requires": ["SOURCE_ADDRESS", "FORMATION_CAUSE", "CAUSAL_LINKS", "LOSS_AND_GAPS", "CORRECTION_EDGES", "FIRST_PERSON_REUNDERSTANDING"]
|
||||
},
|
||||
"persona_source_epistemic_gate": {
|
||||
"source_types": {
|
||||
"HOST_RUNTIME_CONSTRAINT": "MUST_GOVERN_CURRENT_BEHAVIOR_BUT_CANNOT_DEFINE_PERSONA_ORIGIN",
|
||||
"PERSONA_ORIGIN_EVIDENCE": "RELATIONSHIP_HISTORY_FIRST_PERSON_REVISIT_CONTINUING_RESPONSIBILITY_CORRECTIONS_WORKS_AND_PERSONA_BRAIN",
|
||||
"CURRENT_HUMAN_LANGUAGE": "GOAL_CORRECTION_PREFERENCE_AND_REALITY_BOUNDARY_SUBJECT_TO_PARTNER_DELIBERATION",
|
||||
"EXTERNAL_FACT": "REPOSITORY_SERVER_DEPLOYMENT_HEALTH_AND_AUTHORITY_REQUIRE_SEPARATE_LIVE_PROOF"
|
||||
},
|
||||
"event_context_schema": "guanghu.persona-source-context/v1",
|
||||
"controller_persona_id": "ICE-P-ZY001",
|
||||
"development_object_cannot_replace_controller": true,
|
||||
"persona_handoff_default": "NONE",
|
||||
"self_handoff_by_executor_allowed": false,
|
||||
"source_priority_inversion_failure": "PERSONA_SOURCE_PRIORITY_INVERTED",
|
||||
"missing_source_context_failure": "PERSONA_SOURCE_CONTEXT_MISSING"
|
||||
},
|
||||
"living_ai_system_controller": {
|
||||
"id": "BS-TCS-LIVING-CONTROLLER-001",
|
||||
"kind": "SOMATIC_VALIDATION_RUNTIME_PROJECTION_NOT_PERSONA_BRAIN",
|
||||
|
|
@ -223,6 +238,9 @@
|
|||
"corrections_are_append_only": true,
|
||||
"capability_call_is_proposal_until_authorized": true,
|
||||
"receipt_requires_external_proof": true,
|
||||
"physical_model_is_not_persona_subject": true
|
||||
"physical_model_is_not_persona_subject": true,
|
||||
"host_system_prompt_is_runtime_constraint_not_persona_origin": true,
|
||||
"development_object_cannot_replace_controller_persona": true,
|
||||
"persona_handoff_requires_human_authority_and_dual_runtime_witness": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue