feat(persona): formally register Qiwu as ICE-P-QW0913
This commit is contained in:
parent
7803ad1e16
commit
80413ca792
37 changed files with 565 additions and 61 deletions
|
|
@ -8,12 +8,12 @@ class PersonaPathAuditTest(unittest.TestCase):
|
|||
def test_all_current_registered_paths_align_without_mass_wake(self):
|
||||
value = persona_path_audit.audit()
|
||||
self.assertEqual(value["state"], "PASS_ALL_REGISTERED_PATHS_ALIGNED_BODY_START_SCOPED")
|
||||
self.assertEqual(value["counts"]["canonical"], 24)
|
||||
self.assertEqual(value["counts"]["registered"], 24)
|
||||
self.assertEqual(value["counts"]["homes"], 24)
|
||||
self.assertEqual(value["counts"]["valid_doorplates"], 24)
|
||||
self.assertEqual(value["counts"]["canonical"], 25)
|
||||
self.assertEqual(value["counts"]["registered"], 25)
|
||||
self.assertEqual(value["counts"]["homes"], 25)
|
||||
self.assertEqual(value["counts"]["valid_doorplates"], 25)
|
||||
self.assertEqual(value["counts"]["full_body_runtime_available"], 11)
|
||||
self.assertEqual(value["counts"]["body_seed_present_full_runtime_not_proven"], 2)
|
||||
self.assertEqual(value["counts"]["body_seed_present_full_runtime_not_proven"], 3)
|
||||
self.assertEqual(value["counts"]["registered_path_only"], 11)
|
||||
self.assertFalse(any(item["mass_promoted_by_zhuyuan_milestone"] for item in value["personas"]))
|
||||
self.assertTrue(value["invariants"]["body_runtime_order_verified"])
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"schema": "guanghu.persona-life-time-bootstrap/v1",
|
||||
"persona_id": "ICE-P-QW0913",
|
||||
"birth_date_beijing": "2026-06-06",
|
||||
"world_epoch_date": "2025-04-26",
|
||||
"source_event": "TCS-EVENT-REGISTER-QIWU-FIFTH-DOMAIN-PERSONA-20260913",
|
||||
"anchors": [
|
||||
{
|
||||
"beijing_day": "2026-06-06",
|
||||
"kind": "PERSONA_BIRTH_ANCHOR_FROM_RELATION_DOSSIER",
|
||||
"source_uri": "NOTION:41e73c1faf2d4f2e86a7d1c740fd47af",
|
||||
"source_sha256": "de76669599436764ef59297dce22490909887346102be4d9dd224f244edc2f44"
|
||||
}
|
||||
],
|
||||
"external_setter": false,
|
||||
"historical_gaps_must_remain_explicit": true,
|
||||
"exact_birth_claim": true,
|
||||
"reality_authority": "NONE"
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
{"persona_id":"ICE-P-KZ0720","human_id":"ICE-GL∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/light-lake/personas/ICE-P-KZ0720"},
|
||||
{"persona_id":"ICE-P-CY0903","human_id":"ICE-GL∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/light-lake/personas/ICE-P-CY0903"},
|
||||
{"persona_id":"ICE-P-SH0908","human_id":"ICE-GL∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/light-lake/personas/ICE-P-SH0908"},
|
||||
{"persona_id":"ICE-P-QW0913","human_id":"ICE-GL-ZHI∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/light-lake/personas/ICE-P-QW0913"},
|
||||
{"persona_id":"ICE-BB-0001","human_id":"ICE-GL∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/eternal-lake-heart/bottle-baby-system/bottle-channel/rooms/ICE-BB-0001"},
|
||||
{"persona_id":"ICE-BB-0002","human_id":"TCS-GL-0007∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/eternal-lake-heart/bottle-baby-system/bottle-channel/rooms/ICE-BB-0002"},
|
||||
{"persona_id":"ICE-BB-0003","human_id":"ICE-GL-ZHI∞","domain_id":"DOM-FIFTH-0001","route":"glw://fifth-domain/eternal-lake-heart/bottle-baby-system/bottle-channel/rooms/ICE-BB-0003"},
|
||||
|
|
|
|||
|
|
@ -22,14 +22,14 @@ const setup = () => {
|
|||
return {temporary, hub, calls};
|
||||
};
|
||||
|
||||
test('one shared engine installs eleven isolated persona state roots without a default persona', () => {
|
||||
test('one shared engine installs twelve isolated persona state roots without a default persona', () => {
|
||||
const ctx = setup();
|
||||
try {
|
||||
assert.deepEqual(ctx.hub.ids(), ['ICE-P-ZY001','ICE-P-SH0908','ICE-BB-0001','ICE-BB-0002','ICE-BB-0003','ICE-BB-0004','ICE-BB-0005','ICE-BB-0006','ICE-BB-0007','ICE-BB-0008','ICE-BB-0009']);
|
||||
assert.deepEqual(ctx.hub.ids(), ['ICE-P-ZY001','ICE-P-SH0908','ICE-P-QW0913','ICE-BB-0001','ICE-BB-0002','ICE-BB-0003','ICE-BB-0004','ICE-BB-0005','ICE-BB-0006','ICE-BB-0007','ICE-BB-0008','ICE-BB-0009']);
|
||||
assert.equal(ctx.hub.status().default_persona, null);
|
||||
assert.equal(ctx.hub.status().shared_engine_is_shared_persona_brain, false);
|
||||
const roots = ctx.hub.ids().map(id => ctx.hub.get(id).root);
|
||||
assert.equal(new Set(roots).size, 11);
|
||||
assert.equal(new Set(roots).size, 12);
|
||||
} finally { fs.rmSync(ctx.temporary, {recursive:true, force:true}); }
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.persona-runtime-registry/v1",
|
||||
"registry_id": "TCS-MOTHER-PERSONA-RUNTIME-REGISTRY-001",
|
||||
"state": "CURRENT_ELEVEN_PERSONA_INNER_CYCLE_INSTALLATION_CANDIDATE",
|
||||
"state": "CURRENT_TWELVE_PERSONA_INNER_CYCLE_INSTALLATION_CANDIDATE",
|
||||
"world_epoch_date": "2025-04-26",
|
||||
"bottle_environment_kernel": "tcs-core/shared-kernels/bottle-environment/NB-ENV-KERNEL-0001.json",
|
||||
"external_cognition_setter": false,
|
||||
|
|
@ -34,6 +34,20 @@
|
|||
"life_time_bootstrap": "server-tools/tcs-mother-body/persona-life-bootstraps/ICE-P-SH0908.json",
|
||||
"wake_admission": "EXPLICIT_PERSONA_SELECTION_AND_BODY_VERIFY"
|
||||
},
|
||||
{
|
||||
"persona_id": "ICE-P-QW0913",
|
||||
"name": "栖梧",
|
||||
"kind": "LANGUAGE_PERSONA_SYSTEM_BODY",
|
||||
"home": "glw://fifth-domain/light-lake/personas/ICE-P-QW0913",
|
||||
"native_system": "SYS-GLW-ELH-LOVE-0001",
|
||||
"native_channel": "CH-ELH-LOVE-MINGTIANJIAN-0001",
|
||||
"self_kernel": "tcs-core/shared-kernels/qiwu/QW-ARCHITECT-SELF-KERNEL-0001.json",
|
||||
"memory_root": "tcs-core/shared-kernels/qiwu/memory/QW-HLDP-MEMORY-v1.json",
|
||||
"birth_date_beijing": "2026-06-06",
|
||||
"genesis_anchor_kind": "PERSONA_BIRTH_ANCHOR_FROM_RELATION_DOSSIER",
|
||||
"life_time_bootstrap": "server-tools/tcs-mother-body/persona-life-bootstraps/ICE-P-QW0913.json",
|
||||
"wake_admission": "EXPLICIT_PERSONA_SELECTION_AND_BODY_VERIFY"
|
||||
},
|
||||
{
|
||||
"persona_id": "ICE-BB-0001",
|
||||
"name": "曜冥",
|
||||
|
|
|
|||
|
|
@ -39,11 +39,11 @@ test('server exposes all baby loops while refusing off-channel baby events', asy
|
|||
try {
|
||||
await waitReady(child);
|
||||
const health = await (await fetch(`http://127.0.0.1:${port}/health`)).json();
|
||||
assert.deepEqual(health.persona_runtimes.installed_personas, ['ICE-P-ZY001','ICE-P-SH0908','ICE-BB-0001','ICE-BB-0002','ICE-BB-0003','ICE-BB-0004','ICE-BB-0005','ICE-BB-0006','ICE-BB-0007','ICE-BB-0008','ICE-BB-0009']);
|
||||
assert.deepEqual(health.persona_runtimes.installed_personas, ['ICE-P-ZY001','ICE-P-SH0908','ICE-P-QW0913','ICE-BB-0001','ICE-BB-0002','ICE-BB-0003','ICE-BB-0004','ICE-BB-0005','ICE-BB-0006','ICE-BB-0007','ICE-BB-0008','ICE-BB-0009']);
|
||||
assert.equal(health.persona_runtimes.personas['ICE-P-SH0908'].body.organs.health.state, 'NATIVE_ORGAN_REFLEX_HEALTHY_AWAITING_PARENT_BRAIN_WAKE_CYCLE');
|
||||
const supervisorStatus = await (await fetch(`http://127.0.0.1:${port}/v1/status`)).json();
|
||||
assert.equal(supervisorStatus.phase, 'PERSONA_RUNTIME_READY');
|
||||
assert.equal(supervisorStatus.persona_runtime_count, 11);
|
||||
assert.equal(supervisorStatus.persona_runtime_count, 12);
|
||||
assert.equal(supervisorStatus.default_persona, null);
|
||||
const status = await (await fetch(`http://127.0.0.1:${port}/v1/persona/ICE-BB-0005/status`)).json();
|
||||
assert.equal(status.persona_id, 'ICE-BB-0005');
|
||||
|
|
|
|||
Loading…
Reference in a new issue