pi-subagent-in-memory 0.1.3 → 0.1.4
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.
- package/README.md +2 -28
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,40 +77,14 @@ Type `/in-memory-clear-widgets` in the pi prompt to clear all subagent card widg
|
|
|
77
77
|
|
|
78
78
|
## Install
|
|
79
79
|
|
|
80
|
-
### From local path (recommended for development)
|
|
81
|
-
|
|
82
|
-
```bash
|
|
83
|
-
pi install /path/to/pi-subagent-in-memory
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
### From a git repository
|
|
87
|
-
|
|
88
|
-
```bash
|
|
89
|
-
pi install git:github.com/your-org/pi-subagent-in-memory
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
### Project-local install (shared with team via `.pi/settings.json`)
|
|
93
|
-
|
|
94
80
|
```bash
|
|
95
|
-
pi install
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
### One-time use without installing
|
|
99
|
-
|
|
100
|
-
```bash
|
|
101
|
-
pi -e /path/to/pi-subagent-in-memory/extensions/index.ts
|
|
81
|
+
pi install npm:pi-subagent-in-memory
|
|
102
82
|
```
|
|
103
83
|
|
|
104
84
|
## Remove
|
|
105
85
|
|
|
106
86
|
```bash
|
|
107
|
-
pi remove pi-subagent-in-memory
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
For project-local installs:
|
|
111
|
-
|
|
112
|
-
```bash
|
|
113
|
-
pi remove -l pi-subagent-in-memory
|
|
87
|
+
pi remove npm:pi-subagent-in-memory
|
|
114
88
|
```
|
|
115
89
|
|
|
116
90
|
## Verify Installation
|
package/package.json
CHANGED