pi-extended-teams 2.1.16 → 2.1.17

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,13 @@ Read agents are the default. Edit agents are opt-in and should own isolated file
10
10
 
11
11
  ## Install and run
12
12
 
13
- Install from GitHub:
13
+ Install from npm:
14
+
15
+ ```bash
16
+ pi install npm:pi-extended-teams
17
+ ```
18
+
19
+ Or install directly from GitHub:
14
20
 
15
21
  ```bash
16
22
  pi install git:github.com/dantetekanem/pi-extended-teams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-extended-teams",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "Control-first, session-connected subagents for Pi with live navigation and intent-tier routing",
5
5
  "repository": {
6
6
  "type": "git",