@hivelore/cli 0.43.2 → 0.44.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.
@@ -32,8 +32,9 @@ import {
32
32
  runAstPattern,
33
33
  runAstSensorOnContent,
34
34
  runHaiveMcpStdio,
35
- scaffoldTest
36
- } from "./chunk-FXDGOBPT.js";
35
+ scaffoldTest,
36
+ writeMcpRuntimeMarker
37
+ } from "./chunk-6KRXMDLC.js";
37
38
  export {
38
39
  ENFORCEMENT_PROFILE_TOOLS,
39
40
  EXPERIMENTAL_PROFILE_TOOLS,
@@ -67,6 +68,7 @@ export {
67
68
  runAstPattern,
68
69
  runAstSensorOnContent,
69
70
  runHaiveMcpStdio,
70
- scaffoldTest
71
+ scaffoldTest,
72
+ writeMcpRuntimeMarker
71
73
  };
72
- //# sourceMappingURL=server-WW6JHBYY.js.map
74
+ //# sourceMappingURL=server-MCNCAFJN.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivelore/cli",
3
- "version": "0.43.2",
3
+ "version": "0.44.0",
4
4
  "description": "Hivelore CLI - the deterministic policy gate for agent-written code (rules live as repo-native team memory)",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -27,6 +27,9 @@
27
27
  "ci"
28
28
  ],
29
29
  "type": "module",
30
+ "engines": {
31
+ "node": ">=20"
32
+ },
30
33
  "bin": {
31
34
  "hivelore": "./dist/index.js",
32
35
  "haive": "./dist/index.js"
@@ -42,12 +45,20 @@
42
45
  "picocolors": "^1.1.1",
43
46
  "react": "^19.2.5",
44
47
  "zod": "^3.23.8",
45
- "@hivelore/core": "0.43.2",
46
- "@hivelore/embeddings": "0.43.2",
47
- "@hivelore/mcp": "0.43.2"
48
+ "@hivelore/core": "0.44.0",
49
+ "@hivelore/mcp": "0.44.0"
48
50
  },
49
51
  "devDependencies": {
50
- "@types/react": "^19.2.14"
52
+ "@types/react": "^19.2.14",
53
+ "@hivelore/embeddings": "0.44.0"
54
+ },
55
+ "peerDependencies": {
56
+ "@hivelore/embeddings": "*"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "@hivelore/embeddings": {
60
+ "optional": true
61
+ }
51
62
  },
52
63
  "optionalDependencies": {
53
64
  "@ast-grep/napi": "^0.44.1",