Skip to content

Add official Anthropic plugins, soften .env.example guard, sync docs#44

Merged
AnExiledDev merged 1 commit intostagingfrom
feat/official-plugins-update
Mar 2, 2026
Merged

Add official Anthropic plugins, soften .env.example guard, sync docs#44
AnExiledDev merged 1 commit intostagingfrom
feat/official-plugins-update

Conversation

@AnExiledDev
Copy link
Owner

Summary

  • Expanded official plugins — added code-review, feature-dev, and pr-review-toolkit from anthropics/claude-code; migrated all identifiers from @claude-plugins-official to @anthropics/claude-code
  • Softened .env.example guard — protected-files-guard now allows editing .env.example while still blocking .env, .env.local, .env.production, etc.
  • Docs accuracy sweep — plugin count 14→17 across 5 docs pages + README; fixed "fails open" → "fails closed" in protected-files-guard README; merged [Unreleased] changelog into v2.0.0 section; updated test counts 241→289

Files Changed (14)

  • .codeforge/config/settings.json — 4 official plugins with new identifier format
  • .devcontainer/scripts/setup-plugins.shDEFAULT_OFFICIAL_PLUGINS updated
  • .devcontainer/CLAUDE.md — plugin list expanded
  • .devcontainer/CHANGELOG.md — merged [Unreleased] into v2.0.0, deduped
  • guard-protected.py + guard-protected-bash.py.env.example negative lookahead
  • protected-files-guard/README.md — category table + error handling fix
  • README.md — agent/skill/plugin counts updated
  • 5 docs site pages — plugin count and configuration example updates

Note

.devcontainer/.env.example still has the old OFFICIAL_PLUGINS comment — the protected-files guard blocked the edit (running from cached install). Needs manual update.

Test plan

  • Verify .env.example edits are no longer blocked by the guard
  • Verify .env, .env.local, .env.production are still blocked
  • Verify setup-plugins.sh installs all 4 official plugins on container start
  • Verify docs site builds without errors

- Add code-review, feature-dev, pr-review-toolkit from anthropics/claude-code
- Migrate plugin identifiers from @claude-plugins-official to @anthropics/claude-code
- Allow .env.example edits in protected-files-guard (negative lookahead)
- Fix protected-files-guard README: "fails open" → "fails closed"
- Merge [Unreleased] changelog into v2.0.0, update test counts (241→289)
- Update plugin count 14→17 across docs, README, and plugins index
@coderabbitai
Copy link

coderabbitai bot commented Mar 2, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/official-plugins-update

Comment @coderabbitai help to get the list of available commands and usage tips.

@AnExiledDev AnExiledDev merged commit c0584b7 into staging Mar 2, 2026
4 of 5 checks passed
@AnExiledDev AnExiledDev deleted the feat/official-plugins-update branch March 2, 2026 05:00
@AnExiledDev AnExiledDev mentioned this pull request Mar 2, 2026
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