docs: register public OS stage one architecture
This commit is contained in:
parent
bdd3d152de
commit
dc14d2a9aa
16 changed files with 180 additions and 42 deletions
|
|
@ -48,7 +48,7 @@ test("current JD state is physical Guanghu master with bounded Linux bridge and
|
|||
});
|
||||
|
||||
test("the physical shadow and host QEMU cycles are registered without impersonating Guanghu-owned boot control", () => {
|
||||
assert.equal(contract.version, "2026-08-16.4");
|
||||
assert.equal(contract.version, "2026-08-16.5");
|
||||
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);
|
||||
|
|
@ -205,7 +205,7 @@ test("native public projection separates liveness, authenticated state, and pinn
|
|||
});
|
||||
|
||||
test("current architecture and global engineering rules project the same control contract", () => {
|
||||
assert.equal(architecture.version, "2026-08-16.5");
|
||||
assert.equal(architecture.version, "2026-08-30.1");
|
||||
assert.equal(architecture.server_os_control.machine_projection, "routing/guanghu-os-control-architecture.json");
|
||||
assert.equal(architecture.server_os_control.final_topology, contract.final_topology);
|
||||
assert.equal(architecture.server_os_control.hosted_guanghu_supervisor_bridge, 100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue