@speclife/cli 0.6.1 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speclife/cli",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "CLI for SpecLife - for CI/scripts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: /speclife/convert
2
+ name: /speclife-convert
3
3
  id: speclife-convert
4
4
  category: SpecLife
5
5
  description: Switch between branch-only and worktree modes for current change.
@@ -1,3 +1,9 @@
1
+ ---
2
+ name: /speclife-implement
3
+ id: speclife-implement
4
+ category: SpecLife
5
+ description: Convenience proxy to /openspec-apply for implementing changes.
6
+ ---
1
7
  # /speclife implement
2
8
 
3
9
  Convenience proxy to `/openspec-apply`.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: /speclife/land
2
+ name: /speclife-land
3
3
  id: speclife-land
4
4
  category: SpecLife
5
5
  description: Merge an approved PR, clean up, and trigger auto-release if applicable.
@@ -1,3 +1,9 @@
1
+ ---
2
+ name: /speclife-release
3
+ id: speclife-release
4
+ category: SpecLife
5
+ description: Create a release with version bump for manual releases (major versions).
6
+ ---
1
7
  # /speclife release
2
8
 
3
9
  Create a release with version bump. Used for manual releases (typically major versions).
@@ -1,3 +1,9 @@
1
+ ---
2
+ name: /speclife-setup
3
+ id: speclife-setup
4
+ category: SpecLife
5
+ description: Discover project configuration and populate openspec/speclife.md.
6
+ ---
1
7
  # /speclife setup
2
8
 
3
9
  Discover project configuration and populate `openspec/speclife.md`.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: /speclife/ship
2
+ name: /speclife-ship
3
3
  id: speclife-ship
4
4
  category: SpecLife
5
5
  description: Commit changes, push to remote, and create a PR for review.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: /speclife/start
2
+ name: /speclife-start
3
3
  id: speclife-start
4
4
  category: SpecLife
5
5
  description: Create a new branch for a change, optionally in a worktree for parallel work.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: /speclife/sync
2
+ name: /speclife-sync
3
3
  id: speclife-sync
4
4
  category: SpecLife
5
5
  description: Update current branch with latest changes from main.