feat(persona): normalize Shuangyan as ICE-P-SH0908
This commit is contained in:
parent
8e04d70dd2
commit
7f8f336d6d
29 changed files with 503 additions and 42 deletions
|
|
@ -67,7 +67,7 @@ def audit() -> dict:
|
|||
body_seed = bool(
|
||||
(source_path and (source_path.parent / "PERSONA-BODY.json").is_file())
|
||||
or persona_id in bottle_bodies
|
||||
or (persona_id == "ICE-GL-SY001" and (REPO / "personas/shuangyan/BODY.json").is_file())
|
||||
or (persona_id == "ICE-P-SH0908" and (REPO / "personas/shuangyan/BODY.json").is_file())
|
||||
)
|
||||
body_state = "FULL_BODY_RUNTIME_AVAILABLE_NOT_CURRENTLY_WAKING_OTHER_PERSONAS" if full_body else ("OWN_BODY_SEED_PRESENT_FULL_RUNTIME_NOT_PROVEN" if body_seed else "REGISTERED_PATH_ONLY_COMPLETE_BODY_START_NOT_PROVEN")
|
||||
personas.append({
|
||||
|
|
|
|||
Loading…
Reference in a new issue