@hivelore/cli 0.39.1 → 0.42.1

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.
@@ -7,6 +7,8 @@ import {
7
7
  SERVER_VERSION,
8
8
  TOOL_PROFILES,
9
9
  antiPatternsCheck,
10
+ astEngineAvailable,
11
+ astLangForPath,
10
12
  codeMapTool,
11
13
  codeSearch,
12
14
  createHaiveServer,
@@ -27,9 +29,11 @@ import {
27
29
  printHaiveMcpVersion,
28
30
  proposeSensor,
29
31
  readPresumedCorrectTargets,
32
+ runAstPattern,
33
+ runAstSensorOnContent,
30
34
  runHaiveMcpStdio,
31
35
  scaffoldTest
32
- } from "./chunk-YMIQAOFL.js";
36
+ } from "./chunk-EJ7A4IKD.js";
33
37
  export {
34
38
  ENFORCEMENT_PROFILE_TOOLS,
35
39
  EXPERIMENTAL_PROFILE_TOOLS,
@@ -38,6 +42,8 @@ export {
38
42
  SERVER_VERSION,
39
43
  TOOL_PROFILES,
40
44
  antiPatternsCheck,
45
+ astEngineAvailable,
46
+ astLangForPath,
41
47
  codeMapTool,
42
48
  codeSearch,
43
49
  createHaiveServer,
@@ -58,7 +64,9 @@ export {
58
64
  printHaiveMcpVersion,
59
65
  proposeSensor,
60
66
  readPresumedCorrectTargets,
67
+ runAstPattern,
68
+ runAstSensorOnContent,
61
69
  runHaiveMcpStdio,
62
70
  scaffoldTest
63
71
  };
64
- //# sourceMappingURL=server-X6S6KTYJ.js.map
72
+ //# sourceMappingURL=server-PZWIQUU7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivelore/cli",
3
- "version": "0.39.1",
3
+ "version": "0.42.1",
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,13 +42,16 @@
42
42
  "picocolors": "^1.1.1",
43
43
  "react": "^19.2.5",
44
44
  "zod": "^3.23.8",
45
- "@hivelore/core": "0.39.1",
46
- "@hivelore/embeddings": "0.39.1",
47
- "@hivelore/mcp": "0.39.1"
45
+ "@hivelore/core": "0.42.1",
46
+ "@hivelore/embeddings": "0.42.1",
47
+ "@hivelore/mcp": "0.42.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^19.2.14"
51
51
  },
52
+ "optionalDependencies": {
53
+ "@ast-grep/napi": "^0.44.1"
54
+ },
52
55
  "scripts": {
53
56
  "build": "tsup",
54
57
  "test": "vitest run",