@henryqw/pi-ask-question 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/README.md +0 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,22 +31,3 @@ pi install npm:@henryqw/pi-ask-question
31
31
  ```
32
32
 
33
33
  Supply one to three options in preference order. UI marks the first `(Recommended)` and adds `Something else.` for a custom answer. Number keys select options. Empty questions, blank or duplicate labels, empty lists, more than three options, and non-interactive sessions return an error. Aborting the tool closes the pending question.
34
-
35
- ## Remove
36
-
37
- ```bash
38
- pi remove npm:@henryqw/pi-ask-question
39
- ```
40
-
41
- ## Development
42
-
43
- ```bash
44
- npm run typecheck --workspace @henryqw/pi-ask-question
45
- npm run pack:check --workspace @henryqw/pi-ask-question
46
- ```
47
-
48
- Manual TUI check outside CI:
49
-
50
- ```bash
51
- npm run test:manual --workspace @henryqw/pi-ask-question
52
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-ask-question",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Ask Pi users one interactive question with choices or a custom answer.",
5
5
  "keywords": [
6
6
  "pi-package",