Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/architecture/core-decomposition.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ owner 边界,否则不要把一个 feature group 继续拆成更小的 crate
selection adapter、remote chat history persistence/message conversion adapter、
remote image-context conversion 和 coordinator runtime-port binding 均由该入口承载,不改变 remote-connect、
remote-SSH 或 scheduler 执行路径。
HR-C 已把 agent-session reply route、steering buffered outcome、round injection
kind / target / message / source traits、goal-mode DTO、prompt compression contract 与
workspace related-path fact 等纯契约迁入 `bitfun-runtime-ports`,core 只保留兼容
re-export;round injection buffer、scheduler 生命周期、remote-SSH runtime 与 terminal
adapter 仍显式 core-owned。
最新 main 的 `/goal` 模式、goal verification events、request-context section policy、
prompt compression/cache、workspace related-path prompt facts、subagent cancellation 与
running-turn/continuation 语义必须纳入 HR-C 保护;这些不是普通 DTO 移动项。
Expand All @@ -339,7 +344,7 @@ owner 边界,否则不要把一个 feature group 继续拆成更小的 crate
- H5:optional feature/build-benefit evaluation。`bitfun-core default = []`、per-product
feature matrix、依赖版本收敛和构建收益评估只能在 H1-H4 后独立进行。
- H4 之后的剩余工作口径必须区分“低风险准备已完成”和“后续深度 runtime 迁移”:
不再把 deferred/core-owned runtime 当作零散漏项;若继续外移高风险 owner,
不再把 deferred/core-owned runtime 当作 HR-C 未完成项或零散漏项;若继续外移高风险 owner,
只允许按 tool runtime、product-domain runtime、service/agent runtime 这 3 个
大型 PR 重新评审和实施。H5 仍是单独且可选的 feature/build-benefit evaluation,
只能在选择继续外移的 HR 项完成或明确 defer 后评估。
Expand Down
607 changes: 114 additions & 493 deletions docs/plans/core-decomposition-plan.md

Large diffs are not rendered by default.

Loading
Loading