diff --git a/.devcontainer/CHANGELOG.md b/.devcontainer/CHANGELOG.md index fba2dec..f2ea667 100644 --- a/.devcontainer/CHANGELOG.md +++ b/.devcontainer/CHANGELOG.md @@ -1,6 +1,23 @@ # CodeForge Devcontainer Changelog -## v2.0.0 — 2026-02-26 +## [v2.0.1] — 2026-03-02 + +### Added +#### Official Plugins +- **Expanded Anthropic official plugins** — added `code-review`, `feature-dev`, and `pr-review-toolkit` from `anthropics/claude-code` +- **Migrated plugin identifiers** — switched from `@claude-plugins-official` to `@anthropics/claude-code` format + +### Changed +#### Protected Files Guard +- **Allowed `.env.example` edits** — `.env.example` is no longer blocked by the `.env.*` pattern; actual secret files (`.env.local`, `.env.production`, etc.) remain protected + +### Fixed +- Plugin count updated 14→17 across all docs pages and README +- Agent/skill counts corrected in README (17→21 agents, 35→38 skills) +- Protected-files-guard README error handling table: "fails open" → "fails closed" +- Merged stale `[Unreleased]` changelog entries into v2.0.0; updated test counts (241→289) + +## [v2.0.0] — 2026-02-26 ### .codeforge/ Configuration System - New `.codeforge/` directory centralizes all user-customizable configuration files diff --git a/package.json b/package.json index e6b4702..302a32d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeforge-dev", - "version": "2.0.0", + "version": "2.0.1", "description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.", "main": "setup.js", "bin": {