hzl-cli 1.11.0 → 1.11.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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ Claude Code has [Tasks](https://x.com/trq212/status/2014480496013803643). If you
|
|
|
6
6
|
|
|
7
7
|
HZL is for when work outlives a single session: days-long projects, switching between Claude Code and Codex, OpenClaw juggling parallel workstreams.
|
|
8
8
|
|
|
9
|
+
📚 **[Full Documentation](https://www.hzl-tasks.com)** — Concepts, scenarios, and tutorials
|
|
10
|
+
|
|
9
11
|
**Coding agents (Claude Code, Codex, Gemini)**
|
|
10
12
|
|
|
11
13
|
You're working across several projects over days or weeks. You switch between agents. Each has its own task tracking (or none).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
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.11.
|
|
41
|
+
"hzl-core": "^1.11.2",
|
|
42
42
|
"hzl-web": "^1.7.6",
|
|
43
43
|
"zod": "^3.23.8"
|
|
44
44
|
},
|