- 统一 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
50 lines
2.0 KiB
Markdown
50 lines
2.0 KiB
Markdown
# Reasonix Worker A:design 01/02/03 审查
|
||
|
||
Project root: `/mnt/Data1T/mnote`
|
||
|
||
## 目标
|
||
|
||
审查以下范围内的 `process/` 文档,判断哪些应继续执行、哪些应标为参考、哪些应归档到 `done/` 或 `old/process/`:
|
||
|
||
- `design/01-tree-first-graph-kernel/process/`
|
||
- `design/02-convex-rust-long-term-architecture/process/`
|
||
- `design/03-rust-web/process/`
|
||
|
||
## 当前统一口径
|
||
|
||
MNote 已进入 local-first MVP 后阶段。本地 workspace folder 是默认数据真相,本地 `.md` 是页面正文真相,Rust kernel / projection / command 持有语义,`mnote-web` 是 3000 主入口,Convex 只是 auth/share/sync/ACP/cloud/compat 控制面。旧 Next / BlockNote / Convex 默认主存储口径只能作为 legacy / compat 背景。
|
||
|
||
## 只读要求
|
||
|
||
- 不要移动、修改或删除 `design/` 文件。
|
||
- 只创建或更新你的报告文件:`.codex/reasonix-tasks/results/design-governance-worker-a-01-03.md`。
|
||
- 不要提交 git,不要回滚任何文件。
|
||
|
||
## 审查输出格式
|
||
|
||
对每个 process 文档给出:
|
||
|
||
```text
|
||
文件:
|
||
建议状态:keep-process | mark-process-reference | archive-done | archive-old-process | needs-human-confirmation
|
||
证据:
|
||
归档/保留原因:
|
||
建议补充说明:
|
||
```
|
||
|
||
重点检查:
|
||
|
||
- 是否仍用旧 Convex 默认存储 / Next 主入口 / BlockNote 默认编辑器口径。
|
||
- 是否已被 `design/01-05-current-priority-overview.md`、`ARCHITECTURE.md`、`CURRENT_ARCHITECTURE.md` 或同域 done 文档覆盖。
|
||
- 若建议 `archive-done`,必须指出文档内或仓库中可见的完成证据。
|
||
- 若建议 `archive-old-process`,必须指出覆盖它的新文档。
|
||
|
||
## 验证命令
|
||
|
||
可运行只读命令:
|
||
|
||
- `find design/01-tree-first-graph-kernel/process design/02-convex-rust-long-term-architecture/process design/03-rust-web/process -maxdepth 1 -type f -name '*.md' | sort`
|
||
- `rg -n "Convex|Next|BlockNote|MVP|当前状态|状态|待完成|未完成|已完成|smoke|done|process" <files>`
|
||
|
||
最终回复只说明报告路径和最高风险项。
|