Skip to content

Commit 5c82f1f

Browse files
docs: updated changelog and marketplace.json
1 parent b388445 commit 5c82f1f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Developer Kit for building applications with Claude Code using best practices and patterns.",
9-
"version": "1.23.0"
9+
"version": "1.24.0"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.24.0] - 2026-01-29
10+
## [1.24.0] - 2026-02-01
1111

1212
### Added
1313
- **New PHP Agents** (5 new specialized agents):
@@ -16,6 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- `php-security-expert`: Expert security auditor specializing in PHP application security, DevSecOps, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/JWT), OWASP standards, and security automation for Laravel and Symfony
1717
- `php-software-architect-expert`: Expert PHP software architect specializing in Clean Architecture, Domain-Driven Design (DDD), and modern PHP patterns. Reviews PHP codebases (Laravel, Symfony) for architectural integrity, proper module organization, and SOLID principles
1818
- `wordpress-development-expert`: Expert WordPress developer specializing in custom plugin and theme development. Masters WordPress coding standards, hooks/filters architecture, Gutenberg blocks, REST API, WooCommerce integration, and site/portal development
19+
- **New WordPress Sage Theme Skill**:
20+
- `wordpress-sage-theme`: Comprehensive WordPress Sage theme development skill
21+
- Sage 10+ theme architecture with modern Blade templates
22+
- ACF (Advanced Custom Fields) integration patterns
23+
- Bud (Vite-based) build system configuration
24+
- Blade templating engine patterns for WordPress themes
25+
- Starter layouts and page templates
26+
- Reference documentation for Sage, Blade, ACF, and Bud
27+
- Asset compilation and optimization strategies
28+
- **Enhanced Spring Boot Code Review** (contributed by @zmlgit):
29+
- Added transaction management checks (JTA, @Transactional, isolation levels)
30+
- Added event handling patterns verification (Spring Events, @EventListener)
31+
- Added AOP (Aspect-Oriented Programming) patterns review
32+
- Added JPA pitfalls detection (N+1 queries, lazy loading, entity lifecycle)
33+
- Added MyBatis integration patterns and best practices
1934
- **Enhanced PHP/Laravel Support**:
2035
- PHP 8.3+ specific patterns (readonly classes, enums, constructor property promotion)
2136
- Modern PHP patterns (match expressions, named arguments, attributes, first-class callables)
@@ -35,6 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3550
- Enhanced README.md with PHP development capabilities documentation
3651
- Total agents count increased with new PHP and WordPress specialists
3752
- Updated agents documentation to include PHP/Laravel/Symfony and WordPress development capabilities
53+
- Organized skills directory structure with `react-patterns` and `tailwind-css-patterns` renames
54+
- Updated marketplace.json metadata for new skills
55+
- Enhanced general agents documentation with PHP/WordPress capabilities
3856

3957
### Documentation
4058
- Added comprehensive PHP agent definitions with specialized expertise in:
@@ -45,6 +63,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4563
- WordPress plugin and theme development best practices
4664
- Enhanced agent descriptions with PHP framework expertise (Laravel, Symfony)
4765
- Added WordPress-specific patterns and coding standards
66+
- Added comprehensive Sage theme development guide with 281 lines of SKILL.md content
67+
- Added reference documentation for ACF (465 lines), Blade (304 lines), Bud (327 lines), and Sage (130 lines)
68+
- Included starter Blade templates for layouts and pages
4869

4970
## [1.23.0] - 2025-01-24
5071

0 commit comments

Comments
 (0)