@skillsmith/cli 0.8.2 → 0.8.4
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/CHANGELOG.md +18 -8
- package/README.md +5 -6
- package/dist/.skillsmith-dist-hash +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli.js +1704 -903
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ All notable changes to `@skillsmith/cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## v0.8.4
|
|
8
|
+
|
|
9
|
+
- **Cadence**: Mechanical cadence alignment (no changes since v0.8.3).
|
|
10
|
+
- **Fix**: `sklx logs --tail` now watches the doc-retrieval reindex CLI's structured log surface — added `'doc-retrieval'` to `commands/logs.ts`'s `TAIL_SURFACES` array (SMI-5793)
|
|
11
|
+
|
|
12
|
+
## v0.8.3
|
|
13
|
+
|
|
14
|
+
- **Chore**: bump the opentelemetry group across 1 directory with 8 updates (#1862)
|
|
15
|
+
- **Fix**: `utils/license-validation.ts`'s `tryLoadEnterpriseValidator()` now dynamically imports the enterprise package under its real name, `@smith-horn/enterprise` — previously imported `@skillsmith/enterprise`, a name that has never existed, so license validation silently failed for every Enterprise-tier install regardless of correct setup (SMI-5738)
|
|
16
|
+
- **Fix**: `getSkillsFromDirectory()` now discovers an individually symlinked skill directory (`ln -s ~/.claude/skills/foo ~/.cursor/skills/foo`) — previously `entry.isDirectory()` alone silently skipped it, since `readdir(..., { withFileTypes: true })` reports a symlinked directory as a symlink, not a directory. `getInstalledSkillsPerHarness()` also no longer collapses a symlinked skill alias across harnesses into a single row — realpath is now used only to memoize the expensive `readSkillMd()` parse and to collapse multiple aliases WITHIN one harness's own directory, while a row is still returned for every harness that observes the skill, matching the function's own "two distinct rows" docstring contract (SMI-5717) (GH #1912)
|
|
17
|
+
- **Change**: `compliance_reports`' displayed tier requirement expanded from Enterprise-only to Team + Enterprise (SMI-3140)
|
|
18
|
+
- **Feature**: per-client MCP config snippet for Grok Build (`~/.grok/config.toml`) added to `CLIENT_SNIPPETS`/`SNIPPET_DISPLAY_ORDER` in `templates/mcp-server.template.snippets.ts`, matching the new `grok` harness added to `@skillsmith/core`'s inventory scanner (SMI-5697)
|
|
19
|
+
|
|
7
20
|
## v0.8.2
|
|
8
21
|
|
|
9
22
|
- **Cadence**: Mechanical cadence alignment (no changes since v0.8.1).
|
|
@@ -111,6 +124,11 @@ All notable changes to `@skillsmith/cli` are documented here.
|
|
|
111
124
|
## v0.5.7
|
|
112
125
|
|
|
113
126
|
- **Refactor**: initSkill throws InitSkillError instead of process.exit (SMI-4314) (#642)
|
|
127
|
+
- **Fix**: `skillsmith author init` now reports a friendly error and cleans up
|
|
128
|
+
partial output when a file operation fails. When an init is run against a
|
|
129
|
+
pre-existing directory that the user confirms to overwrite, the existing
|
|
130
|
+
directory is preserved on mid-scaffold failure instead of being removed
|
|
131
|
+
(SMI-4289, closes #602).
|
|
114
132
|
|
|
115
133
|
## v0.5.6
|
|
116
134
|
|
|
@@ -120,14 +138,6 @@ All notable changes to `@skillsmith/cli` are documented here.
|
|
|
120
138
|
|
|
121
139
|
- **Other**: SMI-4190: release cadence docs — ADR-114 + CHANGELOG backfill + CONTRIBUTING (#552)
|
|
122
140
|
|
|
123
|
-
## [Unreleased]
|
|
124
|
-
|
|
125
|
-
- **Fix**: `skillsmith author init` now reports a friendly error and cleans up
|
|
126
|
-
partial output when a file operation fails. When an init is run against a
|
|
127
|
-
pre-existing directory that the user confirms to overwrite, the existing
|
|
128
|
-
directory is preserved on mid-scaffold failure instead of being removed
|
|
129
|
-
(SMI-4289, closes #602).
|
|
130
|
-
|
|
131
141
|
## v0.5.4
|
|
132
142
|
|
|
133
143
|
- **Fix**: Version bump to align with core 0.5.1 and mcp-server 0.4.9 floors (#548).
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Command-line interface for Skillsmith - discover, manage, and author agent skill
|
|
|
6
6
|
|
|
7
7
|
## Contents
|
|
8
8
|
|
|
9
|
-
- [What's New](#whats-new-in-
|
|
9
|
+
- [What's New](#whats-new-in-v082)
|
|
10
10
|
- [Installation](#installation)
|
|
11
11
|
- [Commands](#commands)
|
|
12
12
|
- [inventory](#inventory)
|
|
@@ -14,12 +14,11 @@ Command-line interface for Skillsmith - discover, manage, and author agent skill
|
|
|
14
14
|
- [Examples](#examples)
|
|
15
15
|
- [Privacy & Data Handling](#privacy--data-handling)
|
|
16
16
|
|
|
17
|
-
## What's New in v0.8.
|
|
17
|
+
## What's New in v0.8.2
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- **Remote-default search + provenance**: `search` now defaults to the remote registry with safety filters, and install provenance is reported as Local / source-identified / Pending.
|
|
19
|
+
- **Corrected tier quota display**: Community/Individual/Team quota labels shown by the CLI are reduced 10x (100/mo, 1,000/mo, 10,000/mo respectively) to match actual enforcement — display-only; enforcement lives in `@skillsmith/mcp-server`.
|
|
20
|
+
|
|
21
|
+
> v0.8.2 is a scheduled cadence release with no functional changes beyond v0.8.1.
|
|
23
22
|
|
|
24
23
|
See [CHANGELOG.md](./CHANGELOG.md) for previous releases.
|
|
25
24
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5f56c82dba321630993c75abcccb8819828fe89d
|