hzl-core 1.0.0 → 1.1.0

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * HZL Core - Task coordination for AI agent swarms
2
+ * HZL Core - Lightweight task tracking for AI agents and swarms
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 - Task coordination for AI agent swarms
2
+ * HZL Core - Lightweight task tracking for AI agents and swarms
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,6 +1,7 @@
1
1
  {
2
2
  "name": "hzl-core",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
+ "description": "Core library for HZL - Lightweight task tracking for AI agents and swarms",
4
5
  "type": "module",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",