specdacular 0.7.1 → 0.7.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.
package/README.md CHANGED
@@ -173,6 +173,7 @@ Opens a menu with: Discuss, Research, Plan, Review, Insert phase. Useful when yo
173
173
 
174
174
  | Command | Description |
175
175
  |---------|-------------|
176
+ | `/specd:config` | Configure auto-commit settings for docs and code |
176
177
  | `/specd:status [--all]` | Show feature status dashboard |
177
178
  | `/specd:help` | Show available commands |
178
179
  | `/specd:update` | Update to latest version |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specdacular",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Feature planning system for existing codebases. Map, understand, and plan features in large projects.",
5
5
  "bin": {
6
6
  "specdacular": "bin/install.js"
@@ -17,6 +17,7 @@
17
17
  | Command | Description |
18
18
  |---------|-------------|
19
19
  | `/specd:map-codebase` | Analyze codebase with parallel agents → AI-optimized docs |
20
+ | `/specd:config` | Configure auto-commit settings for docs and code |
20
21
  | `/specd:status [--all]` | Show feature status dashboard |
21
22
  | `/specd:help` | Show this help |
22
23
  | `/specd:update` | Update Specdacular to the latest version |
@@ -81,4 +82,4 @@ Or manually: `npx specdacular@latest`
81
82
 
82
83
  ---
83
84
 
84
- GitHub: https://github.com/vlad-ds/specdacular
85
+ GitHub: https://github.com/victorbalan/specdacular