hzl-cli 1.12.0 → 1.12.1
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 +9 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -456,6 +456,15 @@ HZL is a tool available to you for task management in certain cases. I want you
|
|
|
456
456
|
https://raw.githubusercontent.com/tmchow/hzl/main/docs/openclaw/tools-prompt.md
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
+
### Upgrading HZL
|
|
460
|
+
|
|
461
|
+
To keep both the HZL CLI and your OpenClaw skill up to date, copy/paste this prompt into an OpenClaw chat. It creates a script you can reuse:
|
|
462
|
+
|
|
463
|
+
<!-- START [code:txt] docs/snippets/upgrade-hzl-prompt.md -->
|
|
464
|
+
<!-- END [code:txt] docs/snippets/upgrade-hzl-prompt.md -->
|
|
465
|
+
|
|
466
|
+
After running this once, just say "upgrade hzl" to OpenClaw to run the script. Consider adding a cron job to have OpenClaw run the upgrade automatically on a schedule.
|
|
467
|
+
|
|
459
468
|
---
|
|
460
469
|
|
|
461
470
|
## When to use HZL (and when not to)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-cli",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"description": "CLI for HZL - External task ledger for coding agents and OpenClaw.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"libsql": "^0.5.0",
|
|
40
40
|
"commander": "^14.0.0",
|
|
41
|
-
"hzl-core": "^1.12.
|
|
41
|
+
"hzl-core": "^1.12.1",
|
|
42
42
|
"hzl-web": "^1.7.6",
|
|
43
43
|
"zod": "^3.23.8"
|
|
44
44
|
},
|