@henryqw/pi-herdr-done 0.5.3 → 0.5.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@henryqw/pi-herdr-done`
|
|
2
2
|
|
|
3
|
-
Pi extension that closes and removes the current Herdr-managed linked worktree. Requires Pi Coding Agent 0.84.
|
|
3
|
+
Pi extension that closes and removes the current Herdr-managed linked worktree. Requires Pi Coding Agent 0.84.4+ running inside Herdr.
|
|
4
4
|
|
|
5
5
|
## Why
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henryqw/pi-herdr-done",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Close and remove the current Herdr worktree from Pi.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pack:check": "npm pack --dry-run"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@earendil-works/pi-coding-agent": "^0.84.
|
|
27
|
+
"@earendil-works/pi-coding-agent": "^0.84.4"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@henryqw/pi-herdr": "^0.3.0"
|