Add wst.routing.dsl:circuit-breaker middleware API for route resilience - #6
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
diasbruno
April 17, 2026 03:10
View session
diasbruno
force-pushed
the
copilot/add-circuit-breaker-api
branch
from
April 18, 2026 00:57
ea306a6 to
83d7d9a
Compare
diasbruno
reviewed
Apr 18, 2026
diasbruno
reviewed
Apr 18, 2026
diasbruno
reviewed
Apr 18, 2026
Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/e1390cc0-3c9c-4635-994a-a5e8003bbad8 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Expand circuit breaker test coverage and docs Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/e1390cc0-3c9c-4635-994a-a5e8003bbad8 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Extract circuit breaker into pure wst.circuit-breaker package Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/1da39c3b-aa9f-4947-80b0-c91b6c98bbbf Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Fix typo in docstring: WS.CIRCUIT-BREAKER -> WST.CIRCUIT-BREAKER Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/1da39c3b-aa9f-4947-80b0-c91b6c98bbbf Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Move circuit-breaker HTTP adapter into wst.circuit-breaker.routing; remove from wst.routing.dsl Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/d6b8e0d6-d6d7-446d-bc37-59beeb023097 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Rewrite wst.circuit-breaker package docstring: remove implementation-strategy language Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/2bbc5399-2f81-4b94-be33-d66f92128697 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Rewrite wst.circuit-breaker.routing docstrings: remove prompt-strategy language Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/f0336b44-343f-40a7-9df8-5faa352cd3fa Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com> Revert routing/dsl.lisp to original state Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/e7bc109c-f08d-4aa9-9f87-d2547cbd0c7d Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
diasbruno
force-pushed
the
copilot/add-circuit-breaker-api
branch
from
April 18, 2026 11:45
98d6997 to
52e76d0
Compare
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.
circuit-breaker/routing.lisp— newwst.circuit-breaker.routingpackage with the HTTP adapterwst.circuit-breaker.routing.asd— ASDF system depending onwst.circuit-breaker+wst.routingcircuit-breakerfunction andwst.circuit-breakerimports fromrouting/dsl.lispwst.circuit-breakerdependency fromwst.routing.dsl.asdwst.routing.test.asd— addwst.circuit-breaker.routingdependencyt/package.lispto usewst.circuit-breaker.routing:circuit-breakerreadme.mdwst.circuit-breakerpackage docstring (remove prompt-strategy language)wst.circuit-breaker.routingpackage and function docstrings (remove prompt-strategy language)routing/dsl.lispto original state (whitespace-only change from our PR reverted)