509 Commits

Author SHA1 Message Date
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
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