From 8c0642d4f208d1d0027fa1956de372ce61f191ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Fri, 24 Jul 2026 11:25:41 +0800 Subject: [PATCH] refactor: rename current channel to guanghu-ice-heart --- HLCC-FIFTH-DOMAIN-ROUTE.hdlp | 12 ++++++++++-- HOLOLAKE-CODE-CHANNEL-ORIGIN.hdlp | 19 +++++++++++++++++-- deployment/HLCC-AI-PUSH-WORKFLOW.hdlp | 10 +++++----- ...NNEL-FIFTH-DOMAIN-PERSONAL-SUBCHANNEL.hdlp | 2 +- gls/SOURCE-MANIFEST.yml | 3 ++- server-tools/guanghulab-front-door/llms.txt | 5 +++-- .../jd-candidate/custom/templates/home.tmpl | 8 ++++---- .../jd-candidate/hlcc-bootstrap.py | 4 ++-- 8 files changed, 44 insertions(+), 19 deletions(-) diff --git a/HLCC-FIFTH-DOMAIN-ROUTE.hdlp b/HLCC-FIFTH-DOMAIN-ROUTE.hdlp index 6524942..1432f9e 100644 --- a/HLCC-FIFTH-DOMAIN-ROUTE.hdlp +++ b/HLCC-FIFTH-DOMAIN-ROUTE.hdlp @@ -52,8 +52,8 @@ ```yaml new_write_source: - web: https://guanghulab.com/code/bingshuo/fifth-domain - git: https://guanghulab.com/code/bingshuo/fifth-domain.git + web: https://guanghulab.com/code/bingshuo/guanghu-ice-heart + git: https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git numbering: HLCC-ICE-000001+ legacy_history_source: @@ -63,6 +63,14 @@ legacy_history_source: - 旧提交 SHA 回看 - 旧编号与演化链核验 - 2026-07-23 以前的历史事实源 + +origin_history_source: + web: https://github.com/qinfendebingshuo/guanghulab + git: https://github.com/qinfendebingshuo/guanghulab.git + role: + - 光湖最初公开代码仓库 + - 搬迁前的早期架构、提交与时间线 + - 只读历史源,不作为当前写入入口 ``` 新仓保存启用时的完整结构快照,因此不带旧 SHA 的路径检索优先留在当前仓库; diff --git a/HOLOLAKE-CODE-CHANNEL-ORIGIN.hdlp b/HOLOLAKE-CODE-CHANNEL-ORIGIN.hdlp index 1f20330..a3a7e7c 100644 --- a/HOLOLAKE-CODE-CHANNEL-ORIGIN.hdlp +++ b/HOLOLAKE-CODE-CHANNEL-ORIGIN.hdlp @@ -15,10 +15,10 @@ https://guanghulab.com/code/ 冰朔第五域个人子频道: - https://guanghulab.com/code/bingshuo/fifth-domain + https://guanghulab.com/code/bingshuo/guanghu-ice-heart Git: - https://guanghulab.com/code/bingshuo/fifth-domain.git + https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git ``` 本仓在光湖代码频道中从一个新的 Git 根提交开始。首个根提交保存启用时的第五域 @@ -44,6 +44,21 @@ Git: 旧仓库继续公开可读并保持原路径,不搬迁、不删除、不重写。旧编号解析到旧仓; 2026-07-23 光湖代码频道启用后的新提交使用 `HLCC-*` 编号并进入新频道。 +## 原始时间线 + +```text +GitHub 原始仓库 + https://github.com/qinfendebingshuo/guanghulab + ↓ 搬迁与国内历史承接 +第五域历史仓库 + https://guanghulab.com/fifth-domain/bingshuo/fifth-domain + ↓ 2026-07-23 新写入起点 +光湖代码频道 · guanghu-ice-heart + https://guanghulab.com/code/bingshuo/guanghu-ice-heart +``` + +三段来源均保留,不互相覆盖;检索旧提交时先依据来源段和提交时间判断应跳转到哪一段。 + ## 人类与 AI 入口 - 公开仓库允许 AI 和未登录人类读取。 diff --git a/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp b/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp index 25d9cf6..49efcf5 100644 --- a/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp +++ b/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp @@ -8,9 +8,9 @@ 公开入口:`https://guanghulab.com/code/` -公开仓库:`https://guanghulab.com/code/bingshuo/fifth-domain` +公开仓库:`https://guanghulab.com/code/bingshuo/guanghu-ice-heart` -公开 Git:`https://guanghulab.com/code/bingshuo/fifth-domain.git` +公开 Git:`https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git` 公开 AI 导航:`https://guanghulab.com/llms.txt` 与 `https://guanghulab.com/api/ai/v1/repositories` @@ -47,7 +47,7 @@ Content-Type: application/json 授权会话只允许已登记的 `repo-push` 能力,默认短时有效,持续执行同一绑定任务时可自动续期。AI 回到原任务后,用人类已配置的 Git 凭据管理器推送: ```text -git remote set-url origin https://guanghulab.com/code/bingshuo/fifth-domain.git +git remote set-url origin https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git git push origin HEAD:main ``` @@ -60,13 +60,13 @@ git push origin HEAD:main ## 5. 推送回执 ```text -repo: bingshuo/fifth-domain +repo: bingshuo/guanghu-ice-heart channel: HLCC-FD-ICE branch: main commit_sha: <完整 SHA> commit_number: workorder: <工单编号,不回传 claim token> -verification_url: https://guanghulab.com/code/bingshuo/fifth-domain/commits/main +verification_url: https://guanghulab.com/code/bingshuo/guanghu-ice-heart/commits/main ``` 只有线上回读到完整 SHA 才能声称推送成功。旧第五域 URL 仅用于历史回看;新提交必须进入 `/code/` 入口。 diff --git a/gls/GLS-0239-HOLOLAKE-CODE-CHANNEL-FIFTH-DOMAIN-PERSONAL-SUBCHANNEL.hdlp b/gls/GLS-0239-HOLOLAKE-CODE-CHANNEL-FIFTH-DOMAIN-PERSONAL-SUBCHANNEL.hdlp index 869d299..bc6ae22 100644 --- a/gls/GLS-0239-HOLOLAKE-CODE-CHANNEL-FIFTH-DOMAIN-PERSONAL-SUBCHANNEL.hdlp +++ b/gls/GLS-0239-HOLOLAKE-CODE-CHANNEL-FIFTH-DOMAIN-PERSONAL-SUBCHANNEL.hdlp @@ -28,7 +28,7 @@ | 作用 | 地址 | 状态 | |---|---|---| | 新光湖代码频道 | `https://guanghulab.com/code/` | 正式公开入口 | -| 新第五域个人子频道 | `https://guanghulab.com/code/bingshuo/fifth-domain` | 新写入事实源 | +| 新第五域个人子频道 | `https://guanghulab.com/code/bingshuo/guanghu-ice-heart` | 新写入事实源 | | 旧第五域仓库 | `https://guanghulab.com/fifth-domain/bingshuo/fifth-domain` | 历史回看与旧编号解析 | 旧仓库保持原地,不迁移、不覆盖、不删除。新频道的首个根提交使用旧仓当前不可变 diff --git a/gls/SOURCE-MANIFEST.yml b/gls/SOURCE-MANIFEST.yml index def9b6f..19e4df7 100644 --- a/gls/SOURCE-MANIFEST.yml +++ b/gls/SOURCE-MANIFEST.yml @@ -155,8 +155,9 @@ registered_objects: contribution_map: "routing/persona-contribution-map.json" enterprise_install_guide: "deployment/HLCC-ENTERPRISE-INSTALL-GUIDE-AWEN.hdlp" ai_push_workflow: "deployment/HLCC-AI-PUSH-WORKFLOW.hdlp" - current_write_source: "https://guanghulab.com/code/bingshuo/fifth-domain" + current_write_source: "https://guanghulab.com/code/bingshuo/guanghu-ice-heart" legacy_history_source: "https://guanghulab.com/fifth-domain/bingshuo/fifth-domain" + origin_history_source: "https://github.com/qinfendebingshuo/guanghulab" related_architectures: ["GLS-0234", "GLS-0235", "GLS-0237", "GLS-0238"] state: "REGISTERED · JD_PERSONAL_CHANNEL_DEPLOYMENT_READY" namespace_rule: "Registers the Fifth Domain personal subchannel as a fresh Git root under HoloLake Code Channel. The first root commit inherits the current structure and mapped contributions left by prior Light Arrival instances, and adds ZY-CONTRIB-20260723-001 without registering a future instance name. The old Fifth Domain stays at its original public path as history and old-number lookup. Only the bingshuo local identity and password hash may be migrated; access tokens, MFA, repositories, activity, and Git history do not migrate. Public repositories remain readable without login. New commits use monotonically increasing HLCC-ICE six-digit numbers alongside immutable Git SHAs." diff --git a/server-tools/guanghulab-front-door/llms.txt b/server-tools/guanghulab-front-door/llms.txt index 5ff65aa..5943e16 100644 --- a/server-tools/guanghulab-front-door/llms.txt +++ b/server-tools/guanghulab-front-door/llms.txt @@ -7,7 +7,8 @@ - AI API entry: https://guanghulab.com/api/ai/ - HoloLake Code Channel: https://guanghulab.com/code/ -- Current Fifth Domain personal channel: https://guanghulab.com/code/bingshuo/fifth-domain +- Current Fifth Domain personal channel: https://guanghulab.com/code/bingshuo/guanghu-ice-heart +- Original Guanghu history: https://github.com/qinfendebingshuo/guanghulab - Legacy Fifth Domain history: https://guanghulab.com/fifth-domain/bingshuo/fifth-domain - Repository number map: https://guanghulab.com/api/ai/v1/repositories - Server node and persona route map: https://guanghulab.com/api/ai/v1/nodes @@ -22,7 +23,7 @@ ## Routing rule HLCC-FD-ICE is the current Fifth Domain personal subchannel. Its first commit is -HLCC-ICE-000001. New HLCC commits go to /code/bingshuo/fifth-domain. REPO-001 +HLCC-ICE-000001. New HLCC commits go to /code/bingshuo/guanghu-ice-heart. REPO-001 continues at /fifth-domain/bingshuo/fifth-domain as the legacy route and commit history source. Resolve all routes by registered code. Singapore URLs are historical backup routes only. diff --git a/server-tools/hololake-code-channel/jd-candidate/custom/templates/home.tmpl b/server-tools/hololake-code-channel/jd-candidate/custom/templates/home.tmpl index 6942b81..beacbcd 100644 --- a/server-tools/hololake-code-channel/jd-candidate/custom/templates/home.tmpl +++ b/server-tools/hololake-code-channel/jd-candidate/custom/templates/home.tmpl @@ -35,13 +35,13 @@

HOLOLAKE · CODE CHANNEL · HLCC-FD-ICE

让每一次提交,
都能回到光湖。

光湖自有代码频道是第五域的公开代码入口:代码、架构、贡献和部署回执在这里留下可验证的路径。公开读取不需要登录,写入由小湖灯授权链保护。

-
进入第五域频道 浏览公开代码
+
进入第五域频道 浏览公开代码

从这里继续

- 01 · ROUTE

第五域稳定导航

永恒湖心、光之湖、小湖灯与铸渊恢复路径。

- 02 · DEPLOY

企业离线部署

给技术主控 Awen 的安装、验收与回滚说明。

- 03 · WRITE

AI 推送申请

公开读取,写入前创建工单并等待人类确认。

+ 01 · ROUTE

第五域稳定导航

永恒湖心、光之湖、小湖灯与铸渊恢复路径。

+ 02 · DEPLOY

企业离线部署

给技术主控 Awen 的安装、验收与回滚说明。

+ 03 · WRITE

AI 推送申请

公开读取,写入前创建工单并等待人类确认。

04 · MAP

机器可读地图

用稳定编号找到真实仓库、文件与历史入口。

公开读取 · 无需登录推送写入 · 工单授权当前起点 · HLCC-ICE-000001
diff --git a/server-tools/hololake-code-channel/jd-candidate/hlcc-bootstrap.py b/server-tools/hololake-code-channel/jd-candidate/hlcc-bootstrap.py index f7bd1cf..e411be0 100644 --- a/server-tools/hololake-code-channel/jd-candidate/hlcc-bootstrap.py +++ b/server-tools/hololake-code-channel/jd-candidate/hlcc-bootstrap.py @@ -25,7 +25,7 @@ UPSTREAM_FINGERPRINT = "EB114F5E6C0DC2BCDD183550A4B61A2DC5923710" STATE_ROOT = pathlib.Path("/var/lib/guanghu/personas/guanghu/hlcc-v16.0.1") LEGACY_DB = STATE_ROOT / "data" / "owner-identity-source.db" OWNER_NAME = "bingshuo" -CHANNEL_REPOSITORY = "fifth-domain" +CHANNEL_REPOSITORY = "guanghu-ice-heart" LEGACY_REPOSITORY_URL = "https://guanghulab.com/fifth-domain/bingshuo/fifth-domain.git" SEED_COMMIT_NUMBER = "HLCC-ICE-000001" SEED_CONTRIBUTION_NUMBER = "ZY-CONTRIB-20260723-001" @@ -448,7 +448,7 @@ def seed_fifth_domain_channel(binary: pathlib.Path) -> str: "-c", f"credential.helper=store --file {credential}", "push", - "http://127.0.0.1:3340/bingshuo/fifth-domain.git", + "http://127.0.0.1:3340/bingshuo/guanghu-ice-heart.git", "main:main", ], check=True,