@gobing-ai/superskill 0.1.4 → 0.1.5

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,6 +15,9 @@ Coding agents (Claude Code, Codex, Pi, OpenCode, Antigravity, Hermes, omp) each
15
15
 
16
16
  ```bash
17
17
  npm i -g @gobing-ai/superskill
18
+
19
+ # or go with bun
20
+ bun add -g @gobing-ai/superskill
18
21
  ```
19
22
 
20
23
  From source (contributors):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobing-ai/superskill",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A manager for multi-agent skill, slash command, subagent, hook, MCP and etc.",
5
5
  "keywords": [
6
6
  "cli",
@@ -37,7 +37,6 @@
37
37
  "typecheck": "tsc --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@gobing-ai/superskill-core": "workspace:*",
41
40
  "@gobing-ai/ts-ai-runner": "^0.3.21",
42
41
  "@gobing-ai/ts-db": "^0.3.21",
43
42
  "@gobing-ai/ts-utils": "^0.3.21",
@@ -49,6 +48,7 @@
49
48
  "zod": "^3.25.0"
50
49
  },
51
50
  "devDependencies": {
51
+ "@gobing-ai/superskill-core": "workspace:*",
52
52
  "@types/bun": "1.3.14"
53
53
  },
54
54
  "publishConfig": {