补齐story与world能力注入链路

This commit is contained in:
2026-04-20 12:10:42 +00:00
parent c3bfd86b53
commit 164ead0681
5 changed files with 33 additions and 6 deletions

View File

@@ -89,6 +89,7 @@
本轮只做一件事:
1.`story/custom world` 的 service 依赖从大仓储接口改成最小 capability
2.`AppContext -> route -> service` 的注入链路同步改成 capability wiring
本轮不做:
@@ -100,4 +101,5 @@
1. `server-node` 编译通过
2. 相关测试 stub 不再依赖完整 `RuntimeRepositoryPort`
3. 文档明确固定“能力先迁、逻辑后搬”的顺序
3. `storyActionRoutes` / `runtimeRoutes` 不再默认把整块 `runtimeRepository` 传进对应 service
4. 文档明确固定“能力先迁、逻辑后搬”的顺序