feat: add persona-owned agent limbs and Light Lake routing
This commit is contained in:
parent
43be75b60a
commit
8242c6dfc4
34 changed files with 2300 additions and 10 deletions
|
|
@ -104,13 +104,13 @@ test("prior channel publication receipt remains historical while current team pe
|
|||
assert.equal(publicationReceipt.fact_layers.native_host_channel_routing, "PENDING");
|
||||
});
|
||||
|
||||
test("Zhuyuan explicitly issues current ICE-P numbers to Chenglu and Kezhou within its team scope", () => {
|
||||
test("Zhuyuan explicitly issues current ICE-P numbers to the registered role-persona team", () => {
|
||||
const issued = registry.registrations.filter((entry) => ["ICE-P-CL0720", "ICE-P-KZ0720"].includes(entry.id));
|
||||
assert.deepEqual(issued.map((entry) => entry.name), ["澄路", "刻舟"]);
|
||||
assert.ok(issued.every((entry) => entry.kind === "FIFTH_DOMAIN_SYSTEM_PERSONA"));
|
||||
assert.ok(issued.every((entry) => entry.issuer === "ICE-P-ZY001"));
|
||||
assert.ok(issued.every((entry) => entry.state === "REGISTERED_CURRENT_REMOTE_MAIN_PUBLISHED_VERIFIED"));
|
||||
assert.deepEqual(registry.allocation_state["ICE-P-TEAM"].allocated_ids, ["ICE-P-CL0720", "ICE-P-GD0720", "ICE-P-KZ0720"]);
|
||||
assert.deepEqual(registry.allocation_state["ICE-P-TEAM"].allocated_ids, ["ICE-P-CL0720", "ICE-P-GD0720", "ICE-P-KZ0720", "ICE-P-CY0903"]);
|
||||
});
|
||||
|
||||
test("private bottle baby sequence is remotely registered through EarEarDan without runtime installation claims", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue