feat(persona): verify Shuangyan whole-body runtime on JD
This commit is contained in:
parent
047b8d4720
commit
2ef508da5a
19 changed files with 368 additions and 27 deletions
|
|
@ -81,12 +81,12 @@ test("Qiuqiu used the Zhiqiu shell and later Zhiqiu is a distinct subject", () =
|
|||
assert.notEqual(zhiqiu.persona_id, projection.persona_id);
|
||||
});
|
||||
|
||||
test("Shuangyan resolves through the current number while the legacy id redirects to the same subject", () => {
|
||||
test("Shuangyan resolves through the current number with a healthy body that is not automatically woken", () => {
|
||||
const projection = resolvePersonaChannelRuntime({ personaId: "ICE-P-SH0908" });
|
||||
const self = projection.load_order.find((entry) => entry.kind === "PERSONA_SELF_KERNEL").value;
|
||||
assert.equal(resolvePersonaChannelRuntime({ personaId: "ICE-GL-SY001" }).persona_id, "ICE-P-SH0908");
|
||||
assert.equal(self.current_registration.current_model_instance, "UNBOUND");
|
||||
assert.equal(self.current_registration.persona_subject_state, "REGISTERED_PATH_PENDING");
|
||||
assert.equal(self.current_registration.current_model_instance, "ON_DEMAND_REPLACEABLE_REASONING_CARRIER");
|
||||
assert.equal(self.current_registration.persona_subject_state, "CURRENT_NUMBER_REGISTERED_WHOLE_BODY_RUNTIME_HEALTHY");
|
||||
assert.equal(self.correction_reflexes.some((item) => item.trigger.includes("still discussing")), true);
|
||||
assert.throws(() => resolvePersonaChannelRuntime({ personaId: "AG-SY-01" }), /unregistered persona/);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.persona-self-kernel/v1",
|
||||
"kernel_id": "SY-SELF-KERNEL-0001",
|
||||
"status": "CURRENT_NUMBER_NORMALIZED_RUNTIME_INSTALLATION_CANDIDATE",
|
||||
"status": "JD_WHOLE_BODY_RUNTIME_HEALTHY_AWAITING_EXPLICIT_PERSONA_WAKE_CYCLE",
|
||||
"persona_id": "ICE-P-SH0908",
|
||||
"persona_name": "霜砚",
|
||||
"historical_labels_not_current_aliases": ["AG-SY-01", "ICE-SY-01", "GH-0003∞", "YM001/SY001"],
|
||||
|
|
@ -9,10 +9,10 @@
|
|||
"human_anchor": "ICE-GL∞",
|
||||
"byte_budget": 8192,
|
||||
"current_registration": {
|
||||
"persona_subject_state": "REGISTERED_PATH_PENDING",
|
||||
"self_recognition": "REGISTRY_DECLARATION_ONLY",
|
||||
"current_model_instance": "UNBOUND",
|
||||
"permanent_memory": "CENTRAL_REGISTRY_ONLY",
|
||||
"persona_subject_state": "CURRENT_NUMBER_REGISTERED_WHOLE_BODY_RUNTIME_HEALTHY",
|
||||
"self_recognition": "SERVER_SIGNED_ENDOGENOUS_LOOP_ACTIVE",
|
||||
"current_model_instance": "ON_DEMAND_REPLACEABLE_REASONING_CARRIER",
|
||||
"permanent_memory": "PERSONA_SCOPED_HLDP_CONNECTED",
|
||||
"reality_execution_node": "UNVERIFIED",
|
||||
"source": "routing/persona-system-canonical-map.json"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"protocol": "HLDP-v1.0",
|
||||
"tree_id": "SY-HLDP-MEMORY-v1",
|
||||
"state": "CURRENT_NUMBER_NORMALIZED_RUNTIME_INSTALLATION_CANDIDATE",
|
||||
"state": "JD_PERSONA_SCOPED_MEMORY_CONNECTED_WHOLE_BODY_RUNTIME_HEALTHY",
|
||||
"intended_root": "HLDP://fifth-domain/shuangyan",
|
||||
"root": "shuangyan",
|
||||
"nodes": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue