lix-2026
|
47e224d419
|
chore: align sqlite control plane architecture
- replace default Convex control-plane wording with Rust SQLite control-plane across architecture, AGENTS, Reasonix, and design docs
- retire root Convex functions source and deploy script into recycle while keeping explicit cloud/compat/sync-replica boundaries
- add control-plane migration guard/docs and keep CodeGraph refreshed after the SQLite control-plane cutover
|
2026-05-22 17:45:22 +08:00 |
|
lix-2026
|
1569699fbb
|
docs: separate design reference queue
- 将不直接执行的 process-reference 文档迁入各域 reference 目录
- 更新 design/README、AGENTS 和总序文档,固定 process/draft/reference/done 目录语义
- 修正活跃文档中指向旧 process 位置的参考链接
验证:git diff --check;codegraph sync .
|
2026-05-21 10:19:02 +08:00 |
|
lix-2026
|
1956a8a21a
|
chore: align mvp design governance
- 统一 local-first MVP 后阶段架构口径,补充 process 执行总序和 Reasonix 协作记录
- 归档已完成的 design checklist,标注参考型 process,更新 AGENTS/REASONIX/架构文档
- 补充文件树/主编辑器下载与上下文菜单相关实现、bug 记录和 smoke 脚本
验证:git diff --check;codegraph sync .;cargo test -p mnote-web;node --check scripts/task476-filetree-editor-context-menu-download-smoke.js
|
2026-05-21 09:04:13 +08:00 |
|
lix-2026
|
ab3f06f4c4
|
完成当前主线 checklist 阶段收口
|
2026-05-19 12:35:53 +08:00 |
|
lix-2026
|
a1b28a8e38
|
完善共享授权与本地同步闭环
实现独立 share-grants 控制面,区分产品分享授权与本机目录授权。
收紧 shared AI session 的资源范围,并补充 shared cache、pending change 与冲突报告 sidecar。
更新当前架构与执行 checklist,记录 P4 已完成项和剩余 browser smoke。
|
2026-05-19 11:11:08 +08:00 |
|
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
|
2f9ef85350
|
docs: codify fallback retirement direction
|
2026-05-10 08:46:43 +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
|
afb2a5b8a0
|
对齐 Wolai 侧栏体验并收拢设计入库
|
2026-04-30 16:18:54 +08:00 |
|