@hivelore/cli 0.39.1 → 0.39.2
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.
- package/dist/{chunk-YMIQAOFL.js → chunk-XA5FXG6E.js} +3 -3
- package/dist/index.js +7 -7
- package/dist/{server-X6S6KTYJ.js → server-G6N6NJ64.js} +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-YMIQAOFL.js.map → chunk-XA5FXG6E.js.map} +0 -0
- /package/dist/{server-X6S6KTYJ.js.map → server-G6N6NJ64.js.map} +0 -0
|
@@ -2898,7 +2898,7 @@ function oneLine(value) {
|
|
|
2898
2898
|
return value.replace(/\s+/g, " ").replace(/"/g, '\\"').trim().slice(0, 120);
|
|
2899
2899
|
}
|
|
2900
2900
|
function serverVersion() {
|
|
2901
|
-
return true ? "0.39.
|
|
2901
|
+
return true ? "0.39.2" : "dev";
|
|
2902
2902
|
}
|
|
2903
2903
|
var CodeMapInputSchema = {
|
|
2904
2904
|
file: z21.string().optional().describe("Filter to files whose path contains this substring"),
|
|
@@ -4225,7 +4225,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4225
4225
|
};
|
|
4226
4226
|
}
|
|
4227
4227
|
var SERVER_NAME = "hivelore";
|
|
4228
|
-
var SERVER_VERSION = "0.39.
|
|
4228
|
+
var SERVER_VERSION = "0.39.2";
|
|
4229
4229
|
function jsonResult(data) {
|
|
4230
4230
|
return {
|
|
4231
4231
|
content: [
|
|
@@ -5201,4 +5201,4 @@ export {
|
|
|
5201
5201
|
printHaiveMcpVersion,
|
|
5202
5202
|
runHaiveMcpStdio
|
|
5203
5203
|
};
|
|
5204
|
-
//# sourceMappingURL=chunk-
|
|
5204
|
+
//# sourceMappingURL=chunk-XA5FXG6E.js.map
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
preCommitCheck,
|
|
12
12
|
readPresumedCorrectTargets,
|
|
13
13
|
runHaiveMcpStdio
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-XA5FXG6E.js";
|
|
15
15
|
import {
|
|
16
16
|
registerMemoryPending
|
|
17
17
|
} from "./chunk-OYJKHD22.js";
|
|
@@ -3756,7 +3756,7 @@ ${SEED_FOOTER(stack)}` });
|
|
|
3756
3756
|
|
|
3757
3757
|
// src/commands/init.ts
|
|
3758
3758
|
var execFileAsync = promisify2(execFile2);
|
|
3759
|
-
var HAIVE_GITHUB_ACTION_REF = `v${"0.39.
|
|
3759
|
+
var HAIVE_GITHUB_ACTION_REF = `v${"0.39.2"}`;
|
|
3760
3760
|
var PROJECT_CONTEXT_TEMPLATE = `# Project context
|
|
3761
3761
|
|
|
3762
3762
|
> Generated by \`hivelore init\`. Run \`hivelore init --bootstrap\` to auto-fill from your codebase,
|
|
@@ -9053,7 +9053,7 @@ function registerDoctor(program2) {
|
|
|
9053
9053
|
fix: "Edit .ai/haive.config.json: set autoSessionEnd: true (or re-run `hivelore init` without --manual)."
|
|
9054
9054
|
});
|
|
9055
9055
|
}
|
|
9056
|
-
findings.push(...await collectInstallFindings(root, "0.39.
|
|
9056
|
+
findings.push(...await collectInstallFindings(root, "0.39.2"));
|
|
9057
9057
|
findings.push(...await collectToolchainFindings(root));
|
|
9058
9058
|
try {
|
|
9059
9059
|
const legacyRaw = execSync("haive-mcp --version", {
|
|
@@ -9061,7 +9061,7 @@ function registerDoctor(program2) {
|
|
|
9061
9061
|
timeout: 3e3,
|
|
9062
9062
|
stdio: ["ignore", "pipe", "ignore"]
|
|
9063
9063
|
}).trim();
|
|
9064
|
-
const cliVersion = "0.39.
|
|
9064
|
+
const cliVersion = "0.39.2";
|
|
9065
9065
|
if (legacyRaw && legacyRaw !== cliVersion) {
|
|
9066
9066
|
findings.push({
|
|
9067
9067
|
severity: "warn",
|
|
@@ -10785,7 +10785,7 @@ async function buildEnforcementReport(dir, stage, sessionId) {
|
|
|
10785
10785
|
findings: [{ severity: "info", code: "enforcement-off", message: "Hivelore enforcement is disabled." }]
|
|
10786
10786
|
});
|
|
10787
10787
|
}
|
|
10788
|
-
findings.push(...await inspectIntegrationVersions(root, "0.39.
|
|
10788
|
+
findings.push(...await inspectIntegrationVersions(root, "0.39.2"));
|
|
10789
10789
|
if (config.enforcement?.requireBriefingFirst !== false && stage !== "ci") {
|
|
10790
10790
|
const hasBriefing = await hasRecentBriefingMarker(paths, sessionId);
|
|
10791
10791
|
findings.push(hasBriefing ? { severity: "ok", code: "briefing-loaded", message: "A recent Hivelore briefing marker exists." } : {
|
|
@@ -12549,7 +12549,7 @@ function registerSensors(program2) {
|
|
|
12549
12549
|
return;
|
|
12550
12550
|
}
|
|
12551
12551
|
const root2 = findProjectRoot39(opts.dir);
|
|
12552
|
-
const { proposeSensor } = await import("./server-
|
|
12552
|
+
const { proposeSensor } = await import("./server-G6N6NJ64.js");
|
|
12553
12553
|
const out = await proposeSensor(
|
|
12554
12554
|
{
|
|
12555
12555
|
memory_id: id,
|
|
@@ -13460,7 +13460,7 @@ function registerBridges(program2) {
|
|
|
13460
13460
|
|
|
13461
13461
|
// src/index.ts
|
|
13462
13462
|
var program = new Command48();
|
|
13463
|
-
program.name("hivelore").description("Hivelore - the deterministic policy gate for agent-written code (rules live as repo-native team memory)").version("0.39.
|
|
13463
|
+
program.name("hivelore").description("Hivelore - the deterministic policy gate for agent-written code (rules live as repo-native team memory)").version("0.39.2").option("--advanced", "show maintenance and experimental commands in help").showSuggestionAfterError(true);
|
|
13464
13464
|
registerInit(program);
|
|
13465
13465
|
registerResolveProject(program);
|
|
13466
13466
|
registerEnforce(program);
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
readPresumedCorrectTargets,
|
|
30
30
|
runHaiveMcpStdio,
|
|
31
31
|
scaffoldTest
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-XA5FXG6E.js";
|
|
33
33
|
export {
|
|
34
34
|
ENFORCEMENT_PROFILE_TOOLS,
|
|
35
35
|
EXPERIMENTAL_PROFILE_TOOLS,
|
|
@@ -61,4 +61,4 @@ export {
|
|
|
61
61
|
runHaiveMcpStdio,
|
|
62
62
|
scaffoldTest
|
|
63
63
|
};
|
|
64
|
-
//# sourceMappingURL=server-
|
|
64
|
+
//# sourceMappingURL=server-G6N6NJ64.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hivelore/cli",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.2",
|
|
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.39.
|
|
46
|
-
"@hivelore/
|
|
47
|
-
"@hivelore/
|
|
45
|
+
"@hivelore/core": "0.39.2",
|
|
46
|
+
"@hivelore/mcp": "0.39.2",
|
|
47
|
+
"@hivelore/embeddings": "0.39.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/react": "^19.2.14"
|
|
File without changes
|
|
File without changes
|