arch: audit model receipt donor and preserve stage boundary

This commit is contained in:
冰朔 2026-08-30 02:20:24 +08:00
commit 632e6b9864
15 changed files with 104 additions and 15 deletions

View file

@ -11,7 +11,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const age = readJson("routing/hololake-age-runtime-architecture.json");
test("current architecture preserves the AGE runtime after the stage-one product contract", () => {
assert.equal(architecture.version, "2026-08-30.1");
assert.equal(architecture.version, "2026-08-30.2");
assert.equal(architecture.age_runtime.record_id, "HLP-AGE-RUNTIME-ARCHITECTURE-001");
const stageOneIndex = architecture.read_order.indexOf(
architecture.first_public_product_stage.architecture_page,