51 lines
2.1 KiB
Markdown
51 lines
2.1 KiB
Markdown
# Reasonix Worker D:design 07/10 审查
|
||||
|
|
|
|||
|
|
Project root: `/mnt/Data1T/mnote`
|
|||
|
|
|
|||
|
|
## 目标
|
|||
|
|
|
|||
|
|
审查以下范围内的 process 文档:
|
|||
|
|
|
|||
|
|
- `design/07-ai/process/`
|
|||
|
|
- `design/10-review/process/`
|
|||
|
|
|
|||
|
|
判断哪些仍需继续执行,哪些应归档到 `done/`,哪些应降级到 `old/process/`,哪些只应保留为参考审查。
|
|||
|
|
|
|||
|
|
## 当前统一口径
|
|||
|
|
|
|||
|
|
MNote 已进入 local-first MVP 后阶段。local-first 普通 Markdown 编辑主路径是 `currentFile + selection + allowedRoots / aiAccessScope + agent 原生 patch/diff + watcher 同步`。`mnote.doc.*` / `mnote.block.*` 是 cloud、remote、compat 或复杂结构辅助。Hermes/Reasonix 是 agent runtime;不要恢复 page-ai fast-path 或 BlockNote AI 主链作为默认方向。
|
|||
|
|
|
|||
|
|
## 只读要求
|
|||
|
|
|
|||
|
|
- 不要移动、修改或删除 `design/` 文件。
|
|||
|
|
- 只创建或更新你的报告文件:`.codex/reasonix-tasks/results/design-governance-worker-d-07-10.md`。
|
|||
|
|
- 不要提交 git,不要回滚任何文件。
|
|||
|
|
|
|||
|
|
## 审查输出格式
|
|||
|
|
|
|||
|
|
对每个 process 文档给出:
|
|||
|
|
|
|||
|
|
```text
|
|||
|
|
文件:
|
|||
|
|
建议状态:keep-process | mark-process-reference | archive-done | archive-old-process | needs-human-confirmation
|
|||
|
|
证据:
|
|||
|
|
归档/保留原因:
|
|||
|
|
建议补充说明:
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
重点检查:
|
|||
|
|
|
|||
|
|
- `7-10 / 7-12 / 7-14 / 7-15 / 7-16 / 7-17 / 7-27` 是否仍代表活跃 AI 主线,或已被 local-first 文件编辑与 ACP runtime 完成态覆盖。
|
|||
|
|
- `7-30` 到 `7-33` 是否是当前 ACP session 后续产品化 checklist。
|
|||
|
|
- `10-review/process/12-14` 是否已被后续执行/bug 修复覆盖,应归档到 done 或保留为 gap review。
|
|||
|
|
- 标出任何仍把 `mnote.doc.markdown_edit`、`page-ai/block-edit-workflow`、BlockNote AI 或 Convex session 全文当默认主路径的段落。
|
|||
|
|
|
|||
|
|
## 验证命令
|
|||
|
|
|
|||
|
|
可运行只读命令:
|
|||
|
|
|
|||
|
|
- `find design/07-ai/process design/10-review/process -maxdepth 1 -type f -name '*.md' | sort`
|
|||
|
|
- `rg -n "mnote\\.doc|mnote\\.block|page-ai|block-edit-workflow|BlockNote|Hermes|Reasonix|ACP|Convex|状态|待完成|未完成|已完成|smoke|task" design/07-ai/process design/10-review/process bugs scripts`
|
|||
|
|
|
|||
|
|
最终回复只说明报告路径和最高风险项。
|