fix(workhub): admit coordination actions through Runtime turns - #4993
Draft
ARE404 wants to merge 1 commit into
Draft
fix(workhub): admit coordination actions through Runtime turns#4993ARE404 wants to merge 1 commit into
ARE404 wants to merge 1 commit into
Conversation
Generated-by: Codex
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.
Summary
WorkHub actions previously bypassed root Turn admission, and clarification/resume could write synthetic assistant summaries. Admit Host actions into real Coordination Turns/Runs, persist typed Runtime receipts, and materialize/recover them through the shared transcript. Target Sessions retain assignment, Stop and resume authority; no extra model answer is invoked to create a Turn.
Completed requests replay their original acknowledgement without repeating effects. Interrupted attempts close through Runtime recovery; retries receive a new Turn. Clarification after a refused action has its own Turn. Intent, Resolver and clarification model calls remain future work inside this execution boundary.
Refs #3492. Independent follow-up to #4924.
Verification
Dark appearance
Compatibility and review focus
Compatibility epoch moves from 125 to 126: the synthetic
workhub.coordination.recordoperation is removed and typed receipts extend transcript decoding. Released summaries remain readable. Transactional delegation/Stop linkage facts remain in their existing authority; receipts acknowledge operations rather than mirror target execution state.AI use
Tool(s) and scope: Codex implemented the repair, tests, documentation and component evidence.
Checklist
Does this PR entail a change in behavior?