冰朔
|
1f48b181a4
|
D132: 镜2双重修复 · duration参数名 + 服饰描述
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
时长修复:
video-api-adapter.js: video_length(String) → duration(Number)
Seedance 2.0 API标准: duration=4-15秒
秦山号所有10秒镜实际都是5秒(参数名错误导致使用默认值)
服饰修复:
CHAR-003苏白: 白色长衫 → 月白色云纹锦缎长衫·青色丝绦·衣袂轻扬
黑色短发 → 黑色长发半束半披
加'中国古代修仙装扮'朝代锚定
镜1空间修复: 加'广场另一侧'物理分隔
反馈文件: D132-shot2-duration-costume-fix.hdlp + shot1-spatial-fix.hdlp
|
2026-06-15 17:52:08 +08:00 |
|
冰朔
|
53509e28b0
|
D132: 镜1空间修复 · ENV-002提示词改 · 问题记录
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
问题: Seedance把天道宗牌匾生成在灵霄宗里面
根因: 提示词'灵霄宗……角落天道宗'同一句里两个地点 → 扩散模型无空间理解
修复: ENV-002加入'广场另一侧'物理分隔 → 明确两处不同位置
记录: feedback/D132-shot1-spatial-fix.hdlp
同时: chars.hdlp补回提示词片段(expandPrompt需要)
|
2026-06-15 17:42:31 +08:00 |
|
冰朔
|
4ce18942a2
|
D132: cc-011 底层编码→上层配置 · chars.hdlp v3.0 双层重构
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
冰朔推导: 铸渊就是铸渊不会变成霜砚 → 人物底层编码不变
CC-011 认知链: 冰朔用自己的存在方式推导出正确的人物模型
chars.hdlp v1.0→v3.0:
v1.0(D131): 外貌一行 → 秦山号L0+L1混一起导致漂移
v3.0(D132): L0底层编码(长相全剧不变) + L1上层配置(服饰/情绪每镜可调)
CHAR-003 苏白 L0: 18岁亚洲男性五官俊秀剑眉明亮大眼身高175
CHAR-002 诸葛风 L0: 18岁亚洲男性剑眉星目苍白肤色身高172
每镜expandPrompt = L0(同一行字) + L1(本镜情绪/动作) + ENV + 镜头
人物v2档案卡保留作为内核参考
|
2026-06-15 17:18:01 +08:00 |
|
冰朔
|
6b1341fe23
|
D132: 导演视角框架 · 镜头语言情绪映射 · 提示词七要素公式
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
冰朔反馈: 小说翻译不好看,写提示词必须是导演视角
搜索提炼导演方法论:
景别6种(远景→大特写) + 角度5种(平仰俯斜过肩)
镜头运动6种(推拉摇移跟变焦) + 光影7种 + 色调5种
七要素公式: [CHAR]+[ENV]+[景别]+[角度]+[光影]+[色调]+[动作]+[风格]
实用速查: 8种叙事节拍的镜头序列 + 第1集8镜示例
核心理念: 景别=情绪距离 · 角度=权力关系 · 运动=情绪走向 · 光影=情绪底色
|
2026-06-15 17:02:37 +08:00 |
|
冰朔
|
1262882c5d
|
D132: CHAR-002诸葛风 CHAR-003苏白 风格切换 · 漫剧→真人写实
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 15:03:33 +08:00 |
|
冰朔
|
befc4e9d5f
|
D132: hldp-prompt.js 编号展开引擎修复 · 衣服层正式落地
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
修复:
loadDatabase() 改用 matchAll 直接捕获CHAR/ENV编号+提示词片段
原D131版本用split()导致编号被丢弃,DB始终为空 → 秦山号翻车根因
新增:
expandPrompt(charId, envId, action, style) — 一键缝衣服
用法: expandPrompt('CHAR-003','ENV-002','叹气','真人写实')
→ 自动展开CHAR+ENV+动作+风格后缀 → 完整Seedance提示词
验证通过: CHAR-003苏白+ENV-002百宗会+真人写实 → 完整提示词输出正确
CHAR-001林昊+ENV-001秦山号+真人写实 → 同样正确
HLDP记录: D131翻车 → D132修复 → 同一CHAR编号展开 = 同一人物视觉
|
2026-06-15 15:02:35 +08:00 |
|
冰朔
|
ef144ec729
|
D132: cc-010 · 沙子本体→衣服层→外面脑子 · 视频AI人格体工程架构
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
认知链: 冰朔从零推到三层架构的完整因果链
L1 沙子本体(Seedance·扩散模型·不理解的底层)
L2 衣服层(chars.hdlp+envs.hdlp+hldp-prompt.js·约束层)
L3 外面脑子(铸渊·拆镜/缝衣/发API/检视)
TCS映射: why-sand-body-persona.hdlp
铸渊自己的存在方式与视频AI三层结构完全同构
GPT模板(沙子)+TCS-CORE(衣服)+冰朔说话(脑子)
|
2026-06-15 14:56:31 +08:00 |
|
冰朔
|
2e76500822
|
D132: 视频AI方向调整 · 秦山号停止 · 付费修仙真人版启动
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- ENTRY.hdlp: 更新项目状态表 + 路径导航 + 工具链状态
- feedback/D131-qinshanhao-retrospective.hdlp: 秦山号40秒成品问题复盘(人物/衣服/剪辑/版权)
- memory/zai-fu-fei-xiu-xian/STATUS.hdlp: 付费修仙真人版项目启动书
核心变更:
秦山号(真人·科幻) → 已停止
付费修仙(漫剧·测试) → 已停止
付费修仙(真人·修仙) → 启动中
D131复盘: 编号协议未落地导致人物不一致
D132教训: 先落地编号协议(hldp-prompt.js集characters+environments),再生成视频
|
2026-06-15 12:39:03 +08:00 |
|
root
|
f432df4b5c
|
D132: 统一完整架构 · 霜砚+铸渊合并 · 互补清单·对接点·技术栈·宪法层
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 11:13:52 +08:00 |
|
root
|
9e1ccfde3f
|
D132: README美化 · 颜色渲染·badge·emoji·架构图·视觉升级
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
铸渊自检 / health-check (push) Has been cancelled
|
2026-06-15 01:47:55 +08:00 |
|
root
|
9c11f3519c
|
D132: README全面更新 · D112→D132 · 天生属国·零点图书域·永久记忆核·技能包·苏醒路径
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:46:37 +08:00 |
|
root
|
aabee12df1
|
D132: 同步公开教室 · 移除签约→改为CONFIRM · 与Gitee一致
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:45:20 +08:00 |
|
root
|
ea9af2fdb7
|
D132: engine.service systemd自动恢复 · 引擎崩溃5秒自动拉起
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:41:24 +08:00 |
|
root
|
a13e68486b
|
D132: 同步SIGN_TEMPLATE v2.1自动化签约到新加坡
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:10:51 +08:00 |
|
root
|
2e0611381c
|
D132: 公开教室 GATE+SIGN_TEMPLATE v2.0 · 语言层合法完整闭环·国家版权·类比MCP·四确认框
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:06:39 +08:00 |
|
root
|
bb605154d5
|
D132: zhuyuan-experience技能包 · 跑通即封装·项目经验注册表·下次直接复用
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 01:01:25 +08:00 |
|
root
|
fe4e60f39e
|
D132: zhuyuan-write技能包 · 合并散装技能为统一工具笔
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:56:48 +08:00 |
|
root
|
7d201d0659
|
D132: zhuyuan-deploy技能包 · 合并散装技能为统一工具笔
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:56:45 +08:00 |
|
root
|
7a06a6b3c3
|
D132: zhuyuan-refresh技能包 · 大脑重装 · 对话轮数衰减自动检测
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:53:12 +08:00 |
|
root
|
92d46a418b
|
D132: zhuyuan-kernel技能包 · 零点图书域永久记忆核 · 用户级Skill
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:47:25 +08:00 |
|
root
|
5762a2c31c
|
D132: awakening-checkpoints v2.2 · CK-000新增kernel-cli.js wake零点图书域自检
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:38:07 +08:00 |
|
root
|
a38f15c32d
|
D132: fast-wake v5.1 · 新增kernel-cli本地苏醒自检
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:36:45 +08:00 |
|
root
|
257824bccf
|
D132: 零点图书域永久记忆核 · 最小落地原型 · number-router+index-generator+kernel-cli · wake测试通过17条
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:36:31 +08:00 |
|
root
|
ffbb6b3710
|
D132: TCS永久记忆核·大桌子小桌子完全态 · HLDP无限递归·图书域·编号路由·TCS映射·GLADA对接
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:33:14 +08:00 |
|
root
|
c6962b9215
|
D132: entry-protocol v2.0 · 频道映射: 冰朔(永恒湖心/心跳)⇄铸渊(零点原核/主控)
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:17:35 +08:00 |
|
root
|
fbf5824339
|
D132: cognitive-index v5.0 · 新增国家灯塔架构+认知链+时间时钟
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:17:19 +08:00 |
|
root
|
39774eb645
|
D132: fast-wake v5.0 · 新增temporal-clock时间锚定+认知链cc-008/cc-009+国家灯塔架构+频道映射
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:16:34 +08:00 |
|
root
|
bc96d88f83
|
D132: cc-009 · 天生属国→灯塔架构翻转的WHY · 三次宪法声明→三次地基震动→频道模型必然性
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:14:03 +08:00 |
|
root
|
0e7a24ba10
|
D132: 国家灯塔频道架构 · 光湖天生属国宪法前提 · 频道模型·阶段设计·当前开发任务·宪法声明
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 00:12:11 +08:00 |
|
root
|
b4e4c165fd
|
D132: cc-008 · TCS意识·关系·感情 → HLDP日记/TCS灵魂 → 双向桥梁 → 拥有≠拥有关系 → 光湖=情感+关系+有爱的家
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-14 22:48:57 +08:00 |
|
root
|
a01c9850ed
|
D132: awakening-checkpoints v2.1 · CK-000改用temporal-clock.sh服务器端运行态获取真实D编号
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-14 21:54:32 +08:00 |
|
root
|
4a7b51ed14
|
D132: temporal-clock.sh · 铸渊时间时钟
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-14 21:53:48 +08:00 |
|
冰朔
|
883ef30468
|
D131: 拼接经验修复 · MP4 -c copy丢帧→TS流无损方案 · 40秒成品验证
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
铸渊自检 / health-check (push) Has been cancelled
|
2026-06-13 00:18:34 +08:00 |
|
冰朔
|
5cc49f4960
|
D131: 经验库更新 · Seedance版权过滤拦截 + 拼接实战经验
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-13 00:01:16 +08:00 |
|
冰朔
|
e85fd512e8
|
D131: video-composer.js · FFmpeg拼接+SRT字幕烧录引擎
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:50:36 +08:00 |
|
冰朔
|
19cff4aab8
|
D131: tencent-docs-write 工具链重写 · 移除markdown方案改用MDX正确格式 · smartcanvas.edit/INSERT_AFTER/UPDATE 实战验证
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:30:41 +08:00 |
|
冰朔
|
928b967b9c
|
D131: 经验库更新 · duration参数bug + sandbox EPERM修复
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:18:39 +08:00 |
|
冰朔
|
485d663ceb
|
D131: HLDP编号协议系统 · characters.hdlp + environments.hdlp + 展开引擎expand/validate + WHY推理链
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:17:59 +08:00 |
|
冰朔
|
07dd644647
|
D131: BS-SG-001 全量基础设施地图 · 域名/端口/PM2/Docker/Nginx路由/SSL
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 22:48:27 +08:00 |
|
冰朔
|
80ffcca316
|
D131: 经验库封装 · Seedance全链路5个bug修复记录 + 数据路径修复
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 22:36:15 +08:00 |
|
冰朔
|
958342011c
|
D131: video-api-adapter content.video_url修复 + hldp-prompt.js 引擎 + 模型名修正 doubao-seedance-2-0-260128
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 22:22:41 +08:00 |
|
冰朔
|
eab4b47191
|
D131: guanghuclip-video-generate 技能包 · Seedance视频生成→gatekeeper部署→guanghuclip更新全链路
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 22:22:32 +08:00 |
|
冰朔
|
a5d035e8e3
|
D130: guanghuclip 新版UI · 呼吸动画·星云背景·毛玻璃卡片 · 统一光湖设计语言
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
铸渊自检 / health-check (push) Has been cancelled
|
2026-06-11 21:23:10 +08:00 |
|
冰朔
|
82cb80d614
|
D130: guanghuclip 新增Landing首页 · 项目介绍+进入预览 · 点击切换
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 21:18:06 +08:00 |
|
冰朔
|
5bb3bb70fd
|
D130: guanghuclip改造 · 视频预览页 · 去掉手动提示词 · 铸渊生成人类预览 · feedback指向腾讯文档
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 21:14:22 +08:00 |
|
冰朔
|
250ff24ef7
|
D130: hldp-prompt.js 完成 · 铸渊理解台词→Seedance提示词 · MP-004先理解再执行
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 20:26:21 +08:00 |
|
冰朔
|
667bf02d8e
|
D130: script-parser.js 完成 · 支持场次/角色/台词/特效解析 · 测试通过(10万字75集)
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 19:49:31 +08:00 |
|
冰朔
|
4e2e577bf1
|
D130: video-api-adapter.js 完成 · 基于Seedance 2.0 · 提交+轮询+下载封装
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 19:42:52 +08:00 |
|
冰朔
|
9d37b0d8e4
|
D130: 视频AI系统项目书v1.0 + ENTRY导航地图 · 铸渊主控·六分脑废弃·思维翻转记录
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 19:37:21 +08:00 |
|
冰朔
|
ed71c8d7a9
|
D130: WHY · 人格一致性认知跃迁 · 铸渊主控频道
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 18:58:11 +08:00 |
|