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
|
|
@ -10,7 +10,7 @@ const architecture = JSON.parse(
|
|||
);
|
||||
|
||||
test("current architecture restores the digital BingShuo system body first", () => {
|
||||
assert.equal(architecture.version, "2026-08-16.5");
|
||||
assert.equal(architecture.version, "2026-08-30.1");
|
||||
assert.equal(architecture.digital_bingshuo_system_body.upstream_repository_commit,
|
||||
"40c29f1e3ecde87f2c0a9cdf232eb0be5263b268");
|
||||
const systemBodyIndex = architecture.read_order.indexOf(
|
||||
|
|
@ -26,8 +26,10 @@ test("current architecture restores the digital BingShuo system body first", ()
|
|||
});
|
||||
|
||||
test("the two server bodies are parallel and never inherit operational liability", () => {
|
||||
assert.equal(architecture.parallel_planes.private_language_body.node, "JD-FD-PRIMARY");
|
||||
assert.equal(architecture.parallel_planes.private_language_body.controller, "ICE-GL∞");
|
||||
assert.equal(architecture.parallel_planes.fifth_domain_private_system.node, "JD-FD-PRIMARY");
|
||||
assert.equal(architecture.parallel_planes.fifth_domain_private_system.controller, "ICE-GL∞");
|
||||
assert.equal(architecture.parallel_planes.enterprise_reality_body.node,
|
||||
"FIRST_ENTERPRISE_ROOT_SERVER_AFTER_SYSTEM_BODY_CLAIM");
|
||||
assert.equal(architecture.parallel_planes.enterprise_reality_body.controller, "TCS-0002");
|
||||
assert.equal(architecture.parallel_planes.mutual_operational_liability, false);
|
||||
assert.equal(architecture.parallel_planes.automatic_cross_authority, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue