hillclimb 0.8.1 → 0.8.2
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 +4 -0
- package/dist/cli.js +10 -17479
- package/dist/main.js +17486 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,6 +27,10 @@ Daily logs are written to:
|
|
|
27
27
|
If a hook reports `npx: command not found`, install Node/npm or make sure `npx`
|
|
28
28
|
is available to the agent hook shell.
|
|
29
29
|
|
|
30
|
+
Hillclimb requires Node.js 18 or newer. On older Node the CLI exits with a
|
|
31
|
+
message saying so — upgrade via your version manager (e.g. `nvm install 22`)
|
|
32
|
+
or from [nodejs.org](https://nodejs.org).
|
|
33
|
+
|
|
30
34
|
## License
|
|
31
35
|
|
|
32
36
|
MIT - see [LICENSE](LICENSE).
|