Skip to content

Commit 5a3363a

Browse files
committed
docs(changelog): update unreleased changes since 0.12.0
1 parent 658208b commit 5a3363a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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+
## [Unreleased]
9+
10+
### Added
11+
12+
- **Lint Command** - Added `ai-devkit lint` command support
13+
- **Template Mode for Init** - Added init template mode with YAML/JSON support
14+
- **Memory Update Command** - Added `ai-devkit memory update` for modifying knowledge items by ID
15+
- **New Skills** - Added `capture-knowledge`, `simplify-implementation` and
16+
`technical-writer` skills
17+
- **Plugin Support** - Added `.claude-plugin` and `.cursor-plugin` integration files
18+
19+
### Changed
20+
21+
- **Dev Lifecycle Workflows** - Refactored worktree setup and new-requirement flow
22+
- **Lifecycle Documentation** - Updated docs to require feature worktrees and make bootstrap language-agnostic
23+
- **Web Docs Navigation** - Added linkable anchors for documentation section headings
24+
- **Command Templates** - Updated CLI command templates
25+
- **Skill Registry Handling** - Refresh cached skill registry automatically on `skill add`
26+
- **Documentation Updates** - Refreshed README and development docs for current CLI behavior
27+
28+
### Fixed
29+
30+
- **Memory Test Stability** - Fixed flaky `updated_at` timestamp test in memory module
31+
832
## [0.12.0] - 2026-02-17
933

1034
### Added

0 commit comments

Comments
 (0)