docs(gh-aios): make AI operating platform stage one
This commit is contained in:
parent
5962dd29f1
commit
6cdd8eb0ac
25 changed files with 340 additions and 37 deletions
|
|
@ -10,12 +10,19 @@ 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.17");
|
||||
assert.equal(architecture.version, "2026-08-12.19");
|
||||
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[0], architecture.paradigm_ai_language_persona_os.architecture_page);
|
||||
assert.equal(architecture.read_order[2], architecture.paradigm_ai_language_persona_os.architecture_page);
|
||||
assert.equal(paradigm.upstream.repository_commit, "34cb59739b6476981375dd62ef395ea649f56246");
|
||||
});
|
||||
|
||||
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);
|
||||
});
|
||||
|
||||
test("model, external agents and AGE mirrors do not replace the persona", () => {
|
||||
assert.ok(paradigm.minimum_product_contract.native_elements.includes("REPLACEABLE_MODEL_API"));
|
||||
assert.equal(paradigm.minimum_product_contract.human_technical_operations_required, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue