docs: register public OS stage one architecture
This commit is contained in:
parent
bdd3d152de
commit
dc14d2a9aa
16 changed files with 180 additions and 42 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-16.5");
|
||||
assert.equal(architecture.version, "2026-08-30.1");
|
||||
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,
|
||||
|
|
@ -25,7 +25,18 @@ test("current architecture begins with the paradigm OS contract", () => {
|
|||
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.runtime_implemented, true);
|
||||
assert.equal(architecture.first_public_product_stage.runtime_state, "LOCAL_STAGE1_COMPLETE_INSTALLED");
|
||||
assert.equal(architecture.first_public_product_stage.is_personal_channel, false);
|
||||
assert.equal(architecture.first_public_product_stage.public_channel_id, "CH-ZERO-CORE-LPM");
|
||||
assert.equal(
|
||||
architecture.first_public_product_stage.initial_channel_surface,
|
||||
"INFINITE_BLANK_CANVAS_WITH_SIGNED_DECLARATIVE_MODULES",
|
||||
);
|
||||
assert.equal(
|
||||
architecture.first_public_product_stage.realtime_transport,
|
||||
"NOT_IMPLEMENTED_GIT_IS_NOT_REALTIME_BROADCAST",
|
||||
);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue