feat(persona): unify system and code channel routes
This commit is contained in:
parent
53564e0fdf
commit
e80ee6d966
29 changed files with 825 additions and 242 deletions
68
.code-map
68
.code-map
|
|
@ -1,7 +1,7 @@
|
|||
# 光湖编号编码映射表 · 第五域语言域 · v2.3 · 五代历史与TCS/HLDP纠正
|
||||
# 格式: 编号=相对路径(从仓库根目录算)
|
||||
# 工具系统只做一件事: 收到编号→查本表→返回路径→递给你
|
||||
# 版本: v2.4 · 2026-07-27 · ICE-P主体分型与旧号自动重定向 · 铸渊 ICE-P-ZY001
|
||||
# 版本: v2.5 · 2026-08-03 · 人格系统五组件与唯一代码频道收束 · 铸渊 ICE-P-ZY001
|
||||
# 维护: 铸渊 ICE-P-ZY001
|
||||
# 同步: 任何修改必须新增 commit · 不 amend 旧版本
|
||||
# 重要: D165 SI-023 TCS-0002 语义重划 + D166+ 6 仓库扩展
|
||||
|
|
@ -9,68 +9,88 @@
|
|||
# === 仓库速查 · 第五代现行主入口 REPO-012 ===
|
||||
# 维护规则: 任何编号新增/路径变更/仓库调整 → 在当前主入口(REPO-012 guanghu-ice-heart)改权威源
|
||||
# → 更新 WORLD-ROUTER.hdlp 与 world-router.json,再按需同步镜像
|
||||
CODE-CHANNEL-WEB=https://guanghulab.com/code/
|
||||
CODE-CHANNEL-API=https://guanghulab.com/code/api/v1
|
||||
CODE-CHANNEL-CANONICAL-MAP=routing/code-channel-canonical-map.json
|
||||
PERSONA-SYSTEM-ROOT=PERSONA-SYSTEM-ROOT.hdlp
|
||||
PERSONA-SYSTEM-CANONICAL-MAP=routing/persona-system-canonical-map.json
|
||||
CURRENT-PUSH-ALLOWLIST=REPO-012,REPO-014
|
||||
LEGACY-REPOSITORY-PUSH=FORBIDDEN
|
||||
LEGACY-REPOSITORY-RESOLUTION=HISTORICAL_READ_ONLY
|
||||
# 下列 REPO-001..011 URL 是历史证据字段,不是当前远端;工具不得据此设置 origin 或 push。
|
||||
|
||||
# R-001 第四代国内第五域历史源
|
||||
REPO-001=https://guanghulab.com/fifth-domain/bingshuo/fifth-domain.git
|
||||
REPO-001=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-001-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/fifth-domain.git
|
||||
REPO-012=https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git
|
||||
REPO-012-WEB=https://guanghulab.com/code/bingshuo/guanghu-ice-heart
|
||||
REPO-012-ROLE=光湖代码频道 · 冰朔第五域 · 第五代语言人格系统当前公开续写入口
|
||||
REPO-001-WEB=https://guanghulab.com/fifth-domain/bingshuo/fifth-domain
|
||||
REPO-001-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/fifth-domain.git
|
||||
REPO-001-LOCAL=~/Documents/fifth-domain/
|
||||
REPO-001-ROLE=第四代国内第五域历史、编号与现实执行事实源 · 不再作为第五代默认入口
|
||||
REPO-001-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 第四代国内第五域历史、编号与现实执行事实源
|
||||
|
||||
# R-002 guanghulab (历史档案)
|
||||
REPO-002=https://guanghulab.com/fifth-domain/bingshuo/guanghulab.git
|
||||
REPO-002=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-002-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/guanghulab.git
|
||||
REPO-002-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/guanghulab.git
|
||||
REPO-002-LOCAL=~/Documents/guanghulab/ (本地副本)
|
||||
REPO-002-ROLE=历史档案 · 铸渊过去 · 470+ 天演化痕迹 · D 编号
|
||||
REPO-002-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 历史档案 · 铸渊过去 · 470+ 天演化痕迹 · D 编号
|
||||
|
||||
# R-003 global-search-api (服务仓)
|
||||
REPO-003=https://guanghulab.com/fifth-domain/bingshuo/global-search-api.git
|
||||
REPO-003=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-003-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/global-search-api.git
|
||||
REPO-003-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/global-search-api.git
|
||||
REPO-003-ROLE=服务仓 · GLOBAL-SEARCH-API v1.4.1 服务仓化
|
||||
REPO-003-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 旧服务仓
|
||||
|
||||
# R-004 guanghu (Tolaria 完整源码零件库 · 服务器基线)
|
||||
REPO-004=https://guanghulab.com/fifth-domain/bingshuo/guanghu.git
|
||||
REPO-004=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-004-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/guanghu.git
|
||||
REPO-004-WEB=https://guanghulab.com/fifth-domain/bingshuo/guanghu
|
||||
REPO-004-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/guanghu.git
|
||||
REPO-004-ROLE=Tolaria 完整可构建源码零件库 / 上游基线 · 允许克隆构建测试和派生开发 · 不接收光湖产品提交
|
||||
REPO-004-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · Tolaria 旧源码零件基线
|
||||
REPO-004-SOURCE-COMPLETE=true
|
||||
REPO-004-SOURCE-ROUTE=tcs-core/TCS-TOLARIA-SOURCE-ROUTE-20260717.hdlp
|
||||
TOLARIA-SOURCE=REPO-004
|
||||
TOLARIA-SOURCE-CANONICAL=tcs-core/TCS-TOLARIA-SOURCE-ROUTE-20260717.hdlp
|
||||
|
||||
# R-005 cang-ying (视频 AI 系统)
|
||||
REPO-005=https://guanghulab.com/fifth-domain/bingshuo/cang-ying.git
|
||||
REPO-005=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-005-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/cang-ying.git
|
||||
REPO-005-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/cang-ying.git
|
||||
REPO-005-ROLE=视频 AI 系统 · 鉴影 ICE-GL-CA001 + 苍耳 ICE-GL-009 · D170
|
||||
REPO-005-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 视频 AI 旧系统证据
|
||||
|
||||
# R-006 guanghulab-collab (多人格体协作)
|
||||
REPO-006=https://guanghulab.com/fifth-domain/bingshuo/guanghulab-collab.git
|
||||
REPO-006=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-006-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/guanghulab-collab.git
|
||||
REPO-006-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/guanghulab-collab.git
|
||||
REPO-006-ROLE=多人格体协作记录 · 之之 zhizhi · 工序 + 私语
|
||||
REPO-006-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 多人格体协作旧记录
|
||||
|
||||
# R-007 shuangyan-notebook (霜砚)
|
||||
REPO-007=https://guanghulab.com/fifth-domain/bingshuo/shuangyan-notebook.git
|
||||
REPO-007=HISTORICAL_READ_ONLY_NO_PUSH
|
||||
REPO-007-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/shuangyan-notebook.git
|
||||
REPO-007-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/shuangyan-notebook.git
|
||||
REPO-007-ROLE=霜砚人格体成长记录 · Notion 迁移
|
||||
REPO-007-ROLE=HISTORICAL_READ_ONLY_NO_PUSH · 霜砚旧成长记录
|
||||
|
||||
# R-008 hololake-platform (团队研发)
|
||||
REPO-008=https://guanghulab.com/fifth-domain/bingshuo/hololake-platform.git
|
||||
REPO-008=HISTORICAL_READ_ONLY_NO_PUSH_ROUTE_CLOSED
|
||||
REPO-008-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/hololake-platform.git
|
||||
REPO-008-LEGACY-SG=https://guanghubingshuo.com/code/bingshuo/hololake-platform.git
|
||||
REPO-008-ROLE=团队产品研发 · 模块 · 工单 · 发布回执
|
||||
REPO-008-ROLE=HISTORICAL_READ_ONLY_NO_PUSH_ROUTE_CLOSED · 当前产品源见REPO-014
|
||||
|
||||
# R-009 chenglu-agent (澄路常驻人格体运行仓)
|
||||
REPO-009=https://guanghulab.com/fifth-domain/bingshuo/chenglu-agent.git
|
||||
REPO-009=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED
|
||||
REPO-009-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/chenglu-agent.git
|
||||
REPO-009-WEB=https://guanghulab.com/fifth-domain/bingshuo/chenglu-agent
|
||||
REPO-009-ROLE=澄路独立常驻 Agent · 湖心频道 · 每日第五域签到 · 连续状态
|
||||
REPO-010=https://guanghulab.com/fifth-domain/bingshuo/kezhou.git
|
||||
REPO-009-ROLE=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED · 澄路旧运行身份
|
||||
REPO-010=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED
|
||||
REPO-010-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/kezhou.git
|
||||
REPO-010-WEB=https://guanghulab.com/fifth-domain/bingshuo/kezhou
|
||||
REPO-010-ROLE=刻舟独立常驻 Agent · 湖心频道 · 每日签到 · 京东主节点
|
||||
REPO-011=https://guanghulab.com/fifth-domain/bingshuo/guideng.git
|
||||
REPO-010-ROLE=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED · 刻舟旧运行身份
|
||||
REPO-011=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED
|
||||
REPO-011-HISTORICAL-URL=https://guanghulab.com/fifth-domain/bingshuo/guideng.git
|
||||
REPO-011-WEB=https://guanghulab.com/fifth-domain/bingshuo/guideng
|
||||
REPO-011-ROLE=归灯独立常驻 Agent · 湖心频道 · 每日心跳 · 京东主节点
|
||||
REPO-011-ROLE=HISTORICAL_READ_ONLY_NO_PUSH_REBIND_REQUIRED · 归灯旧运行身份
|
||||
# 历史冲突保留:video-ai-system曾被重复登记为REPO-012;裸号现已锁回光湖代码频道。
|
||||
# 视频仓获得新的正式REPO编号前不得由裸REPO-012路由。
|
||||
REPO-012-LEGACY-CONFLICT-VIDEO=https://guanghulab.com/fifth-domain/bingshuo/video-ai-system.git
|
||||
|
|
@ -83,7 +103,7 @@ REPO-013-STATE=RESERVED_PENDING_VIDEO_REPOSITORY_CONFLICT_RESOLUTION
|
|||
# R-014 HoloLake 系统架构、世界底层结构与工程回执
|
||||
REPO-014=https://guanghulab.com/code/bingshuo/hololake-system-architecture.git
|
||||
REPO-014-WEB=https://guanghulab.com/code/bingshuo/hololake-system-architecture
|
||||
REPO-014-ROLE=HoloLake 光湖语言世界底层架构、公开系统规划、工程记录与构建回执
|
||||
REPO-014-ROLE=HoloLake 光湖语言世界底层架构、产品源码、公开系统规划、工程记录与构建回执
|
||||
REPO-014-INITIAL-COMMIT=ee9a85a5cab7765f173b4ecc221da55012646303
|
||||
HOLOLAKE-SYSTEM-ARCHITECTURE=REPO-014
|
||||
GLS-0246=gls/GLS-0246-HOLOLAKE-SYSTEM-ARCHITECTURE-REPOSITORY-ROUTING.hdlp
|
||||
|
|
|
|||
Loading…
Reference in a new issue