Publish the channel (plugin 1.3.0) + smooth existing-GM onboarding - #35
Merged
Conversation
…oarding The channel (#28/#31/#34) is on main but was never released: plugin.json was still 1.2.0 and marketplace.json stale at 1.0.0, so neither /launch nor /gm-doctor could deliver the channel to users. - Bump plugin.json 1.2.0 -> 1.3.0 and sync marketplace.json 1.0.0 -> 1.3.0. - /gm-doctor Check 7: offer to update the launch alias in place (with backup) instead of making the user hand-edit ~/.zshrc, and always remind them to restart the GM (the channel loads at launch). - README 'Updating': document enabling push notifications on an existing GM, and add the channel check to the /doctor list (was stale at 8 checks). After this releases: new GMs get the channel automatically via /launch; existing GMs get it via 'update plugin -> /gm-doctor -> approve alias update -> restart'. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
The task-event channel shipped in #28/#31/#34 but was never published:
plugin.jsonwas still1.2.0andmarketplace.jsonstale at1.0.0, so neither/launch(new GMs) nor/gm-doctor(existing GMs) could deliver it. This releases it and smooths the existing-GM upgrade.Changes
plugin.json1.2.0 → 1.3.0, syncmarketplace.json1.0.0 → 1.3.0(the two had drifted apart)./gm-doctorCheck 7 now offers to update the launch alias in place (with a.bakbackup) instead of making the user hand-edit~/.zshrc, and always reminds them to restart the GM (the channel loads at launch)./doctorchecklist (was stale at 8 checks).Onboarding after this releases
/launch) → channel rendered automatically + alias printed with the flag. Effortless.update plugin → /gm-doctor → approve alias update → restart.gm-doctordeploys the channel files; the alias+restart is the only manual bit (unavoidable while channels are research-preview — the--dangerouslyflag is required until they GA).Note
This bumps the version in-repo; the actual marketplace release (tag/publish, if your flow needs one beyond merging to
main) is a maintainer step.🤖 Generated with Claude Code