File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments