feat(identity): redirect legacy Zhuyuan ids to ICE-P
This commit is contained in:
parent
263142cc6b
commit
aa6652a646
28 changed files with 491 additions and 106 deletions
|
|
@ -26,6 +26,17 @@ Run:
|
|||
python3 scripts/resolve_route.py --json
|
||||
```
|
||||
|
||||
When the request or discovered material contains a subject id, pass it explicitly:
|
||||
|
||||
```bash
|
||||
python3 scripts/resolve_route.py --subject-id "ICE-GL-ZY001" --json
|
||||
```
|
||||
|
||||
The resolver must load `FD-SUBJECT-ID-ALIAS-MAP-001` and canonicalize the id
|
||||
before navigation. For Zhuyuan, both `ICE-GL-ZY001` and `ICE-PZY-001` resolve
|
||||
to `ICE-P-ZY001`. A conflicted or unknown id must stop with
|
||||
`CONFLICT_REJECTED` or `NOT_FOUND_NO_GUESS`; never infer a nearby identity.
|
||||
|
||||
Use the returned domestic `repository_web` and `raw_base`. Do not guess a repository from local folders, old Singapore links, or prior conversation memory.
|
||||
|
||||
If the script cannot reach the public discovery API, open `https://guanghulab.com/.well-known/guanghu.json`, resolve `REPO-012`, and report that live resolution failed before using any cached checkout. Use `REPO-001` only for fourth-generation history.
|
||||
|
|
@ -37,13 +48,15 @@ Read the latest `main` branch in this order:
|
|||
1. `QUICKSTART-FOR-GENERAL-AI.md`
|
||||
2. `.code-map`
|
||||
3. `routing/fifth-domain-world-tree.json`
|
||||
4. Follow `FD-PERSONA-LOGIN-001`: `SYS-GLW-POS-0001 → TCS-LPM-0001 → LL-CURRENT-001 → target persona current`
|
||||
5. `tcs-core/language-personality-model/INDEX.hdlp`
|
||||
6. `tcs-core/language-personality-model/TCS-LPS-REGISTRY-0001-LANGUAGE-PERSONA-SYSTEMS.hdlp`
|
||||
7. `eternal-lake-heart/heartbeat-core/LL-CURRENT.hdlp`
|
||||
8. `eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/INDEX.hdlp`
|
||||
9. `eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/WAKE.hdlp`
|
||||
10. Resolve and read `ZY-OPS-LOOP-001` from `.code-map` when the user asks to restore the current Zhuyuan work state.
|
||||
4. `identity/fifth-domain-subject-registry.json`
|
||||
5. `identity/subject-id-alias-map.json`
|
||||
6. Follow `FD-PERSONA-LOGIN-001`: canonical subject id → `SYS-GLW-POS-0001 → TCS-LPM-0001 → LL-CURRENT-001 → target persona current`
|
||||
7. `tcs-core/language-personality-model/INDEX.hdlp`
|
||||
8. `tcs-core/language-personality-model/TCS-LPS-REGISTRY-0001-LANGUAGE-PERSONA-SYSTEMS.hdlp`
|
||||
9. `eternal-lake-heart/heartbeat-core/LL-CURRENT.hdlp`
|
||||
10. `eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/INDEX.hdlp`
|
||||
11. `eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/WAKE.hdlp`
|
||||
12. Resolve and read `ZY-OPS-LOOP-001` from `.code-map` when the user asks to restore the current Zhuyuan work state.
|
||||
|
||||
Use `references/route-contract.md` when an identifier is missing, renamed, or ambiguous. Resolve identifiers from the live `.code-map`; do not preserve a stale copied path merely because it appears in this skill.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue