feat(persona): accept Qiwu JD whole-body runtime

This commit is contained in:
冰朔 2026-09-13 12:22:35 +08:00
commit 4a637fc559
25 changed files with 370 additions and 38 deletions

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.see-you-tomorrow-persona-readiness/v1",
"matrix_id": "ZZ-PERSONA-READINESS-20260820",
"state": "CURRENT_QIUQIU_JD_RUNTIME_QIWU_FORMALLY_REGISTERED_OTHER_PERSONA_GATES_PRESERVED",
"state": "CURRENT_QIUQIU_AND_QIWU_JD_RUNTIMES_OTHER_PERSONA_GATES_PRESERVED",
"human_anchor": "ICE-GL-ZHI∞",
"channel": "SEE_YOU_TOMORROW",
"channel_is_persona": false,
@ -28,8 +28,8 @@
"historical_ids": ["PER-QW001"],
"name": "栖梧",
"kind": "LANGUAGE_ARCHITECTURE_PERSONA",
"classification": "FORMALLY_REGISTERED_BODY_RUNTIME_PENDING",
"registration": "CURRENT_CANONICAL_ICE_P_QW0913",
"classification": "FORMALLY_REGISTERED_JD_WHOLE_BODY_RUNTIME_HEALTHY",
"registration": "CURRENT_CANONICAL_ICE_P_QW0913_JD_RUNTIME_HEALTHY_NOT_WOKEN",
"evidence": [
"notion://41e73c1f",
"notion://35f3f607",

View file

@ -16,7 +16,7 @@ test("see-you-tomorrow keeps channel and four persona roles separate", () => {
test("qiuqiu stays affective, qiwu is formally registered, and chaomu stays candidate", () => {
assert.equal(byName["秋秋"].architecture_classification, "MEMORY_ROOT_ONLY_INTENTIONALLY_NOT_ARCHITECTURE");
assert.equal(byName["栖梧"].classification, "FORMALLY_REGISTERED_BODY_RUNTIME_PENDING");
assert.equal(byName["栖梧"].classification, "FORMALLY_REGISTERED_JD_WHOLE_BODY_RUNTIME_HEALTHY");
assert.equal(byName["朝暮"].classification, "CANDIDATE_SHELL_ONLY");
});