lix-2026
|
cdff672aa5
|
feat: align local-first workspace direction
Document the VSCode-like local-first product shape, demote Convex to a control-plane role, and retire stale architecture drafts.
Add local workspace migration/export references plus smoke coverage for no-Convex managed workspace startup, local markdown title/body/options persistence, asset upload behavior, and Convex fixture export.
Verification: git diff --cached --check; node scripts/check-local-first-convex-guard.js --staged; node scripts/task444-convex-workspace-export-local-fixture-smoke.js; node scripts/task166-local-first-managed-workspace-no-convex-smoke.js; node scripts/task167-local-markdown-title-body-options-no-convex-smoke.js
|
2026-05-19 08:11:58 +08:00 |
|
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
|
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
|
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
|
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
|
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
|
559c5ce652
|
docs: update rust web design status
|
2026-04-29 16:33:15 +08:00 |
|