@henryqw/pi-herdr-clone 0.2.8 → 0.2.9
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
|
@@ -40,17 +40,3 @@ Both commands wait until Pi is idle, then validate the current Herdr pane (`HERD
|
|
|
40
40
|
### Failure semantics
|
|
41
41
|
|
|
42
42
|
If target creation fails outright, no clone session is kept or created. A killed or incomplete creation response is ambiguous because Herdr may have retained partial state; the error reports every identifier returned so far and suggests inspecting `herdr workspace list`. Once agent start is attempted, the target tab, panes, and session file are retained because the launch outcome can be unknown; the error reports any known IDs for recovery. A later focus failure is shown as a warning and does not report the already-started clone as failed.
|
|
43
|
-
|
|
44
|
-
## Remove
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
pi remove npm:@henryqw/pi-herdr-clone
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Development
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
npm test --workspace @henryqw/pi-herdr-clone
|
|
54
|
-
npm run typecheck --workspace @henryqw/pi-herdr-clone
|
|
55
|
-
npm run pack:check --workspace @henryqw/pi-herdr-clone
|
|
56
|
-
```
|