feat: add EarEarDan brain and Zhizhi skill closures
This commit is contained in:
parent
4c9f3674a0
commit
30f550ab2c
20 changed files with 763 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue