ctxloom-pro 1.0.23 → 1.0.24
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.
|
@@ -8578,8 +8578,8 @@ async function startTrial(email, opts = {}) {
|
|
|
8578
8578
|
// packages/core/src/license/telemetry.ts
|
|
8579
8579
|
var TELEMETRY_DISABLED = process.env["CTXLOOM_NO_TELEMETRY"] === "1" || process.env["DO_NOT_TRACK"] === "1";
|
|
8580
8580
|
var POSTHOG_HOST = "https://eu.i.posthog.com";
|
|
8581
|
-
var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "" : "");
|
|
8582
|
-
var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "" : "");
|
|
8581
|
+
var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "phc_CiDkmFLcZ2K6uCpcoSUQLmFrnnUvsyXGhSxopX5TVKE6" : "");
|
|
8582
|
+
var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528" : "");
|
|
8583
8583
|
function track(event, distinctId, props = {}) {
|
|
8584
8584
|
if (TELEMETRY_DISABLED || !POSTHOG_KEY) return;
|
|
8585
8585
|
void sendPostHog(event, distinctId, props);
|
|
@@ -8741,4 +8741,4 @@ export {
|
|
|
8741
8741
|
track,
|
|
8742
8742
|
captureError
|
|
8743
8743
|
};
|
|
8744
|
-
//# sourceMappingURL=chunk-
|
|
8744
|
+
//# sourceMappingURL=chunk-O4TQWLH6.js.map
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
startTrial,
|
|
35
35
|
track,
|
|
36
36
|
writeCODEOWNERS
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-O4TQWLH6.js";
|
|
38
38
|
import {
|
|
39
39
|
VectorStore
|
|
40
40
|
} from "./chunk-NEHYSE2Y.js";
|
|
@@ -512,7 +512,7 @@ try {
|
|
|
512
512
|
} catch {
|
|
513
513
|
}
|
|
514
514
|
var args = process.argv.slice(2);
|
|
515
|
-
var ctxloomVersion = "1.0.
|
|
515
|
+
var ctxloomVersion = "1.0.24".length > 0 ? "1.0.24" : "dev";
|
|
516
516
|
if (args.includes("--version") || args.includes("-v")) {
|
|
517
517
|
process.stdout.write(`ctxloom ${ctxloomVersion}
|
|
518
518
|
`);
|
|
@@ -585,7 +585,7 @@ async function checkLicense() {
|
|
|
585
585
|
if (command !== void 0 && LICENSE_GATE_BYPASS_COMMANDS.has(command)) return;
|
|
586
586
|
const ciKey = process.env["CTXLOOM_LICENSE_KEY"];
|
|
587
587
|
if (ciKey) {
|
|
588
|
-
const { ApiClient } = await import("./src-
|
|
588
|
+
const { ApiClient } = await import("./src-BYFMDHDZ.js");
|
|
589
589
|
const client = new ApiClient(process.env["CTXLOOM_API_BASE"]);
|
|
590
590
|
try {
|
|
591
591
|
const result = await client.validate(ciKey, "ci-ephemeral");
|
|
@@ -1112,7 +1112,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1112
1112
|
process.stderr.write("[ctxloom] --limit must be a non-negative integer (0 for unlimited)\n");
|
|
1113
1113
|
process.exit(2);
|
|
1114
1114
|
}
|
|
1115
|
-
const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-
|
|
1115
|
+
const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-BYFMDHDZ.js");
|
|
1116
1116
|
let config;
|
|
1117
1117
|
try {
|
|
1118
1118
|
config = await loadRulesConfig(root);
|
|
@@ -1136,7 +1136,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1136
1136
|
}
|
|
1137
1137
|
let graph;
|
|
1138
1138
|
if (useSnapshot) {
|
|
1139
|
-
const { DependencyGraph: DG } = await import("./src-
|
|
1139
|
+
const { DependencyGraph: DG } = await import("./src-BYFMDHDZ.js");
|
|
1140
1140
|
graph = new DG();
|
|
1141
1141
|
const loaded = await graph.loadSnapshotOnly(root);
|
|
1142
1142
|
if (!loaded) {
|
|
@@ -1145,7 +1145,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1145
1145
|
}
|
|
1146
1146
|
} else {
|
|
1147
1147
|
process.stderr.write("[ctxloom] Building dependency graph...\n");
|
|
1148
|
-
const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-
|
|
1148
|
+
const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-BYFMDHDZ.js");
|
|
1149
1149
|
let parser;
|
|
1150
1150
|
try {
|
|
1151
1151
|
parser = new ASTParser2();
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
startTrial,
|
|
81
81
|
track,
|
|
82
82
|
writeCODEOWNERS
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-O4TQWLH6.js";
|
|
84
84
|
import {
|
|
85
85
|
VectorStore
|
|
86
86
|
} from "./chunk-NEHYSE2Y.js";
|
|
@@ -182,4 +182,4 @@ export {
|
|
|
182
182
|
track,
|
|
183
183
|
writeCODEOWNERS
|
|
184
184
|
};
|
|
185
|
-
//# sourceMappingURL=src-
|
|
185
|
+
//# sourceMappingURL=src-BYFMDHDZ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctxloom-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "ctxloom — The Universal Code Context Engine. A local-first MCP server providing intelligent code context via hybrid Vector + AST + Graph search with Skeletonization (92% token reduction).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|