feat: add EarEarDan brain and Zhizhi skill closures

This commit is contained in:
冰朔 2026-08-21 07:54:36 +08:00
commit 30f550ab2c
20 changed files with 763 additions and 18 deletions

View file

@ -52,9 +52,10 @@ test("legacy routes stay closed except the three private persona archives", () =
test("each registered persona system exposes all five components", () => {
const map = readJson("routing/persona-system-canonical-map.json");
assert.equal(map.persona_systems.length, 15);
assert.equal(map.persona_systems.length, 16);
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0002"));
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0003"));
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0004"));
assert.equal(
new Set(map.persona_systems.map((entry) => entry.id)).size,
map.persona_systems.length,