clawdi 0.13.108 → 0.13.110

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
@@ -21,7 +21,7 @@ clawdi setup
21
21
  clawdi doctor
22
22
  ```
23
23
 
24
- Windows and package-manager installations require Node.js ≥ 22.5:
24
+ Windows and package-manager installations require Node.js 24+:
25
25
 
26
26
  ```bash
27
27
  npm i -g clawdi
package/bin/clawdi.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Thin wrapper that forwards to the bundled CLI. On Node 22+ enable the
2
+ // Thin wrapper that forwards to the bundled CLI. On supported Node 24+ enable the
3
3
  // compile cache for faster startup; elsewhere this is a no-op.
4
4
  import module from "node:module";
5
5