The Wire · Showcase
PLUGIN ECOSYSTEM SHIFTS TO PER-ENTRY BUMP MODE, KILLING BATCH FAILURES
By RepoJournal · Filed · About Anthropic
The community plugins just ditched batch bumps for per-entry mode, isolating failures that were silently cascading across 37 plugins at once.
Claude-plugins-community shipped a major architecture change [1] [2] that converts automated plugin freshness bumps from batch to per-entry, matching the official ecosystem. The old batch mode relied on a `revert-failed-bumps` workflow that never actually fired in production (GitHub's recursion guard blocks workflow_run triggers on bot-dispatched PRs), leaving failed bumps blocking entire batches. Now each plugin bump gets its own PR on a `bump/<name>` branch, so a single failure isolates instead of cascading. The-official and knowledge-work ecosystems already run this way; community just caught up. Meanwhile, upstream in the official plugins, three integrations hit SHA bumps overnight: hyperframes [3], wix [4], and stripe [5] all validated clean and are ready to merge. The knowledge-work plugins ecosystem is tracking these same updates across adobe-for-creativity [6], nimble and wix [7], and another wix pass [8]. On the community side, a 37-plugin bulk bump just landed [9], with fresh individual bumps queued for llm-gateway [10] and nanostack [11]. Frontend-design skill got updated in official [12], but it's cleanup work, not a blocker.
Action items
- → Review and merge the three official plugin bumps (hyperframes, wix, stripe) - all validated anthropics/claude-plugins-official [plan]
- → Monitor knowledge-work plugin merges for any mintlify skips - workflow is flagging them as needing review anthropics/knowledge-work-plugins [monitor]
- → Expect community plugin PRs to arrive one-per-plugin now instead of as a batch - per-entry mode is live anthropics/claude-plugins-community [monitor]
References
- [1] feat(freshness): per-entry bump mode — isolate failures, drop dormant revert (#71) anthropics/claude-plugins-community
- [2] Switch bump to per-entry mode; remove the dormant auto-revert ↗ anthropics/claude-plugins-community
- [3] bump(hyperframes): a241f259 → 211e0adb ↗ anthropics/claude-plugins-official
- [4] bump(wix): def21835 → 1d441e5f ↗ anthropics/claude-plugins-official
- [5] bump(stripe): ea0ad237 → 7e7f72eb ↗ anthropics/claude-plugins-official
- [6] Bump 1 plugin SHA pin(s) ↗ anthropics/knowledge-work-plugins
- [7] Bump 2 plugin SHA pin(s) ↗ anthropics/knowledge-work-plugins
- [8] Bump 1 plugin SHA pin(s) ↗ anthropics/knowledge-work-plugins
- [9] Bump 37 plugin SHA pin(s) ↗ anthropics/claude-plugins-community
- [10] bump(llm-gateway): c0bf7a87 → c9626b2d ↗ anthropics/claude-plugins-community
- [11] bump(nanostack): bab484ae → 13dad7cb ↗ anthropics/claude-plugins-community
- [12] Update frontend-design skill ↗ anthropics/claude-plugins-official
FAQ
- What changed in Anthropic on June 15, 2026?
- The community plugins just ditched batch bumps for per-entry mode, isolating failures that were silently cascading across 37 plugins at once.
- What should Anthropic teams do about it?
- Review and merge the three official plugin bumps (hyperframes, wix, stripe) - all validated • Monitor knowledge-work plugin merges for any mintlify skips - workflow is flagging them as needing review • Expect community plugin PRs to arrive one-per-plugin now instead of as a batch - per-entry mode is live
- Which Anthropic repositories shipped on June 15, 2026?
- anthropics/claude-plugins-community, anthropics/claude-plugins-official, anthropics/knowledge-work-plugins