@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 also includes copy-only Codex session inspection:
10
+ The package includes multi-agent session rescue and repair:
11
11
 
12
12
  ```bash
13
- vetto rescue --json scan
14
- vetto rescue diagnose SESSION
15
- vetto rescue snapshot SESSION --output ./recovery/session.jsonl
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.0`:
23
+ Prebuilt targets in `0.2.3`:
24
24
 
25
25
  | Platform | Architecture | Native path |
26
26
  | --- | --- | --- |
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shledery/vetto",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Cross-platform vetto sandbox and security layer for AI coding agents",
5
5
  "license": "Apache-2.0",
6
6
  "author": "shledery",