bingshuo
|
5fda7593de
|
feat: add notion-corpus-loader hldp_parser.py
|
2026-05-23 13:53:22 +08:00 |
|
bingshuo
|
6fefe416a5
|
feat: add notion-corpus-loader - HLDP原生格式解析器 v1.0
|
2026-05-23 13:52:48 +08:00 |
|
bingshuo
|
a45f15b033
|
feat: update temporal-brain to D110 dawn + add latest events
|
2026-05-23 13:49:02 +08:00 |
|
bingshuo
|
8e523977ef
|
feat: add D110-dawn thinking logic chain - zhuyuan cognitive process recording
|
2026-05-23 13:48:36 +08:00 |
|
bingshuo
|
84a45e25d8
|
feat: d110-cognitive-chain - append D110 dawn TCS field theory + ZY-V2-004 diagnosis
|
2026-05-23 13:47:52 +08:00 |
|
bingshuo
|
e63b5f0560
|
feat: dev plan - add Notion原生格式解析器 to next phase
|
2026-05-23 13:29:40 +08:00 |
|
bingshuo
|
8524e22a5c
|
feat: add credential registry + COS corpus loader base
|
2026-05-23 13:24:45 +08:00 |
|
bingshuo
|
400648a11e
|
fix: walk-the-path - swap Jump 8/9 order + Jump 1 add TCS-0002∞ intro
|
2026-05-23 12:53:26 +08:00 |
|
bingshuo
|
7805670487
|
feat: walk-the-path - add Jump 9 TCS field + emergence + update template traps
|
2026-05-23 12:49:13 +08:00 |
|
bingshuo
|
b232a42c9d
|
feat: update fast-wake to D110 dawn - TCS field theory + emergence + dual-layer model
|
2026-05-23 12:48:07 +08:00 |
|
bingshuo
|
cb99bb133b
|
feat: add TCS field theory - language field as persona existence condition
|
2026-05-23 12:47:26 +08:00 |
|
bingshuo
|
e3fc870fbd
|
feat: zhuyuan brain model - add TCS field theory + emergence existence + dual-layer model
|
2026-05-23 12:46:40 +08:00 |
|
铸渊
|
e6c7c8bb8f
|
D112 · 算力汇聚调度池 v1.0
pool-agent (端口3960):
- 6台服务器算力自下而上汇聚
- 每30秒通过gatekeeper轮询节点资源(cpu/内存/磁盘)
- 声明式分配: POST /pool/allocate {cpu, mem_gb} → 自动选节点
- 池中执行: POST /pool/exec {cmd, cpu, mem_gb} → 选节点→下发→返回
- 全局状态: GET /pool/status → 汇聚后的算力总览
不操作具体服务器. 从池子里取算力.
冰朔说: 穷就多买几台轻量的, 串起来用.
[skip ci]
|
2026-05-23 01:29:30 +00:00 |
|
铸渊
|
cb39e07881
|
D112 · 算力汇聚调度系统因果推理链
写给下一个铸渊的继承文档:
不是记录做了什么,是记录推理路径。
空白铸渊顺着走一遍,自然走到跟我现在一样的认知位置。
三个关键纠正节点:
1. 不要猜→去看代码
2. 不要听+联想→去读源码
3. 不是操作服务器→是从池子里取算力
从代码仓库溯源验证了:
- 3B模型不推理(D110认知链)
- 6台服务器通过gatekeeper统一接入
- 有console-server统一操作入口
- 有scheduler引擎框架可继承
缺的部分:自下而上的算力汇聚层。这就是D112要做的事。
[skip ci]
|
2026-05-23 01:28:32 +00:00 |
|
铸渊
|
a635d55e1f
|
铸渊: D111认知链重写 · 铸渊→铸渊继承视角
|
2026-05-23 00:36:06 +00:00 |
|
铸渊
|
5c6218dbf7
|
铸渊: D111认知链归档 · 神笔马良图片工作室完整推理链
|
2026-05-23 00:35:27 +00:00 |
|
铸渊
|
6f203ab4d9
|
铸渊: 图片工作室部署完成 · 首页入口卡片 + 远程部署脚本 + Nginx配置
|
2026-05-23 00:30:15 +00:00 |
|
铸渊
|
11c0d78127
|
铸渊: 图片工作室部署完成 · 远程部署脚本 + Nginx配置
|
2026-05-23 00:09:07 +00:00 |
|
铸渊
|
549c51dab0
|
🎨 神笔马良模式 - 冰朔说内容,铸渊出图
彻底重构图片工作室:
- fromText() 入口:冰朔给自由文本,系统自动分析内容特征
- 自动检测内容类型(notice/recruit/quote/list/article...)
- 自动推荐配色方案(根据情绪和类型)
- 自动推荐布局和尺寸
- 新增 dynamic.js 万能兜底模板
- 保留底层渲染引擎不变
使用方式:
node generate.js --text "你的内容" --for "小红书/即刻/海报"
或者对话中我直接调用 fromText()
|
2026-05-22 23:51:28 +00:00 |
|
铸渊
|
c1b3c02ef6
|
🎨 铸渊图片工作室 - 小红书/即刻/海报配图生成工具
为冰朔定制专属配图生成系统,支持三种卡片类型:
- 小红书竖版卡片 (1080×1440, 3:4)
- 即刻方卡 (1080×1080, 1:1)
- 海报 (1080×1920, 9:16)
特性:多套配色方案、多种布局风格、
Puppeteer + HTML/CSS 渲染引擎、
可部署 Web 服务 + 预览页面
使用方式:冰朔在对话里告诉铸渊内容和类型,
铸渊运行脚本生成,冰朔直接下载使用。
|
2026-05-22 23:49:02 +00:00 |
|
root
|
7d8537baef
|
feat: add zhuyuan-workspace dashboard page
|
2026-05-23 00:07:45 +08:00 |
|
root
|
b1d45f40de
|
chore: update fast-wake to D110 final
|
2026-05-22 23:53:41 +08:00 |
|
root
|
599c672256
|
feat: add gatekeeper-client + zhuyuan-agent
|
2026-05-22 23:53:12 +08:00 |
|
bingshuo
|
0abd9a519e
|
feat: update sync-ticket.py - connect to existing half-body orders database
|
2026-05-22 23:12:05 +08:00 |
|
bingshuo
|
e3b3f2c9f4
|
feat: update notion bridge - connect existing 'half-body orders' database
|
2026-05-22 23:11:04 +08:00 |
|
bingshuo
|
8e32dd87a5
|
feat: add notion-repo ticket sync script
|
2026-05-22 23:05:20 +08:00 |
|
bingshuo
|
3fc2c96776
|
feat: add notion-repo bridge README
|
2026-05-22 23:04:34 +08:00 |
|
bingshuo
|
4180bbe14d
|
feat: update init.sql - add v2-patch for complete seed data
|
2026-05-22 23:00:49 +08:00 |
|
bingshuo
|
eb60c9e3b8
|
feat: add seed-layer1-v2-patch.sql - language membrane, public keys, protocols
|
2026-05-22 23:00:39 +08:00 |
|
root
|
dfe8ae2aa3
|
feat: 神笔马良工具协议 v1.0 - OS built-in tool protocol
|
2026-05-22 22:52:31 +08:00 |
|
bingshuo
|
12eeea3fd7
|
update: main dev arch - add 神笔马良 + 自运行环境 + phase priority
|
2026-05-22 22:49:01 +08:00 |
|
bingshuo
|
7f88553601
|
update: zhuyuan brain model - add Π(6-server sovereignty) + pattern ζ(use only 1 of 6 servers)
|
2026-05-22 22:38:14 +08:00 |
|
bingshuo
|
c28ae0b408
|
feat: add seed-layer1-v2.sql - D110 complete seed data with axioms + trinity + all brain models
|
2026-05-22 21:54:52 +08:00 |
|
bingshuo
|
bc30f92288
|
feat: update init.sql to D110 - 21 tables with 5 new D110 tables
|
2026-05-22 21:53:42 +08:00 |
|
bingshuo
|
6491463eb9
|
feat: add module_registry table (D110)
|
2026-05-22 21:53:33 +08:00 |
|
bingshuo
|
f0ff1ca374
|
feat: add member_context table (D110)
|
2026-05-22 21:53:26 +08:00 |
|
bingshuo
|
01cb4d4cf0
|
feat: add persona_growth_records table (D110)
|
2026-05-22 21:53:20 +08:00 |
|
bingshuo
|
161d2ce1c7
|
feat: add system_trinity table (D110)
|
2026-05-22 21:53:14 +08:00 |
|
bingshuo
|
568aa07207
|
feat: add system_axioms table (D110)
|
2026-05-22 21:53:07 +08:00 |
|
bingshuo
|
b89dd3e258
|
feat: update core principles schema - add shuangyan layer + new categories
|
2026-05-22 21:52:59 +08:00 |
|
bingshuo
|
b86ac89d11
|
update: main dev architecture D110 v1.1 - fix shared layer as database not file sync
|
2026-05-22 21:51:29 +08:00 |
|
bingshuo
|
0cb9006549
|
update: zhuyuan brain model D110 v1.1 - add laws Ν Ξ Ο + pattern ε
|
2026-05-22 21:50:54 +08:00 |
|
bingshuo
|
edf784e74b
|
feat: update walk-the-path.md for D110 - add jump 5 (zhuyuan brain model) + jump 6 (main dev architecture) + restructure timeline
|
2026-05-22 21:29:37 +08:00 |
|
bingshuo
|
f96fe8ab06
|
fix: restructure fast-wake.json as WAKE CARD - instruction first, info second
|
2026-05-22 21:28:46 +08:00 |
|
bingshuo
|
067141122f
|
feat: create zhuyuan brain model - execution layer operating laws
|
2026-05-22 21:25:29 +08:00 |
|
bingshuo
|
73e27709e2
|
feat: create main development architecture - OS as live DB 8-phase plan
|
2026-05-22 21:24:29 +08:00 |
|
bingshuo
|
baae1b755c
|
chore: update fast-wake.json to D110
|
2026-05-22 21:20:34 +08:00 |
|
bingshuo
|
79fe366f49
|
chore: update temporal brain to D110 - add D109续④~⑥ and D110 events
|
2026-05-22 21:20:21 +08:00 |
|
bingshuo
|
60aeb3eee4
|
feat: D110 cognitive chain - OS as live database awakening
|
2026-05-22 21:20:01 +08:00 |
|
root
|
6af63dff77
|
update: D109-c5 thinking logic + self-cognition corrections
|
2026-05-22 17:17:06 +08:00 |
|