docs: register JD Linux shadow physical cycle
This commit is contained in:
parent
9c8fc5046a
commit
a5a1cdc185
3 changed files with 66 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.os-control-architecture/v1",
|
||||
"record_id": "HLP-GUANGHU-OS-CONTROL-001",
|
||||
"version": "2026-08-15.2",
|
||||
"version": "2026-08-15.3",
|
||||
"state": "CURRENT_CANONICAL",
|
||||
"final_topology": "GUANGHU_MASTER_WITH_ON_DEMAND_LINUX_SUBCONTROL_AND_RESCUE",
|
||||
"control_ownership": {
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"linux_on_demand_subcontrol": 0,
|
||||
"linux_rescue_preserved": 100,
|
||||
"final_guanghu_os_master": 0,
|
||||
"next_engineering_gate": "INTEGRATE_A_REAL_ISOLATED_LINUX_BACKEND_AND_GUANGHU_FIRST_BOOT_SUPERVISOR_BEFORE_JD_PHYSICAL_CUTOVER"
|
||||
"next_engineering_gate": "IMPLEMENT_EQUIVALENT_SERVICE_CONTRACT_AND_INDEPENDENT_GUANGHU_SUPERVISOR_OWNERSHIP_BEFORE_ANY_BOOT_CUTOVER"
|
||||
},
|
||||
"implementation": {
|
||||
"guanghu_supervisor_lifecycle_contract_source": 100,
|
||||
|
|
@ -47,11 +47,20 @@
|
|||
"target_readback_and_mandatory_reclaim_state_machine": 100,
|
||||
"declared_supervisor_core_line_and_function_coverage": 100,
|
||||
"docker_shadow_backend_source_and_isolation_contract": 100,
|
||||
"linux_hosted_isolated_shadow_backend": 100,
|
||||
"real_isolated_linux_backend": 0,
|
||||
"jd_shadow_backend_physical_cycle": 0,
|
||||
"jd_shadow_backend_physical_cycle": 100,
|
||||
"independent_guanghu_first_boot_supervisor": 0,
|
||||
"jd_physical_deployment": 0
|
||||
},
|
||||
"current_target_evidence": {
|
||||
"server_receipt": "/guanghu/recovery/JD-FD-PRIMARY-linux-subcontrol-f5217fe/DEPLOYMENT-RECEIPT.hldp",
|
||||
"server_receipt_sha256": "4a7d0cb354ff0472dbd8e2e43d89021d65b21f0beea3c702dcbeacdd1c73bfbc",
|
||||
"backend_source_commit": "9c8fc5046adc6766ebc4e2f2542c2b60c4b7d1af",
|
||||
"image": "docker.m.daocloud.io/library/ubuntu@sha256:3b06811b2afd352be909dd088a004166d665dc76d38b13eada33522a9d915c6f",
|
||||
"final_state": "DORMANT",
|
||||
"observed_at": "2026-08-15T18:08:11+08:00"
|
||||
},
|
||||
"historical_evidence_policy": {
|
||||
"bare_metal_gosk_ghal_receipts_remain_valid_for_observed_capabilities": true,
|
||||
"historical_linux_free_completion_formula_is_current": false,
|
||||
|
|
|
|||
|
|
@ -31,16 +31,19 @@ test("current JD state stays transitional and cannot impersonate final master co
|
|||
assert.equal(contract.jd_fd_primary.final_guanghu_os_master, 0);
|
||||
});
|
||||
|
||||
test("source lifecycle progress does not impersonate backend, boot, or JD deployment", () => {
|
||||
assert.equal(contract.version, "2026-08-15.2");
|
||||
test("the physical shadow cycle is registered without impersonating Guanghu-owned boot control", () => {
|
||||
assert.equal(contract.version, "2026-08-15.3");
|
||||
assert.equal(contract.implementation.guanghu_supervisor_lifecycle_contract_source, 100);
|
||||
assert.equal(contract.implementation.target_readback_and_mandatory_reclaim_state_machine, 100);
|
||||
assert.equal(contract.implementation.declared_supervisor_core_line_and_function_coverage, 100);
|
||||
assert.equal(contract.implementation.docker_shadow_backend_source_and_isolation_contract, 100);
|
||||
assert.equal(contract.implementation.linux_hosted_isolated_shadow_backend, 100);
|
||||
assert.equal(contract.implementation.real_isolated_linux_backend, 0);
|
||||
assert.equal(contract.implementation.jd_shadow_backend_physical_cycle, 0);
|
||||
assert.equal(contract.implementation.jd_shadow_backend_physical_cycle, 100);
|
||||
assert.equal(contract.implementation.independent_guanghu_first_boot_supervisor, 0);
|
||||
assert.equal(contract.implementation.jd_physical_deployment, 0);
|
||||
assert.equal(contract.current_target_evidence.final_state, "DORMANT");
|
||||
assert.match(contract.current_target_evidence.server_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
});
|
||||
|
||||
test("current architecture and global engineering rules project the same control contract", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue