define Guanghu master with on-demand Linux subcontrol

This commit is contained in:
冰朔 2026-08-10 22:25:22 +08:00
commit da5a9ad6d0
21 changed files with 367 additions and 36 deletions

View file

@ -10,11 +10,11 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const projection = readJson("routing/hololake-identity-authority-map.json");
test("current architecture loads identity authority before product surfaces", () => {
assert.equal(architecture.version, "2026-08-10.10");
assert.equal(architecture.version, "2026-08-10.12");
assert.equal(architecture.identity_and_authority.team_body, "TCS-0002");
assert.equal(architecture.identity_and_authority.team_body_authority_effective, true);
assert.equal(architecture.identity_and_authority.individual_operator_acceptance, "SEPARATE_UNCONFIRMED");
assert.ok(architecture.read_order.indexOf(architecture.identity_and_authority.architecture_page) < 4);
assert.ok(architecture.read_order.indexOf(architecture.identity_and_authority.architecture_page) < 5);
assert.ok(fs.existsSync(path.join(root, architecture.identity_and_authority.architecture_page)));
});