@sentropic/h2a 0.97.5 → 0.97.6

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "h2a",
3
3
  "description": "H2A coordination with one MCP endpoint (including Track read tools) and the H2A, Track, and Harness operating skills.",
4
- "version": "0.97.5",
4
+ "version": "0.97.6",
5
5
  "author": {
6
6
  "name": "Fabien Antoine"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h2a",
3
- "version": "0.97.5",
3
+ "version": "0.97.6",
4
4
  "description": "Coordinate Claude, Codex and other CLI agents through the local h2a bus, objective loops and track system of record.",
5
5
  "author": {
6
6
  "name": "Fabien Antoine"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentropic/h2a",
3
- "version": "0.97.5",
3
+ "version": "0.97.6",
4
4
  "description": "h2a — the unified CLI + core for human-to-agent coordination.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -55,10 +55,10 @@
55
55
  "@sentropic/cluster-mesh": "0.9.0",
56
56
  "@sentropic/contracts": "^0.3.0",
57
57
  "@sentropic/events": "^0.2.0",
58
- "@sentropic/track": "^0.97.5",
58
+ "@sentropic/track": "^0.97.6",
59
59
  "hono": "^4.13.7"
60
60
  },
61
61
  "peerDependencies": {
62
- "@sentropic/h2a-runtime": "^0.97.5"
62
+ "@sentropic/h2a-runtime": "^0.97.6"
63
63
  }
64
64
  }