sdlc-framework 2.1.0 → 2.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdlc-framework",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Structured Development Lifecycle - A closed-loop AI-assisted development framework for Claude Code",
5
5
  "bin": {
6
6
  "sdlc-framework": "bin/install.js"
@@ -139,7 +139,7 @@ If .sdlc/LAWS.md exists, read it and append any project-specific law customizati
139
139
 
140
140
  <success_criteria>
141
141
  - [ ] Core loop diagram displayed
142
- - [ ] All 13 commands listed with one-line descriptions
142
+ - [ ] All 14 commands listed with one-line descriptions
143
143
  - [ ] Commands grouped by purpose (core loop, shortcuts, session, planning)
144
144
  - [ ] Quick start guide shown (3 steps)
145
145
  - [ ] Small tasks shortcut mentioned (/sdlc:fast)