chore(main): release cli 0.4.1#1
Merged
Merged
Conversation
582ee5f to
e0173de
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
lespaceman
added a commit
that referenced
this pull request
May 10, 2026
Extract seams, remove duplication, and sharpen module ownership across six areas of the codebase. All 3258 tests pass. **#4 RelayCoordinator**: extract generic PendingBroadcast<T> internal type; requestPermission/requestQuestion become thin wrappers. **#6 UDS IPC**: extract tryReadFrame/writeFrame codec to udsFrameCodec.ts; both server handleConnection and client sendUdsRequest consume it. **#5 Exec runner**: extract FailureLatch (registerFailure/hasFailure) and exitCodeFromFailure; finalMessage test coverage expanded to 11 tests. **#1+#2 Gateway binding + dispatch turn**: extract RuntimeBindingStore (binding state machine, grace timer, epoch, observer callbacks) from DispatchPipeline + SessionRegistry; delete dispatcher.ts; SessionRegistry shrinks to dispatch correlation directory. **#3 Plugin source resolution**: create workflowResolver.ts as the single home for workflow manifest traversal, ref-shape detection, version pinning, and ambiguity detection; strip workflow-specific code from marketplaceShared.ts; delete workflowSourceResolution.ts. **#7 Session persistence**: extract SessionRow type and rowToAthenaSession mapper to types.ts; remove identical duplicate definitions from store.ts and registry.ts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
🤖 I have created a release beep boop
0.4.1 (2026-05-06)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.