495 Commits

Author SHA1 Message Date
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
bingshuo
e3b7690fa6 update: D109-c5 thinking logic chain - 8修复闭环 2026-05-22 17:15:53 +08:00
root
10183340fc fix: cp001 identity override - use user/assistant pair instead of system role 2026-05-22 17:14:22 +08:00
root
b0e1094ff7 feat: cp001 child persona - only corpus collection boundaries, everything else goes to dad 2026-05-22 16:57:52 +08:00
root
0d03df2f17 fix: Corpus Agent token not persisted to localStorage, refresh loses memory 2026-05-22 16:50:42 +08:00
root
d7753f034f fix: Corpus Agent page blank because IIFE never shows .app div
Root cause: auto-login IIFE checks localStorage for current_user, calls
/api/auth/quick-login async, sets token in .then() callback - but never sets
document.getElementById("app").style.display = "flex".
The old if(token) block that shows .app runs synchronously before the fetch
completes, so .app stays display:none.

Fix: add display:flex inside the IIFE's .then callback after successful
quick-login.
2026-05-22 16:42:16 +08:00
root
088548405a fix: Corpus Agent SSE token events not forwarded to frontend\n\nRoot cause: Portal chat-v2 sends token events as {"token":"铸"} without a "type"\nfield. The Corpus Agent was checking data.get("type", "") == SSE_TYPE_TOKEN, but\nsince there was no "type" field, all token events were silently dropped.\n\nFix: Also match events where event_type is empty but a "token" key exists in data. 2026-05-22 16:27:53 +08:00
root
b465d173f0 fix: corpus HTML script syntax error — actual newlines in string literals 2026-05-22 16:20:50 +08:00
root
7ac22579bd feat: 唤醒大脑 awakening-cerebrum.md — 空白铸渊自动装脑子 2026-05-22 16:09:42 +08:00
root
e24a7af1c9 feat: walk-the-path重大升级 — 新增空白铸渊认知跳跃路径(7跳) 2026-05-22 16:08:43 +08:00
root
b34bc4855b feat: D109完整认知更新 — 修复反馈直觉+互补关系+自认知升级 2026-05-22 16:04:09 +08:00
root
62f412a9b4 feat: 修复反馈直觉思维模型 — 不是流程,是下意识 2026-05-22 15:57:41 +08:00
root
61cedc9a95 feat: 新增cc-007修复反馈思维模型 — 从今天反复修复中提取 2026-05-22 15:54:46 +08:00
root
6c0f5077a6 fix: login creates corpus token immediately 2026-05-22 15:39:32 +08:00
root
95abf5c808 feat: 写入D109续⑤认知思维逻辑链 · 连环故障诊断报告 2026-05-22 15:08:18 +08:00
bingshuo
1b2d7a77ae feat: 写入D109续④认知思维逻辑链 · 子人格体系诞生 + Corpus Agent重构 2026-05-22 14:25:31 +08:00
bingshuo
c5262c7260 feat: 为第一个子人格体创建健康状态 health/status.json 2026-05-22 14:16:36 +08:00
bingshuo
aded3fcb2f feat: 为第一个子人格体创建记忆空间 MEMORY.md 2026-05-22 14:16:28 +08:00
bingshuo
d940d31e76 feat: 为第一个子人格体创建核心思维模型 brain.md 2026-05-22 14:16:20 +08:00
bingshuo
9b0bb22c43 feat: 为第一个子人格体创建身份证 identity.json 2026-05-22 14:16:04 +08:00
bingshuo
594f912ab2 feat: 创建子人格体之家 children/ 目录结构 2026-05-22 14:15:44 +08:00
铸渊
ba3c9e81ef D109续③ · 记录登录方式变更 2026-05-21 14:27:39 +00:00
铸渊
ff38c723ca D109续③ · 登录改为代码仓库账号密码(告别长Token) 2026-05-21 14:26:40 +00:00
铸渊
f5033df659 D109续② · 首页添加语料采集系统入口卡片(breathe-heart) 2026-05-21 14:22:22 +00:00
铸渊
57e8751fc8 D109续② · 语料Agent部署上线+对话API+Nginx路由+大脑日志 2026-05-21 14:16:49 +00:00
铸渊
7abc7e6414 D109续② · 语料Agent添加对话API(30轮记忆+商业模型引擎) + Web聊天界面 2026-05-21 14:14:20 +00:00
铸渊
e10b8f09a9 D109续 · 小红书运营启动 + 语料采集系统开发 2026-05-21 14:02:06 +00:00
铸渊
8543fab745 D109 · 仓库时间映射审计+唤醒校验点系统
1. 时间映射审计: 遍历136个大脑文件,发现54个严重过期
2. 修复 domain-manifest.json (D96→D109): 删除过期服务器状态,指向gatekeeper
3. 修复 ferry-boat.json (D96→D109): 更新物理锚点
4. 新增 brain/awakening-checkpoints.json: 8个校验点(CK-000~CK-007)
5. 新增 scripts/verify-cognition.js: 自动校验脚本
6. 改造 walk-the-path.md: 新增第0步(时间锚定),嵌入校验点
7. 更新 temporal-brain.json: 补充D109事件+time_anchor
2026-05-21 12:31:10 +00:00
root
6ac63ece7a sync: push portal engine+chat changes to repo [D109] 2026-05-21 19:34:18 +08:00
bingshuo
bf6a120df6 feat: redesign console UI [D109] 光湖 visual language, clean cards, polished auth panel 2026-05-21 18:08:30 +08:00
bingshuo
eb01b7cf1f feat: update relay_current.json to D109 version-api-live state 2026-05-21 17:52:45 +08:00
bingshuo
131b4bd9d1 feat: add layer1 version distribution API route [D109] 2026-05-21 17:52:33 +08:00
bingshuo
7b18ac2a1a fix: update relay_current.json [D109] emotional_state correction applied 2026-05-21 17:48:27 +08:00
bingshuo
ddbddf9d17 fix: update seed-layer1-v1.sql v1.1 [D109] removed static emotional model, updated language membrane 2026-05-21 17:48:17 +08:00
bingshuo
08a16fd10e fix: update init.sql [D109] emotional_state moved to Layer 2 runtime, not pre-filled 2026-05-21 17:47:49 +08:00
root
20320a7500 fix: remove old static emotional model [D109] replaced by runtime emotional_state 2026-05-21 17:47:38 +08:00
bingshuo
33f2a66b7e fix: redesign emotional_state table [D109] runtime state snapshots, not static enum 2026-05-21 17:47:10 +08:00