## 08 定向 Bug Hunt(3.5) - Bug 1: 侧栏「复制页面」从 `/api/documents/duplicate` 迁移到 `copyTreeCommand()` → `/api/tree/commands`(`tree.subtree.copy`) - Bug 2: 侧栏「清空垃圾箱」标注 TODO,等待 Rust `tree.trash.empty` - Bug 3: 文档页「应用模板」标注 TODO,等待 Rust `tree.page.template` - Bug 4: 删除 `createChildDocumentCommand` 死代码(函数 + 类型 + 旧 Next.js `/api/documents/create-child` 路由) - 归档 4 份 bug 文档到 `bugs/04-tree-domain/done/` 和 `bugs/05-editor-mainline/done/` ## 架构文档刷新 - ARCHITECTURE.md: MVP 状态标记、三层树模型(§6.4)、8.4 AI 方向按 7-14 v2 修正、新增 8.5 定向 Bug Hunt 节、刷新 §5 和 §9 卡点描述 - AGENTS.md: 匹配 ARCHITECTURE.md 的 AI 方向和三层模型口径 - 08 checklist: 标记 7-14 v2 影响(Phase A/B/C 重命名、新增 9 项 checklist) 关联设计稿: 7-14 v2, 08
bugs 缺陷索引
更新时间:2026-05-12
状态口径以当前仓库真实代码与真实验证结果为准:
[done]:问题已修复,且已通过代码、smoke、浏览器或截图证据验证[process]:问题已确认存在,仍在修复、验证或等待收口
分类方式
bugs/默认镜像design/的主线分类方式。- 当前主线缺陷按对应大类放置,例如:
01-tree-first-graph-kernel/02-convex-rust-long-term-architecture/03-rust-web/04-tree-domain/05-editor-mainline/06-mindmap/07-ai/
- 每个大类继续按
process/与done/分层。
归类原则
- 缺陷归类以真正 owner 和长期主线为准,不以表面症状命名。
sidebar、topbar、breadcrumb、文档页壳、Wolai 体验对齐、页面树与主编辑器整体体验问题,优先归到05-editor-mainline/。projection、row model、selection/focus model、keyboard、DnD、tree command、page_tree/file_tree/sidebar_tree协议问题,优先归到04-tree-domain/。transport、route、SSR page shell owner、compat/bridge 边界问题,按 owner 判断是否落到03-rust-web/或05-editor-mainline/。
流转规则
- 新确认的缺陷先进入对应大类的
process/。 - 缺陷在真实代码中修复并完成对应验证后,必须移动到对应大类的
done/。 - 不允许在
process/与done/同时保留同一条缺陷。 - 若后续发现旧缺陷记录归类错误,应直接迁移到正确大类,而不是在错误大类继续追加。