@skilly-hand/skilly-hand 0.23.1 → 0.23.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/CHANGELOG.md CHANGED
@@ -16,6 +16,21 @@ All notable changes to this project are documented in this file.
16
16
  ### Removed
17
17
  - _None._
18
18
 
19
+ ## [0.23.2] - 2026-04-13
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.23.2)
21
+
22
+ ### Added
23
+ - Added regression coverage in interactive CLI tests to assert the explicit next-action prompt copy shown after install confirmation.
24
+
25
+ ### Changed
26
+ - Updated the interactive install decision prompt text to make `apply` and `menu` actions explicit for guided launcher users.
27
+
28
+ ### Fixed
29
+ - _None._
30
+
31
+ ### Removed
32
+ - _None._
33
+
19
34
  ## [0.23.1] - 2026-04-13
20
35
  [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.23.1)
21
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/catalog",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/cli",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "bin": {
@@ -161,7 +161,7 @@ export function createInquirerInteractiveUi({
161
161
  {
162
162
  type: "list",
163
163
  name: "installDecision",
164
- message: "Next action",
164
+ message: "Next action (type 'apply' to install, or 'menu' to go back)",
165
165
  choices: [
166
166
  { name: "Apply installation", value: "apply" },
167
167
  { name: "Back to command menu", value: "menu" }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/core",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/detectors",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }