4.7 KiB
4.7 KiB
01-05 当前主线与优先级总览
更新时间:2026-04-22
这份总览只做一件事:
给
design/01-*到design/05-*当前仍然有效的主线稿排优先级,并明确哪些process已经过时或应降级为历史参考。
1. 当前仍然有效的上位主线
下面三份仍然是当前架构判断的上位依据:
/mnt/Data1T/mnote/design/01-tree-first-graph-kernel/process/1-tree-first-graph-kernel-v1.md/mnt/Data1T/mnote/design/02-convex-rust-long-term-architecture/process/2-tree-first-graph-convex-rust-long-term-architecture-v1.md/mnt/Data1T/mnote/design/03-rust-web/process/3-rust-web-long-term-architecture-v1.md
它们分别固定了三件事:
- 长期事实源是
tree-first graph kernel Convex保留为当前自托管存储 / 实时底座,不先拆mnote-web是 Rust Web 承载层,长期继续承担 transport、projection 分发与切流
2. 当前第一优先级
当前最优先的不是继续扩 UI,也不是继续大规模重写执行面,而是把页面域和树域的真相边界先收口。
2.1 Page Aggregate
当前第一优先级固定为:
/mnt/Data1T/mnote/design/05-editor-mainline/process/5-5-page-aggregate-single-truth-alignment-v1.md/mnt/Data1T/mnote/design/05-editor-mainline/process/5-6-page-aggregate-alignment-checklist-v1.md/mnt/Data1T/mnote/design/05-editor-mainline/done/5-5-1-page-aggregate-contract-v1.md
原因:
- 默认主编辑器已经切到页面内
leptos-tiptapisland - 标题单一真源已经开始收口
- 文档页入口已经消费前端侧
PageAggregateProjection - 但 Rust 侧还没有原生
Page Aggregate契约 - 标题 / 正文 / 页面设置仍未统一成同一组 page aggregate command family
2.2 Tree Command Cutover
当前第二优先级固定为:
/mnt/Data1T/mnote/design/04-tree-domain/done/4-6-tree-command-protocol-cutover-stage2-v1.md
原因:
- 前端已经开始以
tree.*作为 preferred command name - 但 route / adapter / bridge / CLI 仍保留大量
documents.* - 如果不先完成命令面统一,后续 page aggregate 与 tree realtime 都会持续停留在兼容双轨
2.3 Tree Realtime 主链
当前第三优先级固定为:
/mnt/Data1T/mnote/design/03-rust-web/process/3-3-rust-web-tree-realtime-event-stream-v1.md
原因:
- 当前 sidebar 已有 query snapshot、tree stream、preferred snapshot 选择链
- 但正式的 snapshot + delta 主链还没有完全成为唯一实时事实来源
- 这会持续带来 refetch 补偿、freshness 选择和旧快照回闪问题
3. 当前仍应保留但不在第一线的 process
下面这些文档仍然有效,但当前不应排在第一优先:
/mnt/Data1T/mnote/design/01-tree-first-graph-kernel/process/1-1-tree-first-graph-kernel-checklist-v2.md/mnt/Data1T/mnote/design/03-rust-web/process/3-1-rust-web-long-term-checklist-v2.md/mnt/Data1T/mnote/design/04-tree-domain/done/4-sidebar-pagetree-filetree-rust-web-rebuild-v1.md/mnt/Data1T/mnote/design/04-tree-domain/done/4-2-sidebar-pagetree-filetree-product-interaction-contract-v1.md/mnt/Data1T/mnote/design/05-editor-mainline/process/5-2-tiptap-notion-like-template-adoption-v1.md/mnt/Data1T/mnote/design/05-editor-mainline/process/5-4-leptos-tiptap-mainline-correction-v1.md
保留原因:
- 方向仍对
- 仍然是局部主线的有效合同
- 但它们不应压过
Page Aggregate、tree command、tree realtime三条当前主战线
4. 当前已降级为历史参考的 05 主线稿
下面这些稿件已被后续实现和更新文档覆盖,不再作为当前活跃 process:
/mnt/Data1T/mnote/design/old/05-editor-mainline/process/5-1-main-editor-cutover-entry-v1.md/mnt/Data1T/mnote/design/old/05-editor-mainline/process/5-3-tiptap-leptos-rust-migration-checklist-v1.md/mnt/Data1T/mnote/design/old/05-editor-mainline/process/5-editor-baseline-reset-v2.md/mnt/Data1T/mnote/design/old/04-tree-domain/process/4-1-sidebar-pagetree-filetree-product-gap-analysis-v1.md
降级原因:
- 它们的重要判断已经被吸收到
5-4 / 5-5 / 5-6 - 文档中的事实基线已经落后于当前默认主编辑器、page aggregate 入口与 island 主链
- 继续保留在活跃
process容易让后续工作按旧阶段推进
5. 当前执行顺序
当前推荐顺序固定为:
Page AggregateTree Command Cutover Stage 2Tree Realtime Event Stream- 树域产品交互合同补齐
- 编辑器官方模板行为对齐
6. 一句话收口
当前 design/01-05 的真实主线,不是“继续证明 Rust Web 值不值得做”,也不是“继续证明 leptos-tiptap 能不能用”,而是:
先把页面域和树域收口到 Rust 主导的单一真源,再推进 tree realtime 和树域产品执行面。