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
This commit is contained in:
lix-2026
2026-05-21 09:04:13 +08:00
parent fd94792ea6
commit 1956a8a21a
69 changed files with 3390 additions and 111 deletions
@@ -1,6 +1,7 @@
# 4-27 Resource Lifecycle Command Cutover v1
> 状态:process
> 状态:done
> 归档说明(2026-05-21):核心 `tree.resource.*` 生命周期命令 cutover 已完成;双浏览器 no-refresh、restore reveal/focus 等尾项已由 `4-34``4-28` 继续跟踪。
> 更新时间:2026-05-15
> 范围:`tree.resource.archive / restore / purge / rename` 正式命令面,以及 `/api/media/*`、mindmap、table 资源垃圾箱兼容入口的收口边界。
@@ -1,6 +1,8 @@
# 4-39 FileTree Open Target 与 Resource Identity Checklist v1
> 状态:process
> 状态:done
>
> 归档说明(2026-05-21):FileTree open target 与 resource identity 合同已完成;`rootUri` 收尾由 `4-42` 覆盖并已归档。
>
> 日期:2026-05-20
>
@@ -1,6 +1,8 @@
# 4-40 Resource Lifecycle Command Cutover 与垃圾箱 Smoke Checklist v1
> 状态:process
> 状态:done
>
> 归档说明(2026-05-21):resource lifecycle browser smoke 与 command cutover 验证已完成;bulk delete 剩余项由 `4-41` 覆盖并已归档。
>
> 日期:2026-05-20
>
@@ -1,6 +1,8 @@
# 4-41 FileTree Bulk Resource Command Cutover Checklist v1
> 状态:process
> 状态:done
>
> 归档说明(2026-05-21):FileTree bulk resource command cutover 已完成,云端 table 旧 fallback 为显式保留边界。
>
> 日期:2026-05-20
>
@@ -1,6 +1,8 @@
# 4-42 FileTree Open Target RootUri Contract Checklist v1
> 状态:process
> 状态:done
>
> 归档说明(2026-05-21):FileTree open target `rootUri` 合同已完成,缺失 `rootUri` 的旧 payload 兼容仍保留。
>
> 日期:2026-05-20
>
@@ -1,6 +1,8 @@
# 4-43 Local Folder Sort Order Persistence Checklist v1
> 状态:process
> 状态:done
>
> 归档说明(2026-05-21):local folder sort order 持久化、projection 消费与浏览器 smoke 均已完成。
>
> 日期:2026-05-20
>
@@ -2,6 +2,8 @@
> 更新时间:2026-05-07
>
> 当前状态:`process-reference / P3 candidate`。本文只冻结 Local / Cloud 显式桥接候选合同,未进入当前实施;不得把它当作 local-first 默认读写路径。
>
> 关联:
> - `4-21-local-folder-convex-unified-tree-source-v1.md`
> - `4-22-local-folder-convex-unified-tree-execution-checklist-v1.md`