fix: align desktop language source truth

This commit is contained in:
冰朔 2026-08-12 04:20:52 +08:00
commit 22095d6848
4 changed files with 14 additions and 6 deletions

View file

@ -14,7 +14,7 @@ const age = readJson("routing/hololake-age-runtime-architecture.json");
const rules = readJson("routing/hololake-engineering-rules.json");
test("B0 is restored before product organs and remains resident in every cognition step", () => {
assert.equal(architecture.version, "2026-08-12.8");
assert.equal(architecture.version, "2026-08-12.9");
assert.equal(
architecture.read_order[1],
architecture.cognitive_gravity_and_continuity.architecture_page,
@ -100,6 +100,14 @@ test("the first implementation stage is one vertical AGE loop, not Mirror parall
assert.equal(gravity.truth.natural_language_partner_adapter_runtime_integrated, 0);
assert.equal(gravity.truth.single_age_vertical_loop_implemented, 0);
assert.equal(gravity.truth.desktop_integrated, 0);
assert.equal(
architecture.interaction_model.source_contract.state,
"SOURCE_CONTRACT_PUBLISHED_DESKTOP_SOURCE_MOUNTED_NOT_RUNTIME_DEPLOYED_NOT_ACCEPTED",
);
assert.equal(
architecture.interaction_model.ui_plugin_system.state,
"SOURCE_RENDERER_AND_REGISTRY_IMPLEMENTED_DEFAULT_PLUGIN_DESKTOP_SOURCE_MOUNTED_DYNAMIC_REGISTRY_ACTIVATION_NOT_INTEGRATED_NOT_DEPLOYED",
);
});
test("natural language enters partner deliberation before any execution organ", () => {