fix(gateway): restore cooperative suspension validation#103925
Merged
Conversation
vincentkoc
marked this pull request as ready for review
July 10, 2026 20:12
Member
Author
|
Land-ready proof for exact head
Known proof gaps: none for this type-ownership and lint-only repair. |
Member
Author
|
Merged via squash.
|
This was referenced Jul 10, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 11, 2026
This was referenced Jul 21, 2026
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.
Related: #103618
What Problem This Solves
Resolves a problem where the cooperative Gateway suspension change left
mainwith a 557-file Madge import cycle and five core lint failures, blocking hosted
CI and downstream PR preparation.
Why This Change Was Made
The Gateway-only cron suspension contract now lives in a leaf type module, so
shared request context types no longer depend on the full cron runtime graph.
The accompanying test cleanup removes the exact lint violations without
changing the covered behavior.
User Impact
No runtime behavior changes. Maintainers regain clean architecture and lint
validation for the cooperative suspension feature.
Evidence
mainCI: run29117924498, architecture job86446192773, lint job86446192688.tbx_01kx6srz7emmr8nhqenmfcjser:pnpm check:madge-import-cycles: 0 cycles.pnpm check:import-cycles: 0 runtime value cycles.work, suspension admission, and active-work accounting.
pnpm check:changed: passedcore, coreTests, including both tsgo lanes,changed-file lint, and guards.