lix-2026
f292c6710a
feat: EditorRuntimeActor - 三层缓存/delta/事件架构
...
Phase A — EditorRuntimeActor 内存缓存层
- 新增 editor_actor.rs: EditorBlockDocument 内存态 + apply_command + load_or_init
- block.rs 四个写工具(replace/insert/delete/move)接入 actor 路径
- editor_actor feature flag(MNOTE_WEB_ENABLE_EDITOR_ACTOR=true 默认开启)
- bridge-runtime 三个核心函数公开化
- rust-toolchain: 1.89 → stable(修复 spike WASM 编译阻塞)
Phase B — 编辑器增量 delta channel
- BlockDelta/DeltaOperation 类型 + actor.build_block_delta()
- leptos-tiptap spike: mnote:editor:block-delta CustomEvent 监听 + JSON patch
- DocumentAiAgentPanel: 拦截 blockDelta → window dispatchEvent
- 工具响应含 blockDelta 字段供前端消费
Phase C — 事件 stream delta
- broadcast channel 在 AppState/actor/SSE 三层贯通
- tree_events SSE 端点发 block.delta 事件
- 旧客户端降级兼容
环境修复
- rustc recursion_limit = 1024(修复 Leptos SSR 类型深度溢出)
- run-convex-deploy.js(封装 Convex function 部署到本地后端 3210)
ref: design/07-ai/process/7-13-page-block-editor-runtime-actor-v1.md
2026-05-16 22:03:30 +08:00
lix-2026
d8bfaea306
1.0 mvp
2026-05-16 12:34:48 +08:00
lix-2026
f9336257a5
chore(tree): remove legacy iframe tree shell
...
Remove the active TreeShellIframeHost path and legacy env flag so rust_family only mounts the Rust/WASM DOM shell host.
Move legacy iframe host files to ignored recycle storage, clear tracked recycle cache entries, and update tree-domain design wording to the current no-iframe position.
Align filetree default active rows with doc:<documentId> and update the renderer artifact bridge contract to dom_wasm.
2026-05-16 08:57:40 +08:00
lix-2026
384da4e44c
feat(tree): checkpoint resource lifecycle work
...
提交当前顶层 mnote Git 工作区,范围集中在 04-tree-domain 的 resource/trash/filetree 生命周期、mnote-web resource_trash 路由、Convex/Next 兼容接口、sidebar/file-tree 客户端适配、smoke 脚本与对应设计/bug 记录。
不包含被 ignore 的 design/05-editor-mainline/reference-code/leptos-tiptap 嵌套仓库改动。新增 smoke 的测试密码改为运行时读取 MNOTE_E2E_PASSWORD,避免提交明文 credential assignment。
2026-05-16 07:38:45 +08:00
lix-2026
274779c0d8
fix(tree): stabilize filetree mindmap switching
...
Open filetree mindmap assets inside the primary document pane so the sidebar root is not rebuilt during rapid mindmap/page switching.
Keep filetree active rows on doc:<documentId> and asset:<mindmapId>, shorten generated mindmap filenames, and preserve legacy index rows only as compatibility input.
Add task438-task445 browser smokes and close the 4-27/4-38/4-39/4-40 tree-domain bug records.
2026-05-16 07:11:06 +08:00
lix-2026
01fdd2a8c3
feat: complete hermes page ai runtime bff
2026-05-15 23:20:25 +08:00
lix-2026
0e6cf5cf13
feat: simplify page ai drawer ui
2026-05-15 03:32:54 +08:00
lix-2026
0fc9fa7551
feat: complete page ai hermes control checklist
2026-05-14 18:24:30 +08:00
lix-2026
f257b2a014
feat: expand page ai hermes control surface
2026-05-14 17:04:17 +08:00
lix-2026
d1d19f755c
docs(design): 归档 10-review 到 done
...
将 10-review 的 01-06 文档统一迁入 done/,根目录 README 收缩为索引。
补充各历史审查稿的归档说明,并把 06 的活跃引用改到 done/ 下,避免后续重复把已完成审查当成当前待办。
2026-05-14 16:30:13 +08:00
lix-2026
9816035491
feat(ai): switch page ai to hermes panel
2026-05-14 15:10:33 +08:00
lix-2026
e9188716e6
docs(design): 固化 3000 主文档壳刷新验收口径
...
明确 File Tree / Page Tree 的 no-refresh 验收必须在 3000 /documents/<id> 主文档壳执行,不能再用 3001/Next 或 /tree debug route 替代。
补充页面 tree.node.create、页面 delete/purge、页面内 mindmap create 三条链路的独立验收;mindmap create 按 /api/mindmap/<doc>/<mindmap> 资产写入链路单独验证。
记录 task426 主入口 smoke 作为后续回归入口。
2026-05-14 10:18:31 +08:00
lix-2026
ca9366232e
fix(mnote-web): 即时显示页面内新建思维导图
2026-05-14 09:05:18 +08:00
lix-2026
2a9650d551
fix(mnote-web): 主文档壳本地应用树命令
2026-05-14 07:35:25 +08:00
lix-2026
8f52112878
fix(sidebar): 让文件树即时应用页面和资源变更
2026-05-14 06:51:10 +08:00
lix-2026
96e03645f7
chore: 收口 review 执行清单与 runtime 验证
...
- 补齐 design/10-review 执行清单、验收标准与相关设计治理记录
- 迁移已完成的 tree、mindmap、runtime fallback、AI kernel 等设计和缺陷条目
- 推进 Rust Web runtime、tree/sidebar、page aggregate、mindmap 与 OnlyOffice 路由侧验证支撑
- 增加 task177-task180 smoke/audit 脚本及前端相关测试覆盖
2026-05-14 05:52:08 +08:00
lix-2026
b4a452a8b7
20260513 mindmap优化01
2026-05-13 22:43:16 +08:00
lix-2026
17c003976b
feat: 收口 Rust Web 3000 主链
2026-05-11 13:16:34 +08:00
lix-2026
7f3f7d4e2f
chore: 回收旧 BlockNote 编辑器组件
2026-05-11 13:11:47 +08:00
lix-2026
b5eb27fabc
feat: 收口 mindmap Phase 6 Leptos UI shell
2026-05-11 12:27:40 +08:00
lix-2026
b7dddd2a66
fix: 修复 Rust OnlyOffice 附件打开链路
2026-05-11 08:27:52 +08:00
lix-2026
2f9ef85350
docs: codify fallback retirement direction
2026-05-10 08:46:43 +08:00
lix-2026
b7ceb7afae
feat: wire page options through aggregate AI flow
2026-05-10 08:40:16 +08:00
lix-2026
3adc2b5e85
docs: 继续收口设计稿状态与主线口径
2026-05-09 21:12:57 +08:00
lix-2026
ac7023988e
docs: 同步架构口径并整理设计稿状态
...
- 同步 AGENTS、ARCHITECTURE 与 01-05 总览中的 page aggregate / tree realtime 当前口径\n- 更新 3-3、5-5、5-6 对当前 Rust-first page aggregate 与 tree live stream 进展的描述\n- 将已被 wolai-aline 流程取代的 5-8 迁入 old 并标记 recycle
2026-05-09 20:51:43 +08:00
lix-2026
d148e1ccc2
feat: 收口本地文件夹入口并推进 page aggregate rust-first
...
- 为 Rust Web 主入口补齐本地文件夹/云空间切换、最近目录与路径回填体验\n- 对齐 local markdown media 与 inline marks 的 Rust shell / TipTap converter 语义\n- 让 documents/page 优先消费 Rust page aggregate snapshot,并保留 TS fallback\n- 补强 tree live、local markdown 与主入口 smoke,并同步设计稿状态
2026-05-09 19:05:06 +08:00
lix-2026
71146de5f0
050901 非全量刷新
2026-05-09 06:24:50 +08:00
lix-2026
3d5e0c9d5a
feat: finish rust web dual pane document shell
2026-05-08 23:15:00 +08:00
lix-2026
83805f9254
0508 1.2s轮询同步
2026-05-08 11:23:08 +08:00
lix-2026
b183d24ba5
Implement local Markdown GFM parser and live refresh
2026-05-08 10:57:24 +08:00
lix-2026
e082e71b5d
design expand gfm parser migration checklist
2026-05-08 00:48:12 +08:00
lix-2026
ffab095d86
design rust web gfm ast markdown parser migration
2026-05-08 00:44:19 +08:00
lix-2026
c620b9e40c
checkpoint before gfm ast parser design
2026-05-08 00:41:03 +08:00
lix-2026
e8ba12e461
收口 Rust Web 入口与 AI 写入链
...
- 将 3000 主入口继续收口到 mnote-web,补齐 /favicon.ico、/api/auth、session alias、AI run 等 Rust Web 路由边界。
- 更新登录页与 Convex Auth 代理,支持测试账号快速登录写入真实 Convex Auth cookie。
- 推进页面设置、Wolai 对齐、Phase 7 AI kernel/CLI-first 设计文档与相关 smoke 脚本。
- 更新 leptos-tiptap 生成资产、mnote-cli/bridge-runtime、前端依赖和 dev/prod 启动脚本。
2026-05-06 21:44:20 +08:00
lix-2026
98b6360595
Checkpoint current workspace
2026-05-02 06:25:26 +08:00
lix-2026
015ad5bedd
fix editor page transform true source
2026-04-30 22:45:43 +08:00
lix-2026
c7cfe85d87
add editor transform to page parity
2026-04-30 22:14:37 +08:00
lix-2026
7565976810
fix editor block handle and menu parity
2026-04-30 21:50:40 +08:00
lix-2026
2b88ecb4b9
对齐 Wolai 编辑器搜索与文档画布
2026-04-30 18:36:50 +08:00
lix-2026
afb2a5b8a0
对齐 Wolai 侧栏体验并收拢设计入库
2026-04-30 16:18:54 +08:00
lix-2026
8c895b3dc0
收敛树命令与投影切换
2026-04-30 06:58:17 +08:00
lix-2026
3cc090ba5e
Implement Rust web sidebar title and tree interactions
2026-04-30 05:46:36 +08:00
lix-2026
559c5ce652
docs: update rust web design status
2026-04-29 16:33:15 +08:00
lix-2026
6ddc95412c
fix: align rust web stitch sidebar tabs
2026-04-29 16:23:49 +08:00
lix-2026
33ddda9dfd
fix: relink rust web tree editor runtime
2026-04-29 14:36:24 +08:00
lix-2026
6c3d20ca55
docs: plan rust web tree editor integration
2026-04-29 12:28:36 +08:00
lix-2026
048fe28a4d
feat: cut over rust web main shell
2026-04-29 12:24:44 +08:00
lix-2026
7965c6c107
feat(tree): close rust family shell cutover
2026-04-28 16:30:51 +08:00
lix-2026
4ab36a9386
feat(tree): complete rust family runtime checklist
...
- add tree shell runtime artifact contracts and page/filetree/picker runtime reducers
- sink tree.subtree.move write operation through Rust and formalize command event plans
- harden file tree search projection contract and route thin-proxy boundaries
- record completed harness tasks and move design docs into process/done
2026-04-27 10:27:15 +08:00
lix-2026
e564dfde02
feat: continue tree rust family cutover
...
- add rust renderer/state-family scaffolds and inline compat host thinning for page tree, file tree, and picker
- route tree/filetree preflight, file projection, resource artifact, and stream delta contracts through rust plans
- preserve canonical move-order validation, file-tree search projection, and related frontend/runtime regression coverage
2026-04-26 19:35:52 +08:00
lix-2026
338bb2e20f
4-26 树rust-2
2026-04-26 04:29:23 +08:00
lix-2026
94631f3636
4-10 树域 Rust 家族化
2026-04-24 06:10:18 +08:00
lix-2026
41e958769e
feat: land page aggregate and phase7 document ai mainline
...
- 收口 page aggregate 读取、本地状态与命令客户端\n- 接入 phase7 document ai sidecar 与前端编排入口\n- 更新 architecture 与 design 状态迁移
2026-04-23 07:38:34 +08:00
lix-2026
8353aea2f9
feat(editor): save leptos island and page aggregate alignment progress
...
- switch main document flow toward leptos tiptap island host and generated runtime assets
- align page aggregate loading, page head single-source updates, and AI tool result recovery
- add tests and smoke scripts for title sync, AI route recovery, and editor host cutover
2026-04-22 05:57:06 +08:00
lix-2026
5d1c94eb9e
主编辑区改造准备
2026-04-21 06:26:35 +08:00
lix-2026
1e686bfa3c
颜色修复
2026-04-19 22:09:13 +08:00
lix-2026
394e2a155c
Fix tiptap selection sync and toolbar event loop
2026-04-19 21:03:25 +08:00
lix-2026
111a87d4fd
feat: complete tree shell cutover and regression coverage
2026-04-18 09:38:16 +08:00
lix-2026
d3876e56eb
feat: 收口 tree-first graph 主链与前端测试修复
2026-04-18 05:43:49 +08:00
lix-2026
d8de820d93
feat: 接入 mnote web tree shell 与主页链路整理
...
- 增加 mnote-web tree/command 支持与前端 MnoteWebTreeShell 集成
- 调整 sidebar、documents、runtime config 与 dev/prod server 配套逻辑
- 补充 homepage/tree shell smoke 脚本并更新 harness 进度文件
2026-04-17 23:36:24 +08:00
lix-2026
cfc3af8984
fix: 恢复本地 Convex Auth 链路
...
- 修复 desktop 脚本在 Linux 下优先使用后端虚拟环境可执行文件
- 移除 Convex Auth 的本地密钥兜底,回到真实 deployment env
- 首页未登录时先跳转 /auth,避免根路由直接触发 workspace 初始化失败
2026-04-17 23:33:24 +08:00
lix-2026
ddf285b82d
feat(kernel): finish phase3 bridge cutover and phase4 tree projection
...
- add generic mnote-web query transport and bridge routes for workspace/request/trace
- route sidebar compat traffic through mnote-web and tighten fixture fallback to dev/test
- unify sidebar/page tree/file tree/picker consumers on page_tree projection
- sync phase3/phase4 checklist, breakdown docs, and harness progress state
2026-04-17 00:25:28 +08:00
lix-2026
b1d5d97142
feat(kernel): complete tree-first graph tasks 074-080
2026-04-16 22:01:51 +08:00
lix-2026
2ff10fa86c
feat: 提交 task-045 至 task-058 收口产物
...
- 收口 rust final closure checklist,推进页面/块系统/Mindmap/CLI/AI tools 到最终 cutover 状态
- 按 ai-frontend-simplification-plan-v1 接入 Hermes bridge,合并 AI 面板并清理旧前端编排残留
- 补充 harness 任务与进度记录,加入 CLI smoke 夹具/脚本,并修正文档页 bridge SSR 自请求回退逻辑
2026-04-16 15:24:37 +08:00
lix-2026
98db79b301
feat: 完成 rust cutover phase 8 收口
2026-04-15 20:01:12 +08:00
lix-2026
822c730cd6
refactor: 收口 onlyoffice callback 本地类型
...
- 去掉 callback 写回链中的宽泛 any 访问,改为最小资产/权限类型
- 复用 documentId/workspaceId/mimeType 局部变量,保持回调写回逻辑更稳定可读
2026-04-15 03:35:49 +08:00
lix-2026
f1da2abda4
chore: 保存剩余工作区改动并清理到干净状态
...
- 补 OnlyOffice callback 附件写回的 media asset bridge 适配层,并继续扩展 documents bridge/测试覆盖
- 提交当前 OMX hooks 删除与 Harness 运行状态文件更新,保留本轮任务执行轨迹
- 一并提交仓库中已跟踪的 Rust target 构建产物与相关协议桥接变更,确保工作区清零
2026-04-15 03:34:52 +08:00
lix-2026
b33ffb99e7
feat: 收口文档桥接与 OnlyOffice/Sidebar 回归
...
- 为 documents.save/meta/content、blocks.patch 与 sidebar.dataset.list 补齐 Rust 协议映射、共享契约与桥接执行器
- 对齐 BlockNote、Mindmap、OnlyOffice 的保存/路由元信息,并补真实浏览器回归脚本与 OnlyOffice 部署基线
- 忽略 Rust 本地构建产物与 Harness 调试状态文件,避免临时产物进入仓库历史
2026-04-15 03:06:29 +08:00
lix-2026
84a8454fa9
0.6 rust重构01
2026-04-14 13:22:29 +08:00
lix-2026
71fb1aee7e
0.5 缩减重构
2026-04-13 19:21:42 +08:00