Skip to content

Commit 7524cc0

Browse files
committed
0.21.0
1 parent aee0e20 commit 7524cc0

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"description": "Structured AI-assisted development with phase workflows, persistent memory, and reusable skills",
55
"author": {
66
"name": "Hoang Nguyen",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"description": "AI-assisted development toolkit with structured SDLC workflows, persistent memory, and reusable skills",
55
"author": {
66
"name": "Hoang Nguyen",

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.21.0] - 2026-03-14
9+
10+
### Added
11+
12+
- **Interactive Skill Selection** - `ai-devkit skill add` can now present an interactive multi-select flow when adding skills from a registry (#51).
13+
- **Memory DB Path Configuration** - Added support for configuring a project-specific memory database path and using it in CLI and memory API flows (#50).
14+
- **Senior Engineer Skills** - Added `verify` and `tdd` skills and included them in the `senior-engineer` template.
15+
- **Targeted Global Skill Install Prompt** - Added environment-aware prompting to support targeted global skill installation.
16+
- **E2E Coverage** - Added end-to-end test coverage for the new memory database path configuration flow.
17+
18+
### Changed
19+
20+
- **Skill Guidance** - Updated memory skill instructions and refreshed skill red-flag guidance.
21+
- **Bundled Skills Data** - Added new bundled skills and updated skill registry metadata.
22+
- **E2E Test Maintenance** - Cleaned up the end-to-end test suite for the new CLI flows.
23+
24+
### Fixed
25+
26+
- **Ora Compatibility** - Fixed the `ora` dependency/version issue.
27+
828
## [0.20.1] - 2026-03-13
929

1030
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"private": true,
55
"description": "A CLI toolkit for AI-assisted software development with phase templates and environment setup",
66
"scripts": {

0 commit comments

Comments
 (0)