kiro-spec-engine 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.2] - 2026-01-23
11
+
12
+ ### Added
13
+ - **User Documentation**: Comprehensive guides for adoption and upgrade workflows
14
+ - `docs/adoption-guide.md`: Complete guide for adopting existing projects
15
+ - `docs/upgrade-guide.md`: Complete guide for upgrading project versions
16
+ - Step-by-step instructions with examples
17
+ - Troubleshooting sections for common issues
18
+ - Best practices and recommendations
19
+
20
+ ### Enhanced
21
+ - Improved documentation structure for better user experience
22
+ - Added practical examples for all adoption modes
23
+ - Added detailed upgrade scenarios with migration examples
24
+
10
25
  ## [1.2.1] - 2026-01-23
11
26
 
12
27
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiro-spec-engine",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Kiro Spec Engine - A spec-driven development engine with steering rules and quality enhancement powered by Ultrawork spirit",
5
5
  "main": "index.js",
6
6
  "bin": {