mirror of
https://github.com/lucas-labs/claude-plugins.git
synced 2026-07-11 11:45:44 -03:00
Bumps the bump-plugin-shas action pin to the new claude-plugins-community SHA (a27629fc) which adds (1) manifest synthesis for strict:false skills-only externals — so they can finally be bumped instead of drifting — and (2) an `only` input to target ONE plugin on demand. Surfaces the targeting as a `plugin` workflow_dispatch input threaded into the action's `with:` block, so an operator can run: gh workflow run bump-plugin-shas.yml --repo anthropics/claude-plugins-official -f plugin=<name> (e.g. to bump the now-eligible netsuite-suitecloud, a strict:false entry the old action hard-skipped). Empty `plugin` = unchanged nightly behavior. The plugin->only->ONLY->bump.sh chain was reviewed (ultra) and e2e-verified live on claude-plugins-community before this pin bump. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>