@henryqw/pi-herdr-done 0.5.2 → 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.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. 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.x (minimum 0.84.2) running inside Herdr.
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
 
@@ -34,17 +34,3 @@ The parent pull runs only when this session ran in a linked worktree with a non-
34
34
  Tabs in the current Herdr workspace close automatically. When a tab from another workspace still uses the current checkout, `/done` refuses and lists it by name; use `/done --force` to remove the checkout regardless. Command requires Pi running inside Herdr with `HERDR_ENV=1`, `HERDR_WORKSPACE_ID`, and `HERDR_TAB_ID` set.
35
35
 
36
36
  Dirty worktrees make `/done` fail. Commit or discard changes, or use `/done --force` to explicitly delete them.
37
-
38
- ## Remove
39
-
40
- ```bash
41
- pi remove npm:@henryqw/pi-herdr-done
42
- ```
43
-
44
- ## Development
45
-
46
- ```bash
47
- npm test --workspace @henryqw/pi-herdr-done
48
- npm run typecheck --workspace @henryqw/pi-herdr-done
49
- npm run pack:check --workspace @henryqw/pi-herdr-done
50
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-done",
3
- "version": "0.5.2",
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.2"
27
+ "@earendil-works/pi-coding-agent": "^0.84.4"
28
28
  },
29
29
  "dependencies": {
30
30
  "@henryqw/pi-herdr": "^0.3.0"