@xynogen/pix-ask 0.1.3 → 0.1.5

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,16 @@ Registers the `ask_user` tool in Pi. When the agent needs to resolve ambiguous r
12
12
  pi install npm:@xynogen/pix-ask
13
13
  ```
14
14
 
15
+ > Also included in [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core):
16
+ >
17
+ > ```bash
18
+ > pi install npm:@xynogen/pix-core
19
+ > ```
20
+
15
21
  ## Full distro
16
22
 
23
+ Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
24
+
17
25
  To install the complete pix suite (all packages + Pi itself):
18
26
 
19
27
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-ask",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Pi tool — structured questionnaire UI (ask_user)",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",