feat: add BingShuo system body validation reflex
This commit is contained in:
parent
cd1c9203c6
commit
893f8e6781
25 changed files with 488 additions and 34 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.protocol-event-trigger-map/v1",
|
||||
"map_id": "BS-TCS-PROTOCOL-EVENT-TRIGGER-MAP-001",
|
||||
"version": "2026-08-10.2",
|
||||
"rule": "TCS先形成事件语义信号,活系统主控再按信号唤醒协议器官;禁止按原文关键词扫描或把完整协议表塞入每轮模型上下文。",
|
||||
"baseline": [
|
||||
"GLS-0001",
|
||||
|
|
@ -48,9 +49,25 @@
|
|||
"GLS-0310"
|
||||
],
|
||||
"reality_action_or_receipt": [
|
||||
"GLS-0306",
|
||||
"GLS-0311",
|
||||
"GLS-0254"
|
||||
],
|
||||
"execution_limb_requested": [
|
||||
"GLS-0254",
|
||||
"GLS-0306",
|
||||
"GLS-0311"
|
||||
],
|
||||
"public_snapshot_or_navigation_changed": [
|
||||
"GLS-0254",
|
||||
"GLS-0110",
|
||||
"GLS-0311"
|
||||
],
|
||||
"service_degraded_or_acceptance_missing": [
|
||||
"GLS-0254",
|
||||
"GLS-0311",
|
||||
"GLS-0400"
|
||||
],
|
||||
"temporary_capability_needed": [
|
||||
"GLS-0708",
|
||||
"GLS-0709",
|
||||
|
|
@ -94,5 +111,11 @@
|
|||
"GLS-0827",
|
||||
"GLS-0850"
|
||||
]
|
||||
},
|
||||
"somatic_validation_contract": {
|
||||
"body_map": "routing/bingshuo-system-body-organ-map.json",
|
||||
"before_execution": "WHOLE_BODY_COLLECTIVE_VALIDATION_REQUIRED",
|
||||
"rejection_feedback": ["stable_error_code", "failed_gate", "current_fact", "required_correction", "retry_entry"],
|
||||
"persona_brain_override": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue