新增: 文档(任务推进链实施路径+任务模块分析+审查报告+patch_file指南)

This commit is contained in:
2026-06-16 02:33:16 +08:00
parent 73ed4bd637
commit 38c7180365
24 changed files with 1644 additions and 485 deletions

View File

@@ -30,10 +30,10 @@ Phase 1 目标:**引擎骨架**,打通 `df-core → df-workflow → df-stora
| # | 任务 | 优先级 | 依赖 | 文档 | 完成 |
|---|------|--------|------|------|------|
| 7 | df-storage CRUD 层 | P0 | 无 | [DEVFLOW-1](../04-功能迭代/DEVFLOW-1.CRUD层实施-2026-06-12.md) | [x] ✅ `crud.rs` `impl_repo!` 宏 12 处Project/Task/Idea/Branch/Release/WorkflowExecution/Knowledge/AiConversation 等 RepoSprint 2 |
| 8 | Tauri IPC 命令层 | P0 | #7 | [DEVFLOW-2](../04-功能迭代/DEVFLOW-2.IPC桥接实施-2026-06-12.md) | [x] ✅ `commands/` 共 20 文件 / 57+ commandproject/task/idea/workflow + AI + knowledge + settingsSprint 3 起 |
| 8 | Tauri IPC 命令层 | P0 | #7 | [DEVFLOW-2](../04-功能迭代/DEVFLOW-2.IPC桥接实施-2026-06-12.md) | [x] ✅ `commands/` 共 20 文件 / 67 个 command 注册src-tauri/src/lib.rs invoke_handlerproject 14 + task 5 + idea 6 + workflow 5 + ai 19 + knowledge 14 + settings 4Sprint 3 起 |
| 9 | Store 接入 View | P0 | #8 | [DEVFLOW-3](../04-功能迭代/DEVFLOW-3.Store对接实施-2026-06-12.md) | [x] ✅ `stores/` 10 文件composable 模式),各 View 接 Store 真数据Sprint 4 |
| 10 | 端到端验证 (3 节点工作流) | P0 | #7, #8, #9 | [DEVFLOW-4](../04-功能迭代/DEVFLOW-4.端到端验证-2026-06-12.md) | [x] ✅ `run_workflow` IPC + DAG `topological_layers` + `join_all` 并行ProjectDetail.vue 3 节点 Shell DAG 运行 + 实时事件日志Sprint 4 |
| 11 | 首次 Git Commit | P0 | 无 | 建立版本基线 | [x] ✅ git log 73 commit首提交 `98393b4 初始化 DevFlow 项目仓库`Sprint 2 |
| 11 | 首次 Git Commit | P0 | 无 | 建立版本基线 | [x] ✅ git log 82 commit首提交 `98393b4 初始化 DevFlow 项目仓库`Sprint 2 |
### 已知问题