Skip to content

Commit b702d22

Browse files
authored
Merge pull request #46 from AnExiledDev/release/v2.0.1
Release v2.0.1
2 parents 5fc676e + cc72281 commit b702d22

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.devcontainer/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# CodeForge Devcontainer Changelog
22

3-
## v2.0.0 — 2026-02-26
3+
## [v2.0.1] — 2026-03-02
4+
5+
### Added
6+
#### Official Plugins
7+
- **Expanded Anthropic official plugins** — added `code-review`, `feature-dev`, and `pr-review-toolkit` from `anthropics/claude-code`
8+
- **Migrated plugin identifiers** — switched from `@claude-plugins-official` to `@anthropics/claude-code` format
9+
10+
### Changed
11+
#### Protected Files Guard
12+
- **Allowed `.env.example` edits**`.env.example` is no longer blocked by the `.env.*` pattern; actual secret files (`.env.local`, `.env.production`, etc.) remain protected
13+
14+
### Fixed
15+
- Plugin count updated 14→17 across all docs pages and README
16+
- Agent/skill counts corrected in README (17→21 agents, 35→38 skills)
17+
- Protected-files-guard README error handling table: "fails open" → "fails closed"
18+
- Merged stale `[Unreleased]` changelog entries into v2.0.0; updated test counts (241→289)
19+
20+
## [v2.0.0] — 2026-02-26
421

522
### .codeforge/ Configuration System
623
- New `.codeforge/` directory centralizes all user-customizable configuration files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeforge-dev",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"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.",
55
"main": "setup.js",
66
"bin": {

0 commit comments

Comments
 (0)