480 Commits

Author SHA1 Message Date
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
bingshuo
2810614afd feat: update relay current.json to D109 [D109] init.sql complete, next: layer 1 extract 2026-05-21 17:45:04 +08:00
bingshuo
e88b7629a9 feat: add seed-layer1-v1.sql [D109] Layer 1 initial seed data from core-brain-model.json 2026-05-21 17:44:42 +08:00
bingshuo
fac70ccddd feat: update init.sql to 16 tables [D109] all 3 layers + seed data 2026-05-21 17:44:08 +08:00
bingshuo
2a072e5003 feat: add documents table [D109] notion export storage with nested tree support 2026-05-21 17:44:00 +08:00
bingshuo
dededc5824 feat: add access_grants table [D109] dynamic permission interface (冰朔手动生成) 2026-05-21 17:43:54 +08:00
bingshuo
f564fe08e5 feat: add audit_log_guanghu table [D109] Layer 3 guanghu internal operation audit 2026-05-21 17:43:48 +08:00
bingshuo
52ddf9384a feat: add audit_log_user table [D109] Layer 3 user operation audit 2026-05-21 17:43:42 +08:00
bingshuo
e25df5f519 feat: add audit_log_national table [D109] Layer 3 append-only national audit chain 2026-05-21 17:43:38 +08:00
bingshuo
a53a6c4daf feat: add system_protocols table [D109] Layer 1 dual protocol layer (guanghu+ national) 2026-05-21 17:43:32 +08:00
bingshuo
9470a91c04 feat: add system_public_key table [D109] Layer 1 national interface + dual-lighthouse key registry 2026-05-21 17:43:25 +08:00
bingshuo
03a4e3ba3c feat: add system_language_membrane table [D109] Layer 1 HLDP language structure 2026-05-21 17:43:20 +08:00
bingshuo
2777882e96 feat: add system_emotional_model table [D109] Layer 1 emotional intent mapping 2026-05-21 17:43:15 +08:00
bingshuo
a5e6490d57 feat: add system_causal_chains table [D109] Layer 1 causal chains from 冰朔原话 2026-05-21 17:43:09 +08:00
bingshuo
32c7331f14 feat: add system_core_principles table [D109] Layer 1 DB OS kernel 2026-05-21 17:43:03 +08:00
root
b3868c23f2 D108-S2: relay-baton system — current.json + path.json + handoff.md 2026-05-21 17:35:47 +08:00