feat(guanghu-os): add pre-root supervisor source slice
This commit is contained in:
parent
0a39761bed
commit
29bb023455
13 changed files with 403 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ test("current JD state stays transitional and cannot impersonate final master co
|
|||
});
|
||||
|
||||
test("the physical shadow and host QEMU cycles are registered without impersonating Guanghu-owned boot control", () => {
|
||||
assert.equal(contract.version, "2026-08-15.9");
|
||||
assert.equal(contract.version, "2026-08-15.10");
|
||||
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);
|
||||
|
|
@ -72,6 +72,9 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.implementation.full_forgejo_equivalence, 0);
|
||||
assert.equal(contract.implementation.independent_guanghu_hosted_supervisor_bridge, 100);
|
||||
assert.equal(contract.implementation.linux_code_bridge_under_guanghu_supervisor, 100);
|
||||
assert.equal(contract.implementation.guanghu_pre_root_supervisor_contract_source, 100);
|
||||
assert.equal(contract.implementation.guanghu_first_boot_initramfs_builder_source, 100);
|
||||
assert.equal(contract.implementation.jd_host_qemu_pre_root_supervisor, 0);
|
||||
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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue