pi-friday 0.1.0 → 0.2.0

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,19 +5,19 @@ A [pi](https://github.com/nichochar/pi) package that adds a voice-enabled commun
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pi install git:github.com/dantetekanem/friday
8
+ pi install npm:pi-friday
9
9
  ```
10
10
 
11
- Or for project-local install:
11
+ Or from git:
12
12
 
13
13
  ```bash
14
- pi install -l git:github.com/dantetekanem/friday
14
+ pi install git:github.com/dantetekanem/friday
15
15
  ```
16
16
 
17
17
  To try without installing:
18
18
 
19
19
  ```bash
20
- pi -e git:github.com/dantetekanem/friday
20
+ pi -e npm:pi-friday
21
21
  ```
22
22
 
23
23
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-friday",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Voice-enabled communications side panel for pi — wake word detection, TTS, and typewriter text output via a dedicated tmux pane. Stores user data (wake word models, settings) in ~/.pi/agent/friday/.",
5
5
  "keywords": ["pi-package"],
6
6
  "license": "MIT",