ctxloom-pro 1.2.6 → 1.3.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.
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  validateDefaultRoot,
50
50
  wrapWithIndexingEnvelope,
51
51
  writeCODEOWNERS
52
- } from "./chunk-PVKQ5UQS.js";
52
+ } from "./chunk-Q2KTZNNU.js";
53
53
  import {
54
54
  VectorStore
55
55
  } from "./chunk-DVI2RWJR.js";
@@ -1018,7 +1018,7 @@ try {
1018
1018
  } catch {
1019
1019
  }
1020
1020
  var args = process.argv.slice(2);
1021
- var ctxloomVersion = "1.2.6".length > 0 ? "1.2.6" : "dev";
1021
+ var ctxloomVersion = "1.3.0".length > 0 ? "1.3.0" : "dev";
1022
1022
  if (args.includes("--version") || args.includes("-v")) {
1023
1023
  process.stdout.write(`ctxloom ${ctxloomVersion}
1024
1024
  `);
@@ -1091,7 +1091,7 @@ async function checkLicense() {
1091
1091
  if (command !== void 0 && LICENSE_GATE_BYPASS_COMMANDS.has(command)) return;
1092
1092
  const ciKey = process.env["CTXLOOM_LICENSE_KEY"];
1093
1093
  if (ciKey) {
1094
- const { ApiClient } = await import("./src-GQPCKS5B.js");
1094
+ const { ApiClient } = await import("./src-HNXOOOWF.js");
1095
1095
  const client = new ApiClient(process.env["CTXLOOM_API_BASE"]);
1096
1096
  try {
1097
1097
  const result = await client.validate(ciKey, "ci-ephemeral");
@@ -1496,7 +1496,7 @@ async function main() {
1496
1496
  process.exit(1);
1497
1497
  }
1498
1498
  if (alias !== void 0) {
1499
- const { validateAlias } = await import("./src-GQPCKS5B.js");
1499
+ const { validateAlias } = await import("./src-HNXOOOWF.js");
1500
1500
  const v = validateAlias(alias);
1501
1501
  if (!v.ok) {
1502
1502
  console.error(`[ctxloom] Invalid alias: ${v.reason}`);
@@ -1743,7 +1743,7 @@ Suggested reviewers for ${files.length} file(s):`);
1743
1743
  process.stderr.write("[ctxloom] --limit must be a non-negative integer (0 for unlimited)\n");
1744
1744
  process.exit(2);
1745
1745
  }
1746
- const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-GQPCKS5B.js");
1746
+ const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-HNXOOOWF.js");
1747
1747
  let config;
1748
1748
  try {
1749
1749
  config = await loadRulesConfig(root);
@@ -1767,7 +1767,7 @@ Suggested reviewers for ${files.length} file(s):`);
1767
1767
  }
1768
1768
  let graph;
1769
1769
  if (useSnapshot) {
1770
- const { DependencyGraph: DG } = await import("./src-GQPCKS5B.js");
1770
+ const { DependencyGraph: DG } = await import("./src-HNXOOOWF.js");
1771
1771
  graph = new DG();
1772
1772
  const loaded = await graph.loadSnapshotOnly(root);
1773
1773
  if (!loaded) {
@@ -1776,7 +1776,7 @@ Suggested reviewers for ${files.length} file(s):`);
1776
1776
  }
1777
1777
  } else {
1778
1778
  process.stderr.write("[ctxloom] Building dependency graph...\n");
1779
- const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-GQPCKS5B.js");
1779
+ const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-HNXOOOWF.js");
1780
1780
  let parser;
1781
1781
  try {
1782
1782
  parser = new ASTParser2();
@@ -103,7 +103,7 @@ import {
103
103
  validateDefaultRoot,
104
104
  wrapWithIndexingEnvelope,
105
105
  writeCODEOWNERS
106
- } from "./chunk-PVKQ5UQS.js";
106
+ } from "./chunk-Q2KTZNNU.js";
107
107
  import {
108
108
  VectorStore
109
109
  } from "./chunk-DVI2RWJR.js";
@@ -228,4 +228,4 @@ export {
228
228
  wrapWithIndexingEnvelope,
229
229
  writeCODEOWNERS
230
230
  };
231
- //# sourceMappingURL=src-GQPCKS5B.js.map
231
+ //# sourceMappingURL=src-HNXOOOWF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctxloom-pro",
3
- "version": "1.2.6",
3
+ "version": "1.3.0",
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",