make HoloLake stage one a TCS personal channel
This commit is contained in:
parent
6cdd8eb0ac
commit
74b39d9b98
23 changed files with 234 additions and 48 deletions
|
|
@ -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-12.19");
|
||||
assert.equal(architecture.version, "2026-08-12.20");
|
||||
assert.equal(architecture.read_order[0], architecture.first_public_product_stage.architecture_page);
|
||||
assert.equal(architecture.paradigm_ai_language_persona_os.record_id, "HLP-PARADIGM-AI-LANGUAGE-PERSONA-OS-001");
|
||||
assert.equal(architecture.read_order[2], architecture.paradigm_ai_language_persona_os.architecture_page);
|
||||
|
|
@ -21,6 +21,10 @@ test("GH-AIOS general AI operating platform is the first public product stage",
|
|||
assert.equal(paradigm.first_public_product_stage.product, "GH_AIOS_GENERAL_AI_OPERATING_PLATFORM");
|
||||
assert.equal(paradigm.first_public_product_stage.complete_language_world_and_visible_five_domains_stage, 2);
|
||||
assert.equal(architecture.first_public_product_stage.runtime_implemented, false);
|
||||
assert.equal(architecture.first_public_product_stage.ai_is_language_interface, true);
|
||||
assert.equal(architecture.first_public_product_stage.vendor_adapter_matrix_required, false);
|
||||
assert.equal(architecture.first_public_product_stage.stage_one_internal_ai_chat, false);
|
||||
assert.equal(architecture.first_public_product_stage.stage_one_model_api_configuration, false);
|
||||
});
|
||||
|
||||
test("model, external agents and AGE mirrors do not replace the persona", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue