lean-spec 0.2.22 → 0.2.23

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
@@ -76,7 +76,7 @@ Works with any AI coding assistant via MCP or CLI:
76
76
  }
77
77
  ```
78
78
 
79
- **Compatible with:** VS Code Copilot, Cursor, Windsurf, Claude Code, Gemini CLI, and more.
79
+ **Compatible with:** VS Code Copilot, Claude Code, Gemini CLI, Cursor, Windsurf, Kiro CLI, Kimi CLI, Qodo CLI, Amp, Trae Agent, Qwen Code, Droid, and more.
80
80
 
81
81
  📖 [Full AI integration guide →](https://www.lean-spec.dev/docs/guide/usage/ai-coding-workflow)
82
82
 
@@ -87,7 +87,11 @@ Works with any AI coding assistant via MCP or CLI:
87
87
  Teach your AI assistant the Spec-Driven Development methodology:
88
88
 
89
89
  ```bash
90
- npx skills add codervisor/lean-spec --skill leanspec-sdd
90
+ # Recommended (uses skills.sh)
91
+ lean-spec skill install
92
+
93
+ # Or directly via skills.sh
94
+ npx skills add codervisor/lean-spec -y
91
95
  ```
92
96
 
93
97
  This installs the **leanspec-sdd** skill which teaches AI agents:
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-darwin-arm64",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "LeanSpec CLI binary for macOS ARM64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-darwin-x64",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "LeanSpec CLI binary for macOS x64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-linux-x64",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "LeanSpec CLI binary for Linux x64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-windows-x64",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "LeanSpec CLI binary for Windows x64",
5
5
  "os": [
6
6
  "win32"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean-spec",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "Specification-driven development made simple",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,9 +39,9 @@
39
39
  "node": ">=20"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@leanspec/cli-darwin-x64": "0.2.22",
43
- "@leanspec/cli-darwin-arm64": "0.2.22",
44
- "@leanspec/cli-linux-x64": "0.2.22",
45
- "@leanspec/cli-windows-x64": "0.2.22"
42
+ "@leanspec/cli-darwin-x64": "0.2.23",
43
+ "@leanspec/cli-darwin-arm64": "0.2.23",
44
+ "@leanspec/cli-linux-x64": "0.2.23",
45
+ "@leanspec/cli-windows-x64": "0.2.23"
46
46
  }
47
47
  }