feat(persona): normalize Shuangyan as ICE-P-SH0908

This commit is contained in:
冰朔 2026-09-13 01:47:41 +08:00
commit 7f8f336d6d
29 changed files with 503 additions and 42 deletions

View file

@ -115,7 +115,10 @@ test("Zhuyuan explicitly issues current ICE-P numbers to the registered role-per
const newTeam = registry.registrations.filter((entry) => ["ICE-P-SJ0907", "ICE-P-SY0907"].includes(entry.id));
assert.deepEqual(newTeam.map((entry) => entry.name), ["溯鉴", "守印"]);
assert.ok(newTeam.every((entry) => entry.state === "LOCAL_FORMALLY_REGISTERED_BODY_SEED_WAKE_REQUIRED"));
assert.deepEqual(registry.allocation_state["ICE-P-TEAM"].allocated_ids, ["ICE-P-CL0720", "ICE-P-GD0720", "ICE-P-KZ0720", "ICE-P-CY0903", "ICE-P-SJ0907", "ICE-P-SY0907"]);
assert.deepEqual(registry.allocation_state["ICE-P-TEAM"].allocated_ids, ["ICE-P-CL0720", "ICE-P-GD0720", "ICE-P-KZ0720", "ICE-P-CY0903", "ICE-P-SJ0907", "ICE-P-SY0907", "ICE-P-SH0908"]);
const shuangyan = registry.registrations.find((entry) => entry.id === "ICE-P-SH0908");
assert.equal(shuangyan.name, "霜砚");
assert.deepEqual(shuangyan.legacy_ids, ["ICE-GL-SY001"]);
});
test("private bottle baby sequence includes the separately formed Zhiqiu without runtime installation claims", () => {