@hmharness/agent 0.6.3 → 0.6.4

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmharness/agent",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "hmharness agent execution layer: base tools, system prompt, sub-agent spawn, and the shared task runner that frontends (cli, web) drive.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,10 +15,10 @@
15
15
  "build": "tsc -p tsconfig.build.json"
16
16
  },
17
17
  "dependencies": {
18
- "@hmharness/kernel": "0.6.3",
19
- "@hmharness/evolution": "0.6.3",
20
- "@hmharness/domain-harmony": "0.6.3",
21
- "@hmharness/domain-ops": "0.6.3"
18
+ "@hmharness/kernel": "0.6.4",
19
+ "@hmharness/evolution": "0.6.4",
20
+ "@hmharness/domain-harmony": "0.6.4",
21
+ "@hmharness/domain-ops": "0.6.4"
22
22
  },
23
23
  "files": [
24
24
  "dist"