hzl-cli 1.25.2 → 1.25.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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -446,7 +446,7 @@ Copy/paste this into an OpenClaw chat (single prompt):
|
|
|
446
446
|
<!-- START [code:txt] snippets/OPENCLAW-SETUP-PROMPT.md -->
|
|
447
447
|
<!-- ⚠️ DO NOT EDIT - Auto-generated from snippets/OPENCLAW-SETUP-PROMPT.md -->
|
|
448
448
|
````txt
|
|
449
|
-
Install HZL from https://github.com/tmchow/hzl and run hzl init. Install the HZL skill from https://www.clawhub.ai/tmchow/hzl. Then append the HZL policy from https://raw.githubusercontent.com/tmchow/hzl/main/
|
|
449
|
+
Install HZL from https://github.com/tmchow/hzl and run hzl init. Install the HZL skill from https://www.clawhub.ai/tmchow/hzl. Then append the HZL policy from https://raw.githubusercontent.com/tmchow/hzl/main/openclaw/OPENCLAW-TOOLS-PROMPT.md to my TOOLS.md.
|
|
450
450
|
````
|
|
451
451
|
<!-- END [code:txt] snippets/OPENCLAW-SETUP-PROMPT.md -->
|
|
452
452
|
|
|
@@ -460,15 +460,15 @@ hzl init
|
|
|
460
460
|
```
|
|
461
461
|
|
|
462
462
|
2) Install the HZL skill from https://www.clawhub.ai/tmchow/hzl
|
|
463
|
-
Skill source (for reference only): **[`
|
|
463
|
+
Skill source (for reference only): **[`openclaw/skills/hzl/SKILL.md`](./openclaw/skills/hzl/SKILL.md)**
|
|
464
464
|
|
|
465
465
|
3) Teach OpenClaw when to use HZL (important):
|
|
466
|
-
- Copy/paste from: **[`
|
|
466
|
+
- Copy/paste from: **[`openclaw/OPENCLAW-TOOLS-PROMPT.md`](./openclaw/OPENCLAW-TOOLS-PROMPT.md)**
|
|
467
467
|
- Or tell OpenClaw to add this policy to `TOOLS.md`:
|
|
468
468
|
|
|
469
469
|
```
|
|
470
470
|
HZL is a tool available to you for task management in certain cases. I want you to add this information to your TOOLS.md in the right way so you remember how to use it:
|
|
471
|
-
https://raw.githubusercontent.com/tmchow/hzl/main/
|
|
471
|
+
https://raw.githubusercontent.com/tmchow/hzl/main/openclaw/OPENCLAW-TOOLS-PROMPT.md
|
|
472
472
|
```
|
|
473
473
|
|
|
474
474
|
### Upgrading HZL
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-cli",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.3",
|
|
4
4
|
"description": "CLI for HZL - External task ledger for coding agents and OpenClaw.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"libsql": "^0.5.0",
|
|
61
61
|
"commander": "^14.0.0",
|
|
62
62
|
"zod": "^3.23.8",
|
|
63
|
-
"hzl-core": "1.25.
|
|
64
|
-
"hzl-web": "1.25.
|
|
63
|
+
"hzl-core": "1.25.3",
|
|
64
|
+
"hzl-web": "1.25.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/better-sqlite3": "^7.6.13",
|