bip-skills 1.4.13 → 1.4.14

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
@@ -20,8 +20,6 @@ After a global install, you can run:
20
20
 
21
21
  ```bash
22
22
  bip-skills --help
23
- skills --help
24
- add-skill --help
25
23
  ```
26
24
 
27
25
  ## Install a Skill
package/dist/cli.mjs CHANGED
@@ -2240,7 +2240,7 @@ function createEmptyLocalLock() {
2240
2240
  skills: {}
2241
2241
  };
2242
2242
  }
2243
- var version$1 = "1.4.13";
2243
+ var version$1 = "1.4.14";
2244
2244
  const isCancelled$1 = (value) => typeof value === "symbol";
2245
2245
  async function isSourcePrivate(source) {
2246
2246
  const ownerRepo = parseOwnerRepo(source);
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "bip-skills",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {
7
- "bip-skills": "bin/cli.mjs",
8
- "skills": "bin/cli.mjs",
9
- "add-skill": "bin/cli.mjs"
7
+ "bip-skills": "bin/cli.mjs"
10
8
  },
11
9
  "files": [
12
10
  "dist",