@@ -8,27 +8,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11- - ** Spec Coverage Analysis** - Analyze gaps between acceptance criteria and tests
12- - ` specmem cov ` - Show overall coverage summary
13- - ` specmem cov report ` - Detailed coverage report per feature
14- - ` specmem cov suggest ` - Get test suggestions for uncovered criteria
15- - ` specmem cov badge ` - Generate coverage badge for README
16- - ` specmem cov export ` - Export coverage data (JSON/Markdown)
17- - Coverage API methods in ` SpecMemClient ` :
18- - ` get_coverage() ` - Analyze spec coverage
19- - ` get_coverage_suggestions() ` - Get test suggestions
20- - ` get_coverage_badge() ` - Generate badge markdown
21- - Documentation site with MkDocs Material theme
22- - Comprehensive API reference
23- - Advanced configuration guide
24- - User guide for Spec Coverage
11+ - N/A
2512
2613### Changed
27- - Improved error messages in CLI
28- - Updated CLI index with coverage command
14+ - N/A
2915
3016### Fixed
31- - Memory leak in large spec collections
17+ - N/A
18+
19+ ---
20+
21+ ## [ 0.2.0] - 2026-05-26
22+
23+ ### Added
24+
25+ - ** Optimized Skills** - Validate and index improved agent skill artifacts
26+ - ` specmem guidelines optimize ` - Generate or promote optimized skill candidates
27+ - ` specmem guidelines score-skill ` - Run static quality checks for skills
28+ - ` specmem guidelines optimized-status ` - Show raw, optimized, stale, rejected, and invalid artifact states
29+ - ` specmem build --optimize-skills ` - Use accepted optimized skill artifacts during memory indexing
30+ - Optimized skill artifact storage under ` .specmem/skillopt/ `
31+ - Provenance tags for optimized skill memory blocks
32+ - Public Python APIs for optimized skill artifact management
33+ - User, CLI, API, and advanced memory-pattern documentation for optimized skills
34+
35+ ### Changed
36+
37+ - Agent guidance indexing can opt into accepted optimized skill content while default builds keep indexing source skills.
38+
39+ ### Fixed
40+
41+ - Aligned package version metadata across ` pyproject.toml ` , ` uv.lock ` , and ` specmem.__version__ ` .
42+ - Avoided same-file candidate copy failures during generated skill promotion.
43+
44+ ---
45+
46+ ## [ 0.1.1] - 2026-05-26
47+
48+ ### Added
49+
50+ - Spec Coverage Analysis commands and docs.
51+ - Documentation site, API reference, and advanced configuration guide.
52+
53+ ### Changed
54+
55+ - Improved CLI error messages.
56+
57+ ### Fixed
58+
59+ - Memory handling improvements for large spec collections.
3260
3361---
3462
@@ -100,6 +128,8 @@ First public release of SpecMem - Cognitive Memory Layer for AI Coding Agents.
100128
101129| Version | Date | Highlights |
102130| ---------| ------| ------------|
131+ | 0.2.0 | 2026-05-26 | Optimized Skills |
132+ | 0.1.1 | 2026-05-26 | Spec Coverage and documentation |
103133| 0.1.0 | 2025-12-01 | Initial release |
104134
105135## Upgrade Guide
0 commit comments