Skip to content

Commit 63eeefa

Browse files
committed
0.19.0
1 parent 15174d4 commit 63eeefa

File tree

7 files changed

+18
-206
lines changed

7 files changed

+18
-206
lines changed

.ai-devkit.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"environments": [
44
"cursor",
55
"claude",
6+
"github",
7+
"gemini",
68
"codex",
79
"antigravity"
810
],
911
"createdAt": "2025-12-28T13:35:45.251Z",
10-
"updatedAt": "2026-03-07T01:38:08.427Z",
12+
"updatedAt": "2026-03-27T09:22:52.407Z",
1113
"phases": [
1214
"requirements",
1315
"design",

.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.18.0",
3+
"version": "0.19.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.18.0",
3+
"version": "0.19.0",
44
"description": "AI-assisted development toolkit with structured SDLC workflows, persistent memory, and reusable skills",
55
"author": {
66
"name": "Hoang Nguyen",

AGENTS.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.19.0] - 2026-03-11
9+
10+
### Added
11+
12+
- **Agent List CWD** - Agent list command now displays the current working directory for each running agent (#47).
13+
- **Clarification & Brainstorming Loop** - Added clarification and brainstorming loop to `review-design` and `review-requirements` commands.
14+
15+
### Changed
16+
17+
- **Generalized Session Mapping** - Refactored process-to-session mapping into shared utilities (`matching`, `session`, `process`) used by both Claude Code and Codex adapters, replacing adapter-specific implementations (#45).
18+
- **Claude Sessions PID Matching** - Updated Claude Code session matching for more reliable PID-based detection (#48).
19+
820
## [0.18.0] - 2026-03-10
921

1022
### Added

CLAUDE.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

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.18.0",
3+
"version": "0.19.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)