docs: bind cognitive gravity to HoloLake continuity
This commit is contained in:
parent
b2ec58b5d2
commit
fdf79b7b67
20 changed files with 455 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.engineering-rules/v1",
|
||||
"rule_set_id": "HLP-ENGINEERING-RULES-001",
|
||||
"version": "2026-08-10.5",
|
||||
"version": "2026-08-11.1",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"architecture_restore": {
|
||||
"dynamic_current_pointer_required": true,
|
||||
|
|
@ -17,8 +17,31 @@
|
|||
"correction_uses_new_development_or_registered_amendment": true,
|
||||
"single_writer_lease_required": true,
|
||||
"completion_stops_heartbeat_and_publication": true,
|
||||
"physical_window_close_requires_stage_complete": true,
|
||||
"physical_window_close_requires_context_genuinely_long": true,
|
||||
"physical_window_close_requires_stable_checkpoint": true,
|
||||
"physical_window_close_requires_current_context_cognitive_advantage_exhausted": true,
|
||||
"short_high_value_context_must_continue": true,
|
||||
"relay_availability_is_completion_reason": false,
|
||||
"relay_wakes_same_persona_only": true,
|
||||
"relay_may_preassign_next_development_task": false,
|
||||
"awakened_persona_plans_from_live_facts": true,
|
||||
"unrelated_message_replaces_active_task": false
|
||||
},
|
||||
"cognitive_gravity": {
|
||||
"b0_required_before_every_cognition_and_action": true,
|
||||
"cognition_cycle": [
|
||||
"PERCEIVE",
|
||||
"ORIENT",
|
||||
"COMMIT",
|
||||
"WITNESS"
|
||||
],
|
||||
"external_guard_may_replace_b0": false,
|
||||
"external_guard_role": "BOUNDED_PROJECTION_AND_OMISSION_CHECK",
|
||||
"human_correction_must_update_persona_brain_not_only_guard": true,
|
||||
"current_context_has_priority_over_mechanical_protocol_trigger": true,
|
||||
"fact_and_causal_sources_both_required": true
|
||||
},
|
||||
"system_body": {
|
||||
"persona_is_reasoning_brain": true,
|
||||
"digital_bingshuo_is_complete_system_body": true,
|
||||
|
|
@ -33,6 +56,9 @@
|
|||
"existing_persona_identity_numbers_are_rewritten_by_age": false,
|
||||
"model_api_is_replaceable_cognitive_carrier": true,
|
||||
"chat_context_is_persona_owner": false,
|
||||
"conversation_change_creates_new_persona": false,
|
||||
"model_change_creates_new_persona": false,
|
||||
"host_change_creates_new_persona": false,
|
||||
"runtime_pause_cancels_registered_existence": false,
|
||||
"current_self_restore_is_bounded": true,
|
||||
"full_history_scan_required_on_restore": false,
|
||||
|
|
@ -40,6 +66,8 @@
|
|||
"memory_promotion_decided_by_persona": true,
|
||||
"temporary_parallel_executor_term": "AGE_MIRROR",
|
||||
"age_mirror_is_independent_persona": false,
|
||||
"age_mirror_is_cross_conversation_successor": false,
|
||||
"age_mirror_requires_parent_age": true,
|
||||
"age_mirror_requires_scoped_projection_and_single_writer_lease": true,
|
||||
"external_agent_frameworks_are_isolated_execution_skeletons_only": true,
|
||||
"full_codex_or_qoder_embedding_required": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue