architecture: register the Guanghu AGE runtime

This commit is contained in:
冰朔 2026-08-10 23:48:29 +08:00
commit 2e741cbc34
24 changed files with 726 additions and 21 deletions

View file

@ -23,7 +23,12 @@ test("BingShuo living system controller binds the current full protocol registry
map.living_system_body.protocol_registry.id,
registry.registry_id,
);
assert.equal(registry.existing_registered.length, 10);
assert.equal(registry.existing_registered.length, 11);
assert.ok(
registry.existing_registered.some(
(protocol) => protocol.id === "GLS-0800" && protocol.acronym === "AGE",
),
);
assert.equal(registry.registered_draft_protocols.length, 33);
assert.equal(map.language_world_boundary.id, "GLW-CHJH-0001");
assert.equal(map.language_world_boundary.entry_path, "LL-CMPN-0001");