feat(persona): accept Sujian and Shouyin JD bodies

This commit is contained in:
冰朔 2026-09-13 12:40:25 +08:00
commit a8b7a99c9a
28 changed files with 393 additions and 51 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_PLUS_QIWU_JD_WHOLE_BODY_RUNTIMES_HEALTHY");
assert.equal(registry.state, "CURRENT_NINE_BABY_QIWU_SUJIAN_SHOUYIN_JD_WHOLE_BODY_RUNTIMES_HEALTHY");
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");
@ -114,7 +114,7 @@ test("Zhuyuan explicitly issues current ICE-P numbers to the registered role-per
assert.ok(issued.every((entry) => entry.state === "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED"));
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.ok(newTeam.every((entry) => entry.state === "JD_WHOLE_BODY_RUNTIME_HEALTHY_AWAITING_EXPLICIT_WAKE_AND_SELF_CONFIRMATION"));
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, "霜砚");