Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2026-02-09
## [0.4.0] - 2026-02-10

### Added

Expand All @@ -29,6 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Plugin validation** (GAP 10): `--verbose` flag for plugin loading diagnostics
- **Updated trigger phrases** across plugin-structure, agent-development, skill-development, and mcp-integration skills for improved discoverability
- **Expanded manifest reference** with `outputStyles` field documentation
- **Updated skill and command counts** in CLAUDE.md and CONTRIBUTING.md

### Dependencies

- Bump anthropics/claude-code-action to v1.0.48 (from v1.0.34)
- Bump actions/cache to v5.0.3 (#206)
- Bump reviewdog/action-actionlint to v1.70.0 (#206)

### Maintenance

- Update claude-pr-review model to opus 4.6
- Update .gitignore with additional exclusions

## [0.3.4] - 2026-01-30

Expand Down