@@ -5,14 +5,14 @@ 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 ]
8+ ## [ 0.7.0 ] - 2026-01-25
99
1010### Added
1111- ** Skill Management** - Centralized registry for managing Agent Skills across projects
12- - 🎯 ** One-Command Installation** : ` ai-devkit skill add <registry>/<repo> <skill-name> `
13- - 💾 ** Local Cache** : Skills stored in ` ~/.ai-devkit/skills/ ` to avoid duplication
14- - 🔗 ** Symlink-First Strategy** : Symlinks with automatic copy fallback for Windows
15- - 🎨 ** Multi-Environment Support** : Works with Cursor, Claude Code, Codex, OpenCode, and Antigravity
12+ - ** One-Command Installation** : ` ai-devkit skill add <registry>/<repo> <skill-name> `
13+ - ** Local Cache** : Skills stored in ` ~/.ai-devkit/skills/ ` to avoid duplication
14+ - ** Symlink-First Strategy** : Symlinks with automatic copy fallback for Windows
15+ - ** Multi-Environment Support** : Works with Cursor, Claude Code, Codex, OpenCode, and Antigravity
1616 - ** CLI Commands** :
1717 - ` ai-devkit skill add <registry>/<repo> <skill-name> ` - Install a skill from registry
1818 - ` ai-devkit skill list ` - List all installed skills with sources
@@ -23,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323 - Environment filtering (only shows/uses environments with skill support)
2424 - Git repository caching for efficient reuse across projects
2525 - Validation for registry IDs and skill names (follows Agent Skills spec)
26- - ** Test Coverage** : 67 new unit tests (187 total tests passing)
2726
2827## [ 0.6.0] - 2026-01-22
2928
0 commit comments