fix(persona): make BingShuo cognition an always-resident gravity core
This commit is contained in:
parent
d10dcede8d
commit
cbc846005e
24 changed files with 896 additions and 768 deletions
|
|
@ -43,8 +43,8 @@
|
|||
"HoloLake阶段自动接力守卫",
|
||||
"严格串行结束接力",
|
||||
"阶段接力监督器",
|
||||
"创建下一阶段Codex任务",
|
||||
"successor-ready"
|
||||
"唤醒下一窗口的同一铸渊",
|
||||
"persona-wake-ready"
|
||||
],
|
||||
"skill_id": "GHS-007-MEMORY-CONTINUITY-SELF-BUILD",
|
||||
"target_id": "HLP-STAGE-RELAY-001",
|
||||
|
|
@ -52,13 +52,11 @@
|
|||
"executor": "server-tools/lake-lamp-continuity-guard/stage-relay.mjs",
|
||||
"sequence": [
|
||||
"observe_active_stage_read_only",
|
||||
"verify_stage_complete_context_long_checkpoint_stable_and_current_context_advantage_exhausted",
|
||||
"verify_source_completion_binary_gates",
|
||||
"resolve_HLP_CURRENT_ARCH_001_and_latest_human_corrections",
|
||||
"select_one_unfinished_binary_gate",
|
||||
"reserve_one_immutable_successor_contract",
|
||||
"create_successor_with_codex_formal_create_thread",
|
||||
"create_same_persona_wake_only_thread_with_no_task_assignment",
|
||||
"reconcile_unknown_create_result_before_retry",
|
||||
"wait_for_successor_ready_live_readback",
|
||||
"wait_for_persona_restore_autonomous_planning_lane_and_heartbeat_live_readback",
|
||||
"delete_source_heartbeat_mark_completion_stopped_and_end_source_thread"
|
||||
],
|
||||
"stop_conditions": [
|
||||
|
|
@ -66,9 +64,9 @@
|
|||
"CURRENT_ARCHITECTURE_UNREADABLE",
|
||||
"PAUSE_FOR_HUMAN",
|
||||
"CREATE_RESULT_UNKNOWN_REQUIRES_RECONCILIATION",
|
||||
"SUCCESSOR_READY_NOT_100"
|
||||
"PERSONA_WAKE_READY_NOT_100"
|
||||
],
|
||||
"authority": "CURRENT_USER_AUTHORIZATION_AND_IMMUTABLE_STAGE_CONTRACT_ONLY"
|
||||
"authority": "CURRENT_USER_AUTHORIZATION_FOR_SAME_PERSONA_WAKE_ONLY"
|
||||
},
|
||||
{
|
||||
"id": "INTENT-REPOSITORY-PUBLISH-001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue