@promptscript/cli 1.0.0-alpha.1 → 1.0.0-alpha.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@promptscript/cli",
3
- "version": "1.0.0-alpha.1",
4
- "description": "CLI for PromptScript - The Infrastructure-as-Code for AI Context",
3
+ "version": "1.0.0-alpha.2",
4
+ "description": "CLI for PromptScript - standardize AI instructions across GitHub Copilot, Claude, Cursor and other AI tools",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/mrwogu/promptscript.git",
@@ -22,18 +22,29 @@
22
22
  "chokidar": "^5.0.0",
23
23
  "commander": "^14.0.2",
24
24
  "ora": "^9.0.0",
25
+ "simple-git": "^3.22.0",
25
26
  "yaml": "^2.8.2"
26
27
  },
27
28
  "engines": {
28
29
  "node": ">=18"
29
30
  },
30
31
  "keywords": [
31
- "promptscript",
32
- "ai",
33
32
  "cli",
34
- "copilot",
33
+ "enterprise",
34
+ "typescript",
35
+ "devtools",
36
+ "infrastructure-as-code",
37
+ "cursor",
38
+ "developer-experience",
39
+ "governance",
35
40
  "claude",
36
- "cursor"
41
+ "ai-tools",
42
+ "github-copilot",
43
+ "llm",
44
+ "prompt-engineering",
45
+ "promptscript",
46
+ "antigravity",
47
+ "promptops"
37
48
  ],
38
49
  "license": "MIT"
39
50
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@promptscript/cli",
3
3
  "version": "0.0.1",
4
- "description": "CLI for PromptScript - The Infrastructure-as-Code for AI Context",
4
+ "description": "CLI for PromptScript - standardize AI instructions across GitHub Copilot, Claude, Cursor and other AI tools",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/mrwogu/promptscript.git",
@@ -22,11 +22,29 @@
22
22
  "chokidar": "^5.0.0",
23
23
  "commander": "^14.0.2",
24
24
  "ora": "^9.0.0",
25
+ "simple-git": "^3.22.0",
25
26
  "yaml": "^2.8.2"
26
27
  },
27
28
  "engines": {
28
29
  "node": ">=18"
29
30
  },
30
- "keywords": ["promptscript", "ai", "cli", "copilot", "claude", "cursor"],
31
+ "keywords": [
32
+ "cli",
33
+ "enterprise",
34
+ "typescript",
35
+ "devtools",
36
+ "infrastructure-as-code",
37
+ "cursor",
38
+ "developer-experience",
39
+ "governance",
40
+ "claude",
41
+ "ai-tools",
42
+ "github-copilot",
43
+ "llm",
44
+ "prompt-engineering",
45
+ "promptscript",
46
+ "antigravity",
47
+ "promptops"
48
+ ],
31
49
  "license": "MIT"
32
50
  }