chore: update plugins for Claude Code v2.1.118–v2.1.123#35
Conversation
- github: add alwaysLoad: true to MCP config so tools are always
available at session start without tool-search deferral (v2.1.121);
bump to 1.2.0
- marketplace: add $schema, version, and top-level description fields
now supported as first-class fields (v2.1.120)
- gws: add ${CLAUDE_EFFORT} awareness to gws-shared and three workflow
skills (standup-report, weekly-digest, meeting-prep) to scale output
verbosity; bump to 1.1.0
- docs: remove defunct gofmt/sequential-thinking from architecture
tree, fix github plugin description, document alwaysLoad behavior
Assisted-by: Claude:claude-sonnet-4-6[1m]
📝 WalkthroughWalkthroughThe pull request updates plugin marketplace metadata with schema and version fields, bumps version numbers for GitHub and GWS plugins, configures GitHub plugin for always-load behavior, removes documentation references to deprecated plugins, and updates README descriptions to reflect new GitHub plugin configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
alwaysLoad: trueto.mcp.jsonso GitHub tools are always available at session start, bypassing tool-search deferral (v2.1.121 feature)$schema,version, and top-leveldescriptionfields now supported as first-class manifest fields (v2.1.120 feature); removemetadata.description${CLAUDE_EFFORT}awareness togws-sharedand three workflow skills (standup-report,weekly-digest,meeting-prep) to scale output verbosity (v2.1.120 feature)gofmt/andsequential-thinking/from the architecture tree inCLAUDE.md, fix the github plugin description inREADME.md, documentalwaysLoadingithub/README.mdTest plan
claude plugin validate .passesclaude plugin validate ./githubpassesclaude plugin validate ./gwspassesnpx markdownlint-cli2passesuvx claudelint --strictpassesSummary by CodeRabbit
Documentation
Chores