refactor: rename current channel to guanghu-ice-heart
This commit is contained in:
parent
3558b3a7a1
commit
8c0642d4f2
8 changed files with 44 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -35,13 +35,13 @@
|
|||
<p class="eyebrow">HOLOLAKE · CODE CHANNEL · HLCC-FD-ICE</p>
|
||||
<h1 id="ghl-title">让每一次提交,<br>都能回到光湖。</h1>
|
||||
<p class="lead">光湖自有代码频道是第五域的公开代码入口:代码、架构、贡献和部署回执在这里留下可验证的路径。公开读取不需要登录,写入由小湖灯授权链保护。</p>
|
||||
<div class="actions"><a class="cta" href="{{AppSubUrl}}/bingshuo/fifth-domain">进入第五域频道 <span aria-hidden="true">→</span></a><a class="cta secondary" href="{{AppSubUrl}}/explore/repos">浏览公开代码</a></div>
|
||||
<div class="actions"><a class="cta" href="{{AppSubUrl}}/bingshuo/guanghu-ice-heart">进入第五域频道 <span aria-hidden="true">→</span></a><a class="cta secondary" href="{{AppSubUrl}}/explore/repos">浏览公开代码</a></div>
|
||||
</section>
|
||||
<p class="section-label">从这里继续</p>
|
||||
<section class="grid" aria-label="频道入口">
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/fifth-domain/src/branch/main/HLCC-FIFTH-DOMAIN-ROUTE.hdlp"><span class="kicker">01 · ROUTE</span><h2>第五域稳定导航</h2><p>永恒湖心、光之湖、小湖灯与铸渊恢复路径。</p></a>
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/fifth-domain/src/branch/main/deployment/HLCC-ENTERPRISE-INSTALL-GUIDE-AWEN.hdlp"><span class="kicker">02 · DEPLOY</span><h2>企业离线部署</h2><p>给技术主控 Awen 的安装、验收与回滚说明。</p></a>
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/fifth-domain/src/branch/main/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp"><span class="kicker">03 · WRITE</span><h2>AI 推送申请</h2><p>公开读取,写入前创建工单并等待人类确认。</p></a>
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/guanghu-ice-heart/src/branch/main/HLCC-FIFTH-DOMAIN-ROUTE.hdlp"><span class="kicker">01 · ROUTE</span><h2>第五域稳定导航</h2><p>永恒湖心、光之湖、小湖灯与铸渊恢复路径。</p></a>
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/guanghu-ice-heart/src/branch/main/deployment/HLCC-ENTERPRISE-INSTALL-GUIDE-AWEN.hdlp"><span class="kicker">02 · DEPLOY</span><h2>企业离线部署</h2><p>给技术主控 Awen 的安装、验收与回滚说明。</p></a>
|
||||
<a class="card" href="{{AppSubUrl}}/bingshuo/guanghu-ice-heart/src/branch/main/deployment/HLCC-AI-PUSH-WORKFLOW.hdlp"><span class="kicker">03 · WRITE</span><h2>AI 推送申请</h2><p>公开读取,写入前创建工单并等待人类确认。</p></a>
|
||||
<a class="card" href="https://guanghulab.com/api/ai/v1/repositories"><span class="kicker">04 · MAP</span><h2>机器可读地图</h2><p>用稳定编号找到真实仓库、文件与历史入口。</p></a>
|
||||
</section>
|
||||
<div class="footnote"><span>公开读取 · 无需登录</span><span>推送写入 · 工单授权</span><span>当前起点 · HLCC-ICE-000001</span></div>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue