ctxloom-pro 1.5.3 → 1.5.4

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.
@@ -11592,10 +11592,10 @@ function resolveTelemetryLevel() {
11592
11592
  }
11593
11593
  var TELEMETRY_LEVEL = resolveTelemetryLevel();
11594
11594
  var TELEMETRY_DISABLED = TELEMETRY_LEVEL === "off";
11595
- var CTXLOOM_VERSION = "1.5.3".length > 0 ? "1.5.3" : "dev";
11595
+ var CTXLOOM_VERSION = "1.5.4".length > 0 ? "1.5.4" : "dev";
11596
11596
  var POSTHOG_HOST = "https://eu.i.posthog.com";
11597
11597
  var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "phc_CiDkmFLcZ2K6uCpcoSUQLmFrnnUvsyXGhSxopX5TVKE6" : "");
11598
- var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528" : "");
11598
+ var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528\u2028" : "");
11599
11599
  var cachedDistinctId = null;
11600
11600
  function resolveDistinctId() {
11601
11601
  if (cachedDistinctId) return cachedDistinctId;
@@ -10291,10 +10291,10 @@ var TELEMETRY_DISABLED = TELEMETRY_LEVEL === "off";
10291
10291
  function getTelemetryLevel() {
10292
10292
  return TELEMETRY_LEVEL;
10293
10293
  }
10294
- var CTXLOOM_VERSION = "1.5.3".length > 0 ? "1.5.3" : "dev";
10294
+ var CTXLOOM_VERSION = "1.5.4".length > 0 ? "1.5.4" : "dev";
10295
10295
  var POSTHOG_HOST = "https://eu.i.posthog.com";
10296
10296
  var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "phc_CiDkmFLcZ2K6uCpcoSUQLmFrnnUvsyXGhSxopX5TVKE6" : "");
10297
- var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528" : "");
10297
+ var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528\u2028" : "");
10298
10298
  var cachedDistinctId = null;
10299
10299
  function resolveDistinctId() {
10300
10300
  if (cachedDistinctId) return cachedDistinctId;
@@ -11889,4 +11889,4 @@ export {
11889
11889
  skillFilePath,
11890
11890
  installHarness
11891
11891
  };
11892
- //# sourceMappingURL=chunk-MIC7Q72C.js.map
11892
+ //# sourceMappingURL=chunk-4ZXFJSDG.js.map
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ import {
45
45
  validateDefaultRoot,
46
46
  wrapWithIndexingEnvelope,
47
47
  writeCODEOWNERS
48
- } from "./chunk-MIC7Q72C.js";
48
+ } from "./chunk-4ZXFJSDG.js";
49
49
  import {
50
50
  addCtxloomToConfig,
51
51
  detectInstalledClients
@@ -1020,7 +1020,7 @@ try {
1020
1020
  } catch {
1021
1021
  }
1022
1022
  var args = process.argv.slice(2);
1023
- var ctxloomVersion = "1.5.3".length > 0 ? "1.5.3" : "dev";
1023
+ var ctxloomVersion = "1.5.4".length > 0 ? "1.5.4" : "dev";
1024
1024
  if (args.includes("--version") || args.includes("-v")) {
1025
1025
  process.stdout.write(`ctxloom ${ctxloomVersion}
1026
1026
  `);
@@ -1093,7 +1093,7 @@ async function checkLicense() {
1093
1093
  if (command !== void 0 && LICENSE_GATE_BYPASS_COMMANDS.has(command)) return;
1094
1094
  const ciKey = process.env["CTXLOOM_LICENSE_KEY"];
1095
1095
  if (ciKey) {
1096
- const { ApiClient } = await import("./src-MTMXJEKZ.js");
1096
+ const { ApiClient } = await import("./src-AN6JHJMC.js");
1097
1097
  const client = new ApiClient(process.env["CTXLOOM_API_BASE"]);
1098
1098
  try {
1099
1099
  const result = await client.validate(ciKey, "ci-ephemeral");
@@ -1471,7 +1471,7 @@ async function main() {
1471
1471
  }
1472
1472
  if (!skipHarness) {
1473
1473
  process.stdout.write("\n");
1474
- const { installHarness } = await import("./src-MTMXJEKZ.js");
1474
+ const { installHarness } = await import("./src-AN6JHJMC.js");
1475
1475
  const h = installHarness({ cwd: initRoot, dryRun, force, extraHosts });
1476
1476
  const harnessFiles = [
1477
1477
  h.claudeMd,
@@ -1534,7 +1534,7 @@ async function main() {
1534
1534
  process.exit(1);
1535
1535
  }
1536
1536
  if (alias !== void 0) {
1537
- const { validateAlias } = await import("./src-MTMXJEKZ.js");
1537
+ const { validateAlias } = await import("./src-AN6JHJMC.js");
1538
1538
  const v = validateAlias(alias);
1539
1539
  if (!v.ok) {
1540
1540
  console.error(`[ctxloom] Invalid alias: ${v.reason}`);
@@ -1798,7 +1798,7 @@ Suggested reviewers for ${files.length} file(s):`);
1798
1798
  process.stderr.write("[ctxloom] --limit must be a non-negative integer (0 for unlimited)\n");
1799
1799
  process.exit(2);
1800
1800
  }
1801
- const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-MTMXJEKZ.js");
1801
+ const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-AN6JHJMC.js");
1802
1802
  let config;
1803
1803
  try {
1804
1804
  config = await loadRulesConfig(root);
@@ -1822,7 +1822,7 @@ Suggested reviewers for ${files.length} file(s):`);
1822
1822
  }
1823
1823
  let graph;
1824
1824
  if (useSnapshot) {
1825
- const { DependencyGraph: DG } = await import("./src-MTMXJEKZ.js");
1825
+ const { DependencyGraph: DG } = await import("./src-AN6JHJMC.js");
1826
1826
  graph = new DG();
1827
1827
  const loaded = await graph.loadSnapshotOnly(root);
1828
1828
  if (!loaded) {
@@ -1831,7 +1831,7 @@ Suggested reviewers for ${files.length} file(s):`);
1831
1831
  }
1832
1832
  } else {
1833
1833
  process.stderr.write("[ctxloom] Building dependency graph...\n");
1834
- const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-MTMXJEKZ.js");
1834
+ const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-AN6JHJMC.js");
1835
1835
  let parser;
1836
1836
  try {
1837
1837
  parser = new ASTParser2();
@@ -129,7 +129,7 @@ import {
129
129
  wrapBlock,
130
130
  wrapWithIndexingEnvelope,
131
131
  writeCODEOWNERS
132
- } from "./chunk-MIC7Q72C.js";
132
+ } from "./chunk-4ZXFJSDG.js";
133
133
  import {
134
134
  VectorStore
135
135
  } from "./chunk-DVI2RWJR.js";
@@ -294,4 +294,4 @@ export {
294
294
  wrapWithIndexingEnvelope,
295
295
  writeCODEOWNERS
296
296
  };
297
- //# sourceMappingURL=src-MTMXJEKZ.js.map
297
+ //# sourceMappingURL=src-AN6JHJMC.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctxloom-pro",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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",