arch: record enterprise deployment consumer audit

This commit is contained in:
冰朔 2026-08-30 02:24:58 +08:00
commit 60435c0ac4
14 changed files with 46 additions and 15 deletions

View file

@ -10,7 +10,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const paradigm = readJson("routing/hololake-paradigm-ai-language-persona-os.json");
test("current architecture begins with the paradigm OS contract", () => {
assert.equal(architecture.version, "2026-08-30.2");
assert.equal(architecture.version, "2026-08-30.3");
assert.equal(architecture.paradigm_ai_language_persona_os.record_id, "HLP-PARADIGM-AI-LANGUAGE-PERSONA-OS-001");
const stageOneIndex = architecture.read_order.indexOf(
architecture.first_public_product_stage.architecture_page,
@ -50,6 +50,14 @@ test("GH-AIOS general AI operating platform is the first public product stage",
assert.equal(donor.whole_product_merge_allowed, false);
assert.equal(donor.real_provider_acceptance, "NOT_COMPLETE_KEYCHAIN_INTERACTION_STOPPED_BEFORE_REPLY");
assert.ok(donor.required_before_later_integration.includes("REPLACE_LANGUAGE_MARKER_ROUTING_WITH_TCS_SEMANTIC_EVENTS"));
const serverAudit = architecture.first_public_product_stage.enterprise_server_consumer_audit;
assert.equal(serverAudit.repo_012_or_repo_014_consumer_found, false);
assert.equal(serverAudit.stage1_release_consumer_found, false);
assert.equal(serverAudit.server_mutated, false);
assert.equal(
architecture.current_product_assessment.next_gate,
"REGISTER_CANONICAL_PUBLIC_SOURCE_THEN_PROVISION_OPT_IN_RELEASE_CHANNEL",
);
});
test("model, external agents and AGE mirrors do not replace the persona", () => {