@hivelore/cli 0.37.0 → 0.39.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,8 @@ import {
10
10
  codeMapTool,
11
11
  codeSearch,
12
12
  createHaiveServer,
13
+ detectTestFrameworkForPaths,
14
+ detectTestFrameworksForAnchors,
13
15
  getAllowedToolsForProfile,
14
16
  getBriefing,
15
17
  getRecap,
@@ -25,8 +27,9 @@ import {
25
27
  printHaiveMcpVersion,
26
28
  proposeSensor,
27
29
  readPresumedCorrectTargets,
28
- runHaiveMcpStdio
29
- } from "./chunk-VLRQ4MRO.js";
30
+ runHaiveMcpStdio,
31
+ scaffoldTest
32
+ } from "./chunk-I4VELI5K.js";
30
33
  export {
31
34
  ENFORCEMENT_PROFILE_TOOLS,
32
35
  EXPERIMENTAL_PROFILE_TOOLS,
@@ -38,6 +41,8 @@ export {
38
41
  codeMapTool,
39
42
  codeSearch,
40
43
  createHaiveServer,
44
+ detectTestFrameworkForPaths,
45
+ detectTestFrameworksForAnchors,
41
46
  getAllowedToolsForProfile,
42
47
  getBriefing,
43
48
  getRecap,
@@ -53,6 +58,7 @@ export {
53
58
  printHaiveMcpVersion,
54
59
  proposeSensor,
55
60
  readPresumedCorrectTargets,
56
- runHaiveMcpStdio
61
+ runHaiveMcpStdio,
62
+ scaffoldTest
57
63
  };
58
- //# sourceMappingURL=server-J6TDFG2C.js.map
64
+ //# sourceMappingURL=server-47VOVJJT.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.39.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/embeddings": "0.39.0",
46
+ "@hivelore/core": "0.39.0",
47
+ "@hivelore/mcp": "0.39.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^19.2.14"