hzl-core 1.8.2 → 1.9.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# hzl-core
|
|
2
2
|
|
|
3
|
-
Core library for [HZL](https://github.com/tmchow/hzl) -
|
|
3
|
+
Core library for [HZL](https://github.com/tmchow/hzl) - task tracking for coding agents and multi-agent workflows.
|
|
4
4
|
|
|
5
5
|
This package provides the business logic for programmatic use. For the CLI, install [`hzl-cli`](https://www.npmjs.com/package/hzl-cli) instead.
|
|
6
6
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* HZL Core -
|
|
2
|
+
* HZL Core - External task ledger for coding agents and OpenClaw.
|
|
3
3
|
*
|
|
4
4
|
* This module provides the core business logic for the HZL task management system,
|
|
5
5
|
* including event sourcing, projections, and task coordination services.
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* HZL Core -
|
|
2
|
+
* HZL Core - External task ledger for coding agents and OpenClaw.
|
|
3
3
|
*
|
|
4
4
|
* This module provides the core business logic for the HZL task management system,
|
|
5
5
|
* including event sourcing, projections, and task coordination services.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-core",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Core library for HZL -
|
|
3
|
+
"version": "1.9.1",
|
|
4
|
+
"description": "Core library for HZL - External task ledger for coding agents and OpenClaw.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|