@skillsmith/cli 0.5.1 → 0.5.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/dist/src/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillsmith/cli",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "CLI tools for Skillsmith skill discovery and authentication",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,7 +22,7 @@
22
22
  "cli-table3": "0.6.5",
23
23
  "commander": "12.1.0",
24
24
  "esbuild": "0.27.2",
25
- "open": "10.2.0",
25
+ "open": "11.0.0",
26
26
  "ora": "8.2.0"
27
27
  },
28
28
  "optionalDependencies": {
@@ -42,7 +42,8 @@
42
42
  },
43
43
  "files": [
44
44
  "dist",
45
- "assets"
45
+ "assets",
46
+ "CHANGELOG.md"
46
47
  ],
47
48
  "license": "Elastic-2.0",
48
49
  "repository": {
@@ -55,11 +56,15 @@
55
56
  "url": "https://github.com/smith-horn/skillsmith/issues"
56
57
  },
57
58
  "keywords": [
59
+ "skillsmith",
58
60
  "ai",
59
61
  "skills",
60
62
  "mcp",
61
63
  "llm",
62
- "cli"
64
+ "cli",
65
+ "claude-code",
66
+ "skill-discovery",
67
+ "skill-management"
63
68
  ],
64
69
  "engines": {
65
70
  "node": ">=22.0.0"
@@ -1,3 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
3
- //# sourceMappingURL=vitest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.d.ts","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":";AAMA,wBAQE"}
@@ -1,15 +0,0 @@
1
- // SMI-3502: CLI coverage thresholds intentionally omitted.
2
- // Root config excludes packages/cli/** from aggregate coverage (CLI is integration-tested).
3
- // CLI unit coverage is ~45% — insufficient for thresholds. E2E tests cover CLI behavior.
4
- import { defineConfig } from 'vitest/config';
5
- import { sharedTestConfig, coverageDefaults } from '../../vitest.preset';
6
- export default defineConfig({
7
- test: {
8
- ...sharedTestConfig,
9
- include: ['tests/**/*.test.ts', 'src/**/*.test.ts', 'src/**/*.spec.ts'],
10
- coverage: {
11
- ...coverageDefaults,
12
- },
13
- },
14
- });
15
- //# sourceMappingURL=vitest.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.js","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAC3D,4FAA4F;AAC5F,yFAAyF;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAC5C,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAExE,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE;QACJ,GAAG,gBAAgB;QACnB,OAAO,EAAE,CAAC,oBAAoB,EAAE,kBAAkB,EAAE,kBAAkB,CAAC;QACvE,QAAQ,EAAE;YACR,GAAG,gBAAgB;SACpB;KACF;CACF,CAAC,CAAA"}