Add official Anthropic plugins, soften .env.example guard, sync docs#44
Merged
AnExiledDev merged 1 commit intostagingfrom Mar 2, 2026
Merged
Add official Anthropic plugins, soften .env.example guard, sync docs#44AnExiledDev merged 1 commit intostagingfrom
AnExiledDev merged 1 commit intostagingfrom
Conversation
- 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
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
code-review,feature-dev, andpr-review-toolkitfromanthropics/claude-code; migrated all identifiers from@claude-plugins-officialto@anthropics/claude-code.env.exampleguard — protected-files-guard now allows editing.env.examplewhile still blocking.env,.env.local,.env.production, etc.[Unreleased]changelog into v2.0.0 section; updated test counts 241→289Files Changed (14)
.codeforge/config/settings.json— 4 official plugins with new identifier format.devcontainer/scripts/setup-plugins.sh—DEFAULT_OFFICIAL_PLUGINSupdated.devcontainer/CLAUDE.md— plugin list expanded.devcontainer/CHANGELOG.md— merged [Unreleased] into v2.0.0, dedupedguard-protected.py+guard-protected-bash.py—.env.examplenegative lookaheadprotected-files-guard/README.md— category table + error handling fixREADME.md— agent/skill/plugin counts updatedNote
.devcontainer/.env.examplestill has the oldOFFICIAL_PLUGINScomment — the protected-files guard blocked the edit (running from cached install). Needs manual update.Test plan
.env.exampleedits are no longer blocked by the guard.env,.env.local,.env.productionare still blockedsetup-plugins.shinstalls all 4 official plugins on container start