Skip to content

Commit 1265dce

Browse files
style: new version v1.22.0
1 parent fce579b commit 1265dce

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.20.0"
9+
"version": "1.22.0"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.22.0] - 2026-01-14
11+
1012
### Added
1113
- **New AWS Cloud Architects Agents** (4 new specialized agents):
1214
- `aws-architecture-review-expert`: Expert AWS architecture and CloudFormation reviewer specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Reviews AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence
@@ -351,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351353
- Core functionality
352354
- Foundation documentation
353355

354-
[Unreleased]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.20.0...HEAD
356+
[Unreleased]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.22.0...HEAD
357+
[1.22.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.20.0...v1.22.0
355358
[1.20.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.19.0...v1.20.0
356359
[1.19.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.18.0...v1.19.0
357360
[1.18.0]: https://github.com/giuseppe-trisciuoglio/developer-kit-claude-code/compare/v1.17.1...v1.18.0

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ my-project/
403403
| **[typescript-security-expert](agents/typescript-security-expert.md)** | TypeScript security analysis | OWASP Top 10, npm audit, secure coding practices |
404404
| **[typescript-software-architect-review](agents/typescript-software-architect-review.md)** | TypeScript architecture review | Design patterns, scalability, module organization |
405405
| **[react-software-architect-review](agents/react-software-architect-review.md)** | React architecture review | Component patterns, state management, performance, accessibility |
406+
| **[aws-architecture-review-expert](agents/aws-architecture-review-expert.md)** | AWS architecture & CloudFormation review | Well-Architected Framework, security, cost optimization, IaC quality |
407+
| **[aws-cloudformation-devops-expert](agents/aws-cloudformation-devops-expert.md)** | AWS DevOps & CloudFormation | Nested stacks, cross-stack refs, custom resources, CI/CD integration |
408+
| **[aws-solution-architect-expert](agents/aws-solution-architect-expert.md)** | AWS Solution Architecture | Multi-region deployments, high availability, cost optimization, security |
409+
| **[general-refactor-expert](agents/general-refactor-expert.md)** | Code refactoring | Code quality, maintainability, SOLID patterns, best practices |
406410
| **[general-code-explorer](agents/general-code-explorer.md)** | Code exploration and analysis | Understanding codebases, tracing implementations |
407411
| **[general-code-reviewer](agents/general-code-reviewer.md)** | General code review | Code quality, best practices, maintainability |
408412
| **[general-software-architect](agents/general-software-architect.md)** | Software architecture design | System design, patterns, technology selection |
@@ -716,6 +720,12 @@ For a complete history of changes, please see the dedicated [CHANGELOG.md](CHANG
716720

717721
Recent highlights:
718722

723+
- **v1.22.0**:
724+
- New AWS Cloud Architects agents (4 new specialized agents):
725+
- `aws-architecture-review-expert`: AWS architecture and CloudFormation reviewer with Well-Architected Framework compliance
726+
- `aws-cloudformation-devops-expert`: CloudFormation templates and Infrastructure as Code (IaC) specialist
727+
- `aws-solution-architect-expert`: AWS Solution Architect for scalable cloud architectures and enterprise-grade solutions
728+
- `general-refactor-expert`: Code refactoring specialist applying clean code principles and SOLID patterns
719729
- **v1.20.0**:
720730
- New `react-software-architect-review` agent for React frontend architecture reviews
721731
- Specialized in React 19, component design patterns, state management strategies, and performance optimization

0 commit comments

Comments
 (0)