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.
Files changed (2) hide show
  1. package/README.md +2 -28
  2. 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 -l /path/to/pi-subagent-in-memory
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-subagent-in-memory",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "In-process subagent tool for pi with live TUI card widgets, JSONL session logging, and zero system-prompt overhead.",
5
5
  "repository": {
6
6
  "type": "git",