docs: register JD Linux shadow physical cycle

This commit is contained in:
冰朔 2026-08-15 18:10:24 +08:00
commit a5a1cdc185
3 changed files with 66 additions and 6 deletions

View file

@ -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", () => {