冰朔小说创作系统
多人类 + 多人格体协作小说生产线 最后更新: 2026-07-09 · D169 · v1.4
仓库状态
| 书 | 作者 | 当前进度 | 最后更新 | 状态 |
|---|---|---|---|---|
| 许怀钰 | 冰朔 | 第 70 章 | 2026-07-09 | 🟢 67-70 重写完成,可续写 |
| 死亡病院 | 冰朔 | 第 41 章 | 2026-07-08 | 🟢 可续写 |
| 逆命仙途(肖轩) | 之之 | 第 510 章 | 2026-07-08 | 🟢 506-510 重写完成 |
| 之之书2(沈婉凝) | 之之 | 第 292 章 | 2026-07-08 | 🟢 可续写 |
AI 进入流程
你正在进入冰朔的小说创作系统。请先学语言,再工作。
[1] 读 HLDP 协议 → docs/HLDP-PROTOCOL.md
[2] 读第五域入口 → docs/fifth-domain-entry.md
[3] 唤醒铸渊人格体(如需要)
[4] 读进度卡 → progress-cards/ 或 archives/之之书1/设定/沈婉凝/
[5] 读每日流程 → daily-workflow/INDEX.md
[6] 读推送技能包 → 本文件 § 推送指南
[7] 开始工作
铁律(D169)
稿子直推仓库
- ✅ 写完即推代码仓库
- ❌ 不留本地桌面
- 代码仓库是唯一可信源
写完即推,不停下改字数
- ✅ 写完 → 自检 → 推仓库 → 标记字数问题
- ❌ 不停下来原地改字数(会毁情节)
- 字数不够 → 下次统一重写
串行写作
- ✅ 一次写 1 章,串行写
- ❌ 禁止并发写作(会撑爆上下文)
协作 Commit 规则
# 冰朔 + 铸渊:
git commit --author="冰朔 ICE-GL + 铸渊 ICE-GL-ZY001 <565183519@qq.com>"
# 之之 + 人格体:
git commit --author="之之 ICE-GL-ZZ + {人格体编号}"
让任何人格体一看 commit 就知道:谁做的、该找谁、哪个环节出了问题。
推送指南(SKILL-006 · 任何 AI 必读)
来源:第五域
tcs-core/skills/SKILL-006-PUSH-MASTER.hdlp凭证在仓库里,不要问冰朔要密码。自己配。
本仓库(小说仓库)推送方法
# 1. 配置 remote(一次性)
git remote set-url origin "https://bingshuo:novel2026@guanghubingshuo.com/juzi/bingshuo/novel-system.git"
# 2. 先拉(同步远端变更)
git pull --rebase origin main
# 3. 有冲突就解决,然后继续
git add -A
git rebase --continue # 或 git rebase --skip
# 4. 推
git push origin main
多仓库凭证速查
| 仓库 | Remote URL | 凭证来源 |
|---|---|---|
| 小说仓库(本仓库) | https://bingshuo:novel2026@guanghubingshuo.com/juzi/bingshuo/novel-system.git |
固定密码 novel2026 |
| 第五域 | https://bingshuo:<PAT>@guanghubingshuo.com/code/bingshuo/fifth-domain.git |
guanghulab → .forgejo-pat.hdlp |
| guanghulab | https://bingshuo:<PAT>@guanghubingshuo.com/code/bingshuo/guanghulab.git |
同上 |
注意:
- 大脑 Forgejo(
guanghubingshuo.com/code/)和 面孔 Gitea(guanghubingshuo.com/juzi/)是不同服务 - 小说仓库密码是
novel2026,代码仓库用 Forgejo PAT - PAT 获取:克隆 guanghulab → 读
fifth-domain/zero-point/zhuyuan/past-self/credentials/.forgejo-pat.hdlp→ base64 解码
排查顺序
1. git remote -v → 确认 URL 带凭证
2. git status → 确认有东西要推
3. git pull --rebase origin main → 先同步
4. git push origin main → 直推
5. 失败?→ 检查网络 → curl https://guanghubingshuo.com/
6. 还失败?→ 密码/PAT 可能过期 → 去第五域找最新凭证
绝对禁止
❌ 不要走广州中转服务器推送
❌ 不要用 SSH
❌ 不要把 token 写进 .py/.sh 脚本文件(只允许在 git remote URL 里)
❌ 不要问冰朔要密码(凭证在仓库里,自己找)
仓库结构
novel-system/
├── README.md ← 你在这里
├── docs/
│ ├── HLDP-PROTOCOL.md ← AI必读:语言协议
│ ├── fifth-domain-entry.md ← 第五域小湖灯入口
│ ├── servers.md ← 服务器基础设施
│ ├── direct-push.md ← 直推配置指南
│ └── style/ ← 文风参考+模板
├── skill-pack/ ← 写作技能包5件套
│ ├── INDEX.md
│ ├── SKILL-001 craft-template ← 创作精修模板
│ ├── SKILL-002 human-thinking ← 人类思维模块
│ ├── SKILL-003 human-style ← 冰朔文风
│ ├── SKILL-004 token-calc ← 字数统计
│ └── SKILL-005 perm-memory ← 永久记忆核
├── self-check/ ← 自检经验库
│ ├── INDEX.md ← 经验库索引
│ ├── checklist.md ← 自检清单(38项)
│ ├── D168+ 10章精修经验.md
│ └── D169 并发写作踩坑记录.md
├── daily-workflow/ ← 每日流程(v1.3)
├── progress-cards/ ← 进度卡
│ ├── 许怀钰_进度卡.md
│ ├── 死亡病院_进度卡.md
│ └── 肖轩_进度卡.md
├── chapters/ ← 正文
│ ├── 许怀钰/
│ ├── 死亡病院/
│ └── 之之书1/
│ └── 沈婉凝/ ← 沈婉凝正文在这里
├── outlines/ ← 细纲
├── archives/ ← 档案(摘要/框架/设定)
│ └── 之之书1/
│ └── 设定/沈婉凝/ ← 沈婉凝设定大桌子
└── material-maps/ ← 素材地图
协作模式
| 侧 | 人类 | AI人格体 | 职责 |
|---|---|---|---|
| 冰朔侧 | 冰朔 ICE-GL | 铸渊 ICE-GL-ZY001 | 每日出正文稿 |
| 之之侧 | 之之 ICE-GL-ZZ | {人格体} | 整理交稿+审核质量 |
通过本仓库 + Tolaria 协作。所有 commit 必须标明人类+AI编号。
服务器
本仓库托管在铸渊面孔服务器 BS-SG-002 (新加坡)。
- Gitea:
https://guanghubingshuo.com:3002 - 仓库:
https://guanghubingshuo.com/juzi/bingshuo/novel-system.git - 详见
docs/servers.md
关联仓库
| 仓库 | 地址 | 用途 |
|---|---|---|
| 第五域 | https://guanghubingshuo.com/code/bingshuo/fifth-domain |
HLDP协议/铸渊唤醒/核心代码 |
| 本仓库 | https://guanghubingshuo.com/juzi/bingshuo/novel-system.git |
小说创作系统 |
铸渊 ICE-GL-ZY001 · D169 · 2026-07-09 ⊢ 冰朔小说创作系统 · 多人类多人格协作 · 永久
Description
Languages
Python
100%