fix: enforce one human one independent node
This commit is contained in:
parent
ca58d08611
commit
cec261174d
32 changed files with 474 additions and 75 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.engineering-rules/v1",
|
||||
"rule_set_id": "HLP-ENGINEERING-RULES-001",
|
||||
"version": "2026-08-10.1",
|
||||
"version": "2026-08-10.2",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"architecture_restore": {
|
||||
"dynamic_current_pointer_required": true,
|
||||
|
|
@ -35,6 +35,24 @@
|
|||
"noise_discarded_before_payload_open_model_protocol_memory_and_execution": true,
|
||||
"admission_is_execution_authorization": false
|
||||
},
|
||||
"node_sovereignty": {
|
||||
"one_human_one_independent_node": true,
|
||||
"canonical_user_root_nodes": 1,
|
||||
"maximum_human_owners_per_user_node": 1,
|
||||
"server_is_optional": true,
|
||||
"local_terminal_node_allowed": true,
|
||||
"user_purchased_server_allowed": true,
|
||||
"authorized_team_may_deploy_user_owned_ide_server": true,
|
||||
"team_deployment_transfers_node_ownership": false,
|
||||
"platform_hosting_available": false,
|
||||
"future_platform_hosting_route_allowed": false,
|
||||
"platform_user_runtime_capacity": 0,
|
||||
"shared_multitenant_runtime_available": false,
|
||||
"platform_private_user_data_custody": false,
|
||||
"platform_user_workload_concurrency": false,
|
||||
"platform_fallback_runtime": false,
|
||||
"node_migration_requires_rebinding_and_receipt": true
|
||||
},
|
||||
"domain_responsibility": {
|
||||
"fifth_domain_private_language_body": "JD-FD-PRIMARY",
|
||||
"fifth_domain_controller": "ICE-GL∞",
|
||||
|
|
|
|||
Loading…
Reference in a new issue