clawdi 0.3.1 → 0.3.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 +1 -2
- package/dist/index.js +81 -81
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,9 +19,8 @@ clawdi doctor # verify everything's wired up
|
|
|
19
19
|
|
|
20
20
|
## Requirements
|
|
21
21
|
|
|
22
|
-
- **Node ≥
|
|
22
|
+
- **Node ≥ 22.5** (uses the built-in `node:sqlite` module for the Hermes adapter)
|
|
23
23
|
- At least one supported agent installed on the machine (detected automatically)
|
|
24
|
-
- Bun is only required if you ingest Hermes sessions (`clawdi push --agent hermes`) — `bun:sqlite` is loaded on demand.
|
|
25
24
|
|
|
26
25
|
## Commands
|
|
27
26
|
|