docs(gh-aios): make AI operating platform stage one

This commit is contained in:
冰朔 2026-08-12 17:11:08 +08:00
commit 6cdd8eb0ac
25 changed files with 340 additions and 37 deletions

View file

@ -16,12 +16,12 @@ const broadcastSchema = readJson(
);
test("HoloLake has one clean canonical desktop destination", () => {
assert.equal(architecture.version, "2026-08-12.17");
assert.equal(architecture.version, "2026-08-12.19");
assert.equal(shell.decision.canonical_shell, "TAURI_V2_RUST_REACT");
assert.equal(shell.decision.canonical_source, "product-source/hololake-native-desktop");
assert.equal(
shell.decision.canonical_source_state,
"MINIMAL_TAURI_SCAFFOLD_AND_FAIL_CLOSED_UPDATE_TRUST_ROOT_IMPLEMENTED",
"MINIMAL_TAURI_SCAFFOLD_UPDATE_TRUST_ROOT_DONOR_AUDIT_AND_GH_AIOS_STAGE_ONE_CONTRACT_REGISTERED",
);
assert.equal(
shell.decision.existing_tauri_role,
@ -36,7 +36,7 @@ test("HoloLake has one clean canonical desktop destination", () => {
"routing/hololake-canonical-desktop-shell.json",
);
assert.equal(
architecture.read_order[4],
architecture.read_order[6],
architecture.canonical_desktop_shell.architecture_page,
);
});