pi-idle 1.0.0 → 1.0.1

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 +1 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,11 +19,7 @@ A [pi](https://github.com/earendil-works/pi-coding-agent) extension that puts a
19
19
  ## Install
20
20
 
21
21
  ```sh
22
- # One-off run
23
- pi -e ./pi-idle.ts
24
-
25
- # Auto-discovery: drop into your extensions directory
26
- cp pi-idle.ts ~/.pi/agent/extensions/pi-idle.ts
22
+ pi install pi-idle
27
23
  ```
28
24
 
29
25
  ## Test
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "pi-idle",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pi extension: shows ✓ in terminal title when idle, spinner (◰◳◲◱) while working, with context-usage percentage beside the checkmark",
5
- "keywords": ["idle", "done", "spinner", "pi-extension"],
5
+ "keywords": ["idle", "done", "spinner", "pi-extension", "pi", "pi-package"],
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "scripts": {