feat: Decomposition 人工审核门控 + server.ts 路由模块化拆分#10
Merged
Conversation
- 新增 awaiting-review 状态,Scaffold/Decomposer 结果可暂停等待人工审核 - GraphStore 增加 review CRUD,Pipeline 支持 redo 反馈重跑 - 前端 DecompositionReviewPanel 组件 + HomePage 审核开关 - server.ts 路由拆分到 src/http/ 下 11 个模块 - knowledge agent 指令优化,agent 默认后端调整为 codex - fix: review 竞态修复(missed-wakeup / redo-approve 冲突 / checkout 不恢复 HEAD)
69d2860 to
d600dfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
awaiting-review状态,支持用户查看、编辑节点、approve 或 reject + feedback 重跑。前端新增DecompositionReviewPanel+ReviewGraphView组件,HomePage 增加审核开关server.ts路由逻辑拆分到src/http/下 11 个独立模块(chatRoutes、docRoutes、runRoutes、updateRoutes、decompositionReviewRoutes 等),server.ts 仅保留初始化和路由分发改动范围
src/http/(新增)src/workflow/arranger/DecompositionReviewModesrc/workflow/arranger.tsweb/src/components/DecompositionReviewPanel.vue、ReviewGraphView.vueweb/src/views/HomePage.vuesrc/agents/