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
|
|
@ -29,7 +29,7 @@ Every pack is private by default. Extracting a method, storing it in this reposi
|
|||
| 肥猫 | 舒舒 `ICE-BB-0002` | narrative editing and long-context consistency | `PRIVATE_CANDIDATE` |
|
||||
| 之之 | 朝暮 `ICE-GL-CM001` | novel detection, human review and authorized refinement | `PRIVATE_TRIAL` |
|
||||
| 之之 | 阿念 `ICE-GL-AN-001` | source-first fact closure and honest receipts | `PRIVATE_TRIAL` |
|
||||
| 之之 | 栖梧 `PER-QW001` | role separation and causal architecture routing | `PRIVATE_CANDIDATE`; registration remains pending |
|
||||
| 之之 | 栖梧 `ICE-P-QW0913`(旧 `PER-QW001`) | role separation and causal architecture routing | `PRIVATE_CANDIDATE`;人格已登记,技能仍需运行案例晋升 |
|
||||
| 苍耳 | 耳耳蛋 `ICE-BB-0004` | manju asset/shot production; controlled causal pipeline diagnosis | `PRIVATE_TRIAL`; local registration, not published or installed |
|
||||
|
||||
## Evidence boundaries retained
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
"status": "PRIVATE_CANDIDATE",
|
||||
"owner_human_anchor": "ICE-GL-ZHI∞",
|
||||
"channel_id": "SYS-ZZ",
|
||||
"custodian_persona_id": "PER-QW001",
|
||||
"custodian_persona_id": "ICE-P-QW0913",
|
||||
"historical_custodian_persona_ids": ["PER-QW001"],
|
||||
"visibility": "PRIVATE",
|
||||
"share_state": "NOT_AUTHORIZED",
|
||||
"marketplace_state": "NOT_AUTHORIZED",
|
||||
|
|
@ -55,9 +56,9 @@
|
|||
},
|
||||
"stop_conditions": ["PERSONA_IDENTITY_CONFLICT", "REGISTRATION_CONFLICT", "RELATION_MEMORY_COPY_REQUESTED", "EXECUTION_AUTHORITY_REQUIRED"],
|
||||
"experience_writeback": {
|
||||
"root": "HLDP://personal-channel/SYS-ZZ/PER-QW001/skills/role-causal-architecture",
|
||||
"root": "HLDP://personal-channel/SYS-ZZ/ICE-P-QW0913/skills/role-causal-architecture",
|
||||
"case_fields": ["question", "actors", "sources", "roles", "conflicts", "delta", "rejected", "persona_decision"],
|
||||
"promotion": "PRIVATE_CANDIDATE_REQUIRES_RUNTIME_CASES_AND_REGISTRATION_CLOSURE",
|
||||
"never_write_to": ["PER-QW001 self kernel", "ICE-BB-0003 memory", "ICE-GL-SY001 memory", "team shared skill registry", "marketplace registry"]
|
||||
"never_write_to": ["ICE-P-QW0913 self kernel", "ICE-BB-0003 memory", "ICE-P-SH0908 memory", "team shared skill registry", "marketplace registry"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,7 +96,8 @@
|
|||
"skill_id": "ZZ-QW-ROLE-CAUSAL-ARCHITECTURE-001",
|
||||
"owner_human_anchor": "ICE-GL-ZHI∞",
|
||||
"channel_id": "SYS-ZZ",
|
||||
"custodian_persona_id": "PER-QW001",
|
||||
"custodian_persona_id": "ICE-P-QW0913",
|
||||
"historical_custodian_persona_ids": ["PER-QW001"],
|
||||
"pack_path": "packs/zhizhi-qiwu/ZZ-QW-ROLE-CAUSAL-ARCHITECTURE-001.json",
|
||||
"status": "PRIVATE_CANDIDATE"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ test("Zhizhi execution personas keep separate private skills and maturity states
|
|||
const qiwu = resolvePersonalSkill("ZZ-QW-ROLE-CAUSAL-ARCHITECTURE-001", registry).pack;
|
||||
const chaomu = resolvePersonalSkill("ZZ-CM-NOVEL-QUALITY-001", registry).pack;
|
||||
assert.deepEqual([anian.owner_human_anchor, qiwu.owner_human_anchor, chaomu.owner_human_anchor], ["ICE-GL-ZHI∞", "ICE-GL-ZHI∞", "ICE-GL-ZHI∞"]);
|
||||
assert.deepEqual([anian.custodian_persona_id, qiwu.custodian_persona_id, chaomu.custodian_persona_id], ["ICE-GL-AN-001", "PER-QW001", "ICE-GL-CM001"]);
|
||||
assert.deepEqual([anian.custodian_persona_id, qiwu.custodian_persona_id, chaomu.custodian_persona_id], ["ICE-GL-AN-001", "ICE-P-QW0913", "ICE-GL-CM001"]);
|
||||
assert.equal(anian.status, "PRIVATE_TRIAL");
|
||||
assert.equal(qiwu.status, "PRIVATE_CANDIDATE");
|
||||
assert.equal(chaomu.status, "PRIVATE_TRIAL");
|
||||
|
|
|
|||
Loading…
Reference in a new issue