@slope-dev/cli 0.3.1 → 0.3.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/dist/index.js +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -88,7 +88,6 @@ Usage:
88
88
  slope release --id=<id> Release a claim by ID
89
89
  slope release --target=<t> [--player=<p>] Release a claim by target
90
90
  slope status [--sprint=N] Show sprint course status + conflicts
91
- slope tournament --id=<id> [options] Generate tournament review from scorecards
92
91
 
93
92
  Examples:
94
93
  slope init Create .slope/ with config + example scorecard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slope-dev/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "SLOPE CLI — Sprint Lifecycle & Operational Performance Engine",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "typecheck": "tsc --noEmit"
13
13
  },
14
14
  "dependencies": {
15
- "@slope-dev/core": "^0.3.1"
15
+ "@slope-dev/core": "^0.3.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^25.3.0",