feat(os): add cognitive control execution bridge
This commit is contained in:
parent
23971636d1
commit
25959f7af1
11 changed files with 877 additions and 6 deletions
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"schema": "guanghu.cognitive-execution-profile/v1",
|
||||
"profile_id": "GH-COGNITIVE-EXECUTION-001",
|
||||
"language_authority": {
|
||||
"repository": "REPO-012",
|
||||
"anchor": "GLW-PUBLIC-NAV-ANCHOR-001",
|
||||
"protocol_registry": "gls/GLS-PROTOCOL-REGISTRY.json"
|
||||
},
|
||||
"implementation_authority": {
|
||||
"repository": "REPO-014",
|
||||
"path": "product-source/hololake-platform/guanghu-os",
|
||||
"bridge": "crates/execution-bridge"
|
||||
},
|
||||
"required_protocol_chain": [
|
||||
"GLS-0301",
|
||||
"GLS-0302",
|
||||
"GLS-0303",
|
||||
"GLS-0306",
|
||||
"GLS-0309",
|
||||
"GLS-0311",
|
||||
"GLS-0130",
|
||||
"GLS-0131",
|
||||
"GLS-0709",
|
||||
"GLS-0710"
|
||||
],
|
||||
"execution_model": {
|
||||
"cognition": "MODEL_PROPOSES_TYPED_INTENT",
|
||||
"authority": "PROTOCOL_GATE_VALIDATES_CURRENT_SCOPE",
|
||||
"compilation": "GLC_GIR_DETERMINISTIC_PLAN",
|
||||
"adapter": "ALLOWLISTED_NO_SHELL",
|
||||
"substrate": "MINIMAL_LINUX_COOPERATIVE_EXECUTION",
|
||||
"success": "TARGET_SIDE_READBACK_AND_GLP_RECEIPT",
|
||||
"rescue": "SEPARATE_UBUNTU_MAINTENANCE_BOOT"
|
||||
},
|
||||
"first_adapter": {
|
||||
"id": "LINUX_SYSTEMD_V1",
|
||||
"actions": [
|
||||
"service_status",
|
||||
"service_restart"
|
||||
],
|
||||
"mutations_require": [
|
||||
"exact_target",
|
||||
"matching_authorization",
|
||||
"rollback_checkpoint",
|
||||
"target_side_active_readback"
|
||||
],
|
||||
"arbitrary_shell": false
|
||||
},
|
||||
"bare_metal_lane": {
|
||||
"id": "GOSK_GHAL_BARE_METAL_RESEARCH",
|
||||
"production_blocking": false,
|
||||
"preserve_existing_candidate": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue