@hivelore/cli 0.37.0 → 0.38.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.
@@ -10,6 +10,7 @@ import {
10
10
  codeMapTool,
11
11
  codeSearch,
12
12
  createHaiveServer,
13
+ detectTestFrameworkForPaths,
13
14
  getAllowedToolsForProfile,
14
15
  getBriefing,
15
16
  getRecap,
@@ -25,8 +26,9 @@ import {
25
26
  printHaiveMcpVersion,
26
27
  proposeSensor,
27
28
  readPresumedCorrectTargets,
28
- runHaiveMcpStdio
29
- } from "./chunk-VLRQ4MRO.js";
29
+ runHaiveMcpStdio,
30
+ scaffoldTest
31
+ } from "./chunk-UOMGIXZN.js";
30
32
  export {
31
33
  ENFORCEMENT_PROFILE_TOOLS,
32
34
  EXPERIMENTAL_PROFILE_TOOLS,
@@ -38,6 +40,7 @@ export {
38
40
  codeMapTool,
39
41
  codeSearch,
40
42
  createHaiveServer,
43
+ detectTestFrameworkForPaths,
41
44
  getAllowedToolsForProfile,
42
45
  getBriefing,
43
46
  getRecap,
@@ -53,6 +56,7 @@ export {
53
56
  printHaiveMcpVersion,
54
57
  proposeSensor,
55
58
  readPresumedCorrectTargets,
56
- runHaiveMcpStdio
59
+ runHaiveMcpStdio,
60
+ scaffoldTest
57
61
  };
58
- //# sourceMappingURL=server-J6TDFG2C.js.map
62
+ //# sourceMappingURL=server-HG2K3WOQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivelore/cli",
3
- "version": "0.37.0",
3
+ "version": "0.38.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": {
@@ -42,9 +42,9 @@
42
42
  "picocolors": "^1.1.1",
43
43
  "react": "^19.2.5",
44
44
  "zod": "^3.23.8",
45
- "@hivelore/core": "0.37.0",
46
- "@hivelore/embeddings": "0.37.0",
47
- "@hivelore/mcp": "0.37.0"
45
+ "@hivelore/mcp": "0.38.0",
46
+ "@hivelore/core": "0.38.0",
47
+ "@hivelore/embeddings": "0.38.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^19.2.14"