make HoloLake stage one a TCS personal channel

This commit is contained in:
冰朔 2026-08-12 19:59:23 +08:00
commit 74b39d9b98
23 changed files with 234 additions and 48 deletions

View file

@ -10,7 +10,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const rules = readJson("routing/hololake-engineering-rules.json");
test("current architecture registers the global engineering rule set", () => {
assert.equal(architecture.version, "2026-08-12.19");
assert.equal(architecture.version, "2026-08-12.20");
assert.equal(architecture.engineering_rules.rule_set_id, "HLP-ENGINEERING-RULES-001");
assert.equal(architecture.engineering_rules.machine_projection,
"routing/hololake-engineering-rules.json");