refactor(runtime-host): establish durable host architecture - #2613
Merged
Merged
Conversation
14 tasks
M4n5ter
force-pushed
the
refactor/runtime-host-architecture
branch
from
August 10, 2026 06:43
22e52f9 to
87cd1b4
Compare
M4n5ter
marked this pull request as ready for review
August 10, 2026 06:59
6 tasks
66 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
English
Summary
This PR establishes Runtime Host as the single online owner of Runtime execution and its durable State Root.
Architecture
Architecture documents:
Integration cleanup
This branch also incorporates the Runtime Host work that landed while the refactor was in progress:
Impact
Validation
npm test— all workspace tests passed on the latestorigin/mainnpm run buildnpm run typechecknpm run lintnpm run format:checkgit diff --checkThe branch received parallel reviews across Host kernel and connection lifecycle, Hosted Execution, Domain coordinators, Run Composition, storage authority, reconnect behavior, Graph Stop integration, tests, and maintainability. Confirmed crash-recovery, retirement, close-order, composition-election, and test-reliability findings are included here.
Context
This is the consolidation PR for the Runtime Host direction tracked by #2522. It includes and aligns the work from #2591, #2603, #2618, #2625, and #2626.
简体中文
摘要
本 PR 将 Runtime Host 建立为 Runtime execution 及其 durable State Root 的唯一在线 owner。
架构
架构文档:
集成收口
本分支同时吸收并校正了重构期间合入的 Runtime Host 工作:
影响
验证
npm test— 在最新origin/main上全部 workspace tests 通过npm run buildnpm run typechecknpm run lintnpm run format:checkgit diff --check本分支并行审查了 Host kernel 与 connection lifecycle、Hosted Execution、Domain coordinators、Run Composition、storage authority、reconnect behavior、Graph Stop integration、tests 与 maintainability。确认的 crash recovery、retirement、close order、composition election 与 test reliability 问题均已纳入本 PR。
上下文
本 PR 是 #2522 Runtime Host 方向的整合 PR,并吸收、统一了 #2591、#2603、#2618、#2625 与 #2626 的工作。