pi-resume 1.2.0 → 1.2.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Commands that use `stat()` + lazy partial reads:
|
|
|
21
21
|
## Install
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
pi install npm:pi-
|
|
24
|
+
pi install npm:pi-resume
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Commands
|
|
@@ -130,7 +130,7 @@ No full file parsing. No `buildSessionInfo()`. No reading message content beyond
|
|
|
130
130
|
## Development
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
|
-
git clone https://github.com/
|
|
133
|
+
git clone https://github.com/axelbaumlisto/pi-fast-resume.git
|
|
134
134
|
cd pi-fast-resume
|
|
135
135
|
npm install
|
|
136
136
|
npm test
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-resume",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Fast session resume for pi coding agent — /r1,/r2 ranked resume, /rn and /rp step navigation, pi --r1/--rn startup flags, /rs paginated picker, /rds subagent session cleanup; skips sessions open in other pi instances, tidies legacy subagent forks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/axelbaumlisto/pi-fast-resume.git"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"extensions",
|