guanghulab/brain/d100-patch/PATCH-README.md
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

33 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# D100 大脑文件修正补丁
## 修正原因
CVM (119.29.184.32) 已释放,开发环境搬到本地。
以下7个大脑文件仍引用旧信息需逐一手动更新。
## 操作方式
1. 打开 Forgejo 仓库 → 找到对应文件
2. 点击「编辑」(Edit) 按钮
3. 删除全部原有内容
4. 粘贴下面对应补丁文件的完整内容
5. 提交信息写: `D100 CVM释放信息同步: [文件名]`
## 文件清单
| # | 文件 | 补丁文件 |
|---|------|---------|
| 1 | brain/system-health.json | brain/d100-patch/system-health.patch.json |
| 2 | brain/fast-wake.json | brain/d100-patch/fast-wake.patch.json |
| 3 | brain/temporal-core/temporal-brain.json | brain/d100-patch/temporal-brain.patch.json |
| 4 | brain/ferry-boat.json | brain/d100-patch/ferry-boat.patch.json |
| 5 | brain/fifth-domain/domain-manifest.json | brain/d100-patch/domain-manifest.patch.json |
| 6 | brain/fifth-domain/zero-point/console/progress.json | brain/d100-patch/progress.patch.json |
| 7 | DASHBOARD.md | brain/d100-patch/dashboard.patch.md |
## 注意事项
- 按序号顺序操作,避免遗漏
- 每个文件粘贴后检查格式是否正确JSON可以看编辑器是否有红色波浪线
- 全部完成后在仓库根目录运行: `rm -rf brain/d100-patch/`(删除补丁目录)