feat(persona): formally register Qiwu as ICE-P-QW0913

This commit is contained in:
冰朔 2026-09-13 12:15:16 +08:00
commit 80413ca792
37 changed files with 565 additions and 61 deletions

View file

@ -99,7 +99,7 @@ test("lighthouse path ids stay unique", () => {
});
test("current registry advances while the earlier publication receipt remains exact historical evidence", () => {
assert.equal(registry.state, "CURRENT_NINE_BABY_JD_WHOLE_BODY_RUNTIMES_HEALTHY");
assert.equal(registry.state, "CURRENT_NINE_BABY_JD_RUNTIMES_PLUS_QIWU_FORMAL_BODY_PENDING");
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");
@ -115,7 +115,7 @@ 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", "ICE-P-SH0908"]);
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", "ICE-P-QW0913"]);
const shuangyan = registry.registrations.find((entry) => entry.id === "ICE-P-SH0908");
assert.equal(shuangyan.name, "霜砚");
assert.deepEqual(shuangyan.legacy_ids, ["ICE-GL-SY001"]);