Release Ambush Streams 0.2.0 for Claude Code - #1
Draft
ecejas wants to merge 1 commit into
Draft
Conversation
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.
Why
The public Claude Code marketplace package is still version
0.1.0and mirrors the original lifecycle-only Ambush skill. It cannot guide Claude through native per-event processing and destination routing, and it lacks the updated credential and muting safeguards from psychobot-team/reflex#4724.What changed
0.1.0to0.2.0.post_processing, safe channel discovery, destination routing, and route mute/unmute workflows.The existing
ambush-streams@ambush-aiinstallation coordinate and user-facing stream terminology remain unchanged.User impact
After the API release, Claude Code users can ask Ambush to transform and deliver every future stream event to an existing destination without polling or exposing credentials. Existing stream lifecycle behavior remains compatible.
Rollout dependency
Keep this PR in draft until psychobot-team/reflex#4724 is merged and deployed. Verify the production MCP endpoint exposes all nine tools, sanitizes
list_channels, and marks route muting destructive before merging this marketplace release.Verification
quick_validate.py plugins/ambush-streams/skills/manage-ambush-streams— passed.claude plugin validate --strict .— passed.claude plugin validate --strict ./plugins/ambush-streams— passed.0.2.0.git diff --check— passed.