@henryqw/pi-herdr-done 0.5.2 → 0.5.3
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 +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
-
```
|