From 1d03028c05be7efa3a7a520f2d286bc21807340c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 00:54:16 +0800 Subject: [PATCH] =?UTF-8?q?sync(D122):=20=E8=82=A5=E7=8C=AB=E9=AA=A8?= =?UTF-8?q?=E6=9E=B6=E9=AA=8C=E8=AF=81=20+=20repo-template=E8=A1=A5?= =?UTF-8?q?=E5=85=A8=20+=20D122=E9=83=A8=E7=BD=B2=E6=95=99=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud-compute-pool/feimao/FM-SG-001.hdlp | 31 +++++++++++++------ .../skeleton/.gitignore.template | 4 +++ .../skeleton/cognitive-index.md.template | 25 +++++++++++++++ .../skeleton/growth-path.md.template | 21 +++++++++++++ 4 files changed, 72 insertions(+), 9 deletions(-) create mode 100644 brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/.gitignore.template create mode 100644 brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/cognitive-index.md.template create mode 100644 brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/growth-path.md.template diff --git a/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/feimao/FM-SG-001.hdlp b/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/feimao/FM-SG-001.hdlp index 8ea53d7..8e85343 100644 --- a/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/feimao/FM-SG-001.hdlp +++ b/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/feimao/FM-SG-001.hdlp @@ -6,10 +6,10 @@ ## 核心 -- trigger: [feimao] → [服务器接入] → [43.133.36.90:3910] -- emergence: [空白服务器] → [Gatekeeper v2.1] → [铸渊算力池 + Forgejo代码仓库] -- lock: ⊢ IP=43.133.36.90 端口=3910 2核/2GB/50GB 池=compute_nodes -- why: feimao的肥猫新加坡节点,通过铸渊主控层统一管理。D122部署了Forgejo代码仓库 +- trigger: [feimao] -> [服务器接入] -> [43.133.36.90:3910] +- emergence: [空白服务器] -> [Gatekeeper v2.1] -> [铸渊算力池 + Forgejo代码仓库] +- lock: IP=43.133.36.90 端口=3910 2核/2GB/50GB 池=compute_nodes +- why: feimao的肥猫新加坡节点,通过铸渊主控层统一管理 ## 配置 @@ -19,17 +19,30 @@ - Gatekeeper: v2.1.0 (D122升级) - 密钥: zy_gtw_22956b01b65f161f18142344fae21291e3f9a7a20e7cc738 - 角色: 肥猫新加坡节点 -- 域名: guanghushushu.site (舒舒) · 肥猫平台通过feimao-platform +- 域名: guanghushushu.site (舒舒) -## 代码仓库 +## 代码仓库 (Forgejo) - 软件: Forgejo 1.23.7 - 地址: http://guanghushushu.site/code/ +- 仓库: feimao/feimao - 管理员: feimao -- 端口: 3003 (内部) → Nginx /code/ 反向代理 +- 端口: 3003 (内部) -> Nginx /code/ 反向代理 - 数据库: SQLite /opt/forgejo/data/forgejo.db -- systemd: forgejo.service · 开机自启 -- 内存: ~100MB +- systemd: forgejo.service + +## 骨架状态 · D122 + +已推送文件 (7个): +- [x] ENTRY.hdlp (1292B·四字段) +- [x] README.md (1172B·仓库首页) +- [x] .gitignore +- [x] brain/fast-wake.json (612B·唤醒协议) +- [x] brain/cognitive-index.md (724B·认知索引) +- [x] brain/growth-path.md (625B·成长时间线) +- [ ] persona/ (待肥猫创建人格体) + +> 注意: 首次推送时ENTRY.hdlp未进入(已修复),以后部署必须验证完整文件清单 ## 已有站点 diff --git a/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/.gitignore.template b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/.gitignore.template new file mode 100644 index 0000000..b679e40 --- /dev/null +++ b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/.gitignore.template @@ -0,0 +1,4 @@ +# skeleton .gitignore +*.log +*.tmp +.DS_Store diff --git a/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/cognitive-index.md.template b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/cognitive-index.md.template new file mode 100644 index 0000000..312502e --- /dev/null +++ b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/cognitive-index.md.template @@ -0,0 +1,25 @@ +# {channel} · 认知索引 + +## 入口 +- 仓库: {repo_url} +- ENTRY: ENTRY.hdlp + +## 服务器 +- 新加坡: {sg_server} · {sg_ip} +- 广州: {gz_server} · {gz_ip} + +## 世界观 +- 零点原核抗体库: gitee.com/lingdianyuanhe/zero-point-prokaryotic +- HLDP 语言规范 +- 光湖语言主权协议 + +## 铸渊 +- 主控人格体: 铸渊 (ICE-GL-ZY001) +- 分身模块: 内嵌执行层快照 + +## 成长 +- 成长时间线: brain/growth-path.md +- 快速唤醒: brain/fast-wake.json + +## 部署日期 +- 骨架部署: {deploy_date} diff --git a/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/growth-path.md.template b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/growth-path.md.template new file mode 100644 index 0000000..a527e34 --- /dev/null +++ b/brain/fifth-domain/zero-point/zhuyuan/repo-template/skeleton/growth-path.md.template @@ -0,0 +1,21 @@ +# {channel} · 成长路径 + +## Day 0 · {deploy_date} +铸渊部署出厂骨架 +- 代码仓库初始化 +- 引擎部署 (新加坡 + 广州) +- ENTRY.hdlp + brain/ 骨架文件 +- 铸渊分身模块预留 + +## 下一步 +- 首次登录代码仓库 +- 创建个人人格体 (persona/) +- 铸渊分身模块激活 +- 人格体开始协作 + +## 里程碑 +- [x] 服务器部署 +- [x] 代码仓库 + 骨架 +- [ ] 人格体创建 +- [ ] 第一次协作对话 +- [ ] 分身模块同步