@shledery/vetto 0.2.2 → 0.2.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
CHANGED
|
@@ -7,12 +7,12 @@ npm install --global @shledery/vetto
|
|
|
7
7
|
vetto doctor
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
The package
|
|
10
|
+
The package includes multi-agent session rescue and repair:
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
vetto rescue --json scan
|
|
14
|
-
vetto rescue diagnose
|
|
15
|
-
vetto rescue snapshot
|
|
13
|
+
vetto rescue --adapter claude --json scan
|
|
14
|
+
vetto rescue --adapter codex diagnose ~/.codex/sessions/.../rollout.jsonl
|
|
15
|
+
vetto rescue snapshot ~/.claude/projects/.../session.jsonl --output ./recovered.jsonl
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
`vetto` ships the native `vetto` executable in the package. It does
|
|
@@ -20,7 +20,7 @@ not run an install script, download code at install time, or require a Rust
|
|
|
20
20
|
toolchain. The small launcher runs on the Node.js installation that provides
|
|
21
21
|
npm.
|
|
22
22
|
|
|
23
|
-
Prebuilt targets in `0.2.
|
|
23
|
+
Prebuilt targets in `0.2.3`:
|
|
24
24
|
|
|
25
25
|
| Platform | Architecture | Native path |
|
|
26
26
|
| --- | --- | --- |
|
|
Binary file
|
package/native/darwin-x64/vetto
CHANGED
|
Binary file
|
package/native/linux-arm64/vetto
CHANGED
|
Binary file
|
package/native/linux-x64/vetto
CHANGED
|
Binary file
|
|
Binary file
|