Skip to content

Publish the channel (plugin 1.3.0) + smooth existing-GM onboarding - #35

Merged
bborn merged 1 commit into
mainfrom
feat/channel-onboarding
Jun 9, 2026
Merged

Publish the channel (plugin 1.3.0) + smooth existing-GM onboarding#35
bborn merged 1 commit into
mainfrom
feat/channel-onboarding

Conversation

@bborn

@bborn bborn commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

The task-event channel shipped in #28/#31/#34 but was never published: plugin.json was still 1.2.0 and marketplace.json stale at 1.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

  • Publish: bump plugin.json 1.2.0 → 1.3.0, sync marketplace.json 1.0.0 → 1.3.0 (the two had drifted apart).
  • Smooth the one manual step/gm-doctor Check 7 now offers to update the launch alias in place (with a .bak backup) instead of making the user hand-edit ~/.zshrc, and always reminds them to restart the GM (the channel loads at launch).
  • Docs — README "Updating" gains a "push notifications on an existing GM" note and the channel entry in the /doctor checklist (was stale at 8 checks).

Onboarding after this releases

  • New GMs (/launch) → channel rendered automatically + alias printed with the flag. Effortless.
  • Existing GMsupdate plugin → /gm-doctor → approve alias update → restart. gm-doctor deploys the channel files; the alias+restart is the only manual bit (unavoidable while channels are research-preview — the --dangerously flag 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

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant