@skillsmith/cli 0.8.3 → 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 +10 -8
- package/dist/.skillsmith-dist-hash +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli.js +626 -146
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
|
|
7
12
|
## v0.8.3
|
|
8
13
|
|
|
9
14
|
- **Chore**: bump the opentelemetry group across 1 directory with 8 updates (#1862)
|
|
@@ -119,6 +124,11 @@ All notable changes to `@skillsmith/cli` are documented here.
|
|
|
119
124
|
## v0.5.7
|
|
120
125
|
|
|
121
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).
|
|
122
132
|
|
|
123
133
|
## v0.5.6
|
|
124
134
|
|
|
@@ -128,14 +138,6 @@ All notable changes to `@skillsmith/cli` are documented here.
|
|
|
128
138
|
|
|
129
139
|
- **Other**: SMI-4190: release cadence docs — ADR-114 + CHANGELOG backfill + CONTRIBUTING (#552)
|
|
130
140
|
|
|
131
|
-
## [Unreleased]
|
|
132
|
-
|
|
133
|
-
- **Fix**: `skillsmith author init` now reports a friendly error and cleans up
|
|
134
|
-
partial output when a file operation fails. When an init is run against a
|
|
135
|
-
pre-existing directory that the user confirms to overwrite, the existing
|
|
136
|
-
directory is preserved on mid-scaffold failure instead of being removed
|
|
137
|
-
(SMI-4289, closes #602).
|
|
138
|
-
|
|
139
141
|
## v0.5.4
|
|
140
142
|
|
|
141
143
|
- **Fix**: Version bump to align with core 0.5.1 and mcp-server 0.4.9 floors (#548).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5f56c82dba321630993c75abcccb8819828fe89d
|