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
|
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
|
b4a452a8b7
|
20260513 mindmap优化01
|
2026-05-13 22:43:16 +08:00 |
|
lix-2026
|
b5eb27fabc
|
feat: 收口 mindmap Phase 6 Leptos UI shell
|
2026-05-11 12:27:40 +08:00 |
|
lix-2026
|
c620b9e40c
|
checkpoint before gfm ast parser design
|
2026-05-08 00:41:03 +08:00 |
|
lix-2026
|
98b6360595
|
Checkpoint current workspace
|
2026-05-02 06:25:26 +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
|
7965c6c107
|
feat(tree): close rust family shell cutover
|
2026-04-28 16:30:51 +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
|
5d1c94eb9e
|
主编辑区改造准备
|
2026-04-21 06:26:35 +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
|
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
|
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 |
|