ctxloom-pro 1.7.0 → 1.7.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.
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ The full first-run flow is **one install + one trial + one init per project.** E
|
|
|
69
69
|
npm install -g ctxloom-pro
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
> **For local trial / dev use the unpinned command above is fine.** For unattended CI usage, pin to the exact version (`ctxloom-pro@1.7.
|
|
72
|
+
> **For local trial / dev use the unpinned command above is fine.** For unattended CI usage, pin to the exact version (`ctxloom-pro@1.7.1`) so future CLI releases don't silently desync your agent-spec coverage — see the workflow example below.
|
|
73
73
|
|
|
74
74
|
### 2 — Start your free trial (once per email)
|
|
75
75
|
|
|
@@ -383,7 +383,7 @@ jobs:
|
|
|
383
383
|
# Exact pin (not `@^1`) so future CLI releases that add/remove MCP
|
|
384
384
|
# tools don't silently desync your reviewer-agent specs. Bump on
|
|
385
385
|
# every release; see CHANGELOG.md for the live version table.
|
|
386
|
-
- run: npm install -g ctxloom-pro@1.7.
|
|
386
|
+
- run: npm install -g ctxloom-pro@1.7.1
|
|
387
387
|
- run: ctxloom index
|
|
388
388
|
- run: ctxloom rules check --json
|
|
389
389
|
```
|
|
@@ -12094,7 +12094,7 @@ function resolveTelemetryLevel() {
|
|
|
12094
12094
|
}
|
|
12095
12095
|
var TELEMETRY_LEVEL = resolveTelemetryLevel();
|
|
12096
12096
|
var TELEMETRY_DISABLED = TELEMETRY_LEVEL === "off";
|
|
12097
|
-
var CTXLOOM_VERSION = "1.7.
|
|
12097
|
+
var CTXLOOM_VERSION = "1.7.1".length > 0 ? "1.7.1" : "dev";
|
|
12098
12098
|
var POSTHOG_HOST = "https://eu.i.posthog.com";
|
|
12099
12099
|
var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "phc_CiDkmFLcZ2K6uCpcoSUQLmFrnnUvsyXGhSxopX5TVKE6" : "");
|
|
12100
12100
|
var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528" : "");
|
|
@@ -10912,7 +10912,7 @@ var TELEMETRY_DISABLED = TELEMETRY_LEVEL === "off";
|
|
|
10912
10912
|
function getTelemetryLevel() {
|
|
10913
10913
|
return TELEMETRY_LEVEL;
|
|
10914
10914
|
}
|
|
10915
|
-
var CTXLOOM_VERSION = "1.7.
|
|
10915
|
+
var CTXLOOM_VERSION = "1.7.1".length > 0 ? "1.7.1" : "dev";
|
|
10916
10916
|
var POSTHOG_HOST = "https://eu.i.posthog.com";
|
|
10917
10917
|
var POSTHOG_KEY = process.env["POSTHOG_API_KEY"] ?? (true ? "phc_CiDkmFLcZ2K6uCpcoSUQLmFrnnUvsyXGhSxopX5TVKE6" : "");
|
|
10918
10918
|
var SENTRY_DSN = process.env["SENTRY_DSN"] ?? (true ? "https://81c94a0f04a8e242dee493ac1e17f733@o4508531702497280.ingest.de.sentry.io/4511256875368528" : "");
|
|
@@ -12588,4 +12588,4 @@ export {
|
|
|
12588
12588
|
skillFilePath,
|
|
12589
12589
|
installHarness
|
|
12590
12590
|
};
|
|
12591
|
-
//# sourceMappingURL=chunk-
|
|
12591
|
+
//# sourceMappingURL=chunk-6W4DFPP2.js.map
|
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
validateDefaultRoot,
|
|
48
48
|
wrapWithIndexingEnvelope,
|
|
49
49
|
writeCODEOWNERS
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-6W4DFPP2.js";
|
|
51
51
|
import {
|
|
52
52
|
addCtxloomToConfig,
|
|
53
53
|
detectInstalledClients
|
|
@@ -1039,7 +1039,7 @@ try {
|
|
|
1039
1039
|
} catch {
|
|
1040
1040
|
}
|
|
1041
1041
|
var args = process.argv.slice(2);
|
|
1042
|
-
var ctxloomVersion = "1.7.
|
|
1042
|
+
var ctxloomVersion = "1.7.1".length > 0 ? "1.7.1" : "dev";
|
|
1043
1043
|
if (args.includes("--version") || args.includes("-v")) {
|
|
1044
1044
|
process.stdout.write(`ctxloom ${ctxloomVersion}
|
|
1045
1045
|
`);
|
|
@@ -1112,7 +1112,7 @@ async function checkLicense() {
|
|
|
1112
1112
|
if (command !== void 0 && LICENSE_GATE_BYPASS_COMMANDS.has(command)) return;
|
|
1113
1113
|
const ciKey = process.env["CTXLOOM_LICENSE_KEY"];
|
|
1114
1114
|
if (ciKey) {
|
|
1115
|
-
const { ApiClient } = await import("./src-
|
|
1115
|
+
const { ApiClient } = await import("./src-FQQOURSD.js");
|
|
1116
1116
|
const client = new ApiClient(process.env["CTXLOOM_API_BASE"]);
|
|
1117
1117
|
try {
|
|
1118
1118
|
const result = await client.validate(ciKey, "ci-ephemeral");
|
|
@@ -1490,7 +1490,7 @@ async function main() {
|
|
|
1490
1490
|
}
|
|
1491
1491
|
if (!skipHarness) {
|
|
1492
1492
|
process.stdout.write("\n");
|
|
1493
|
-
const { installHarness } = await import("./src-
|
|
1493
|
+
const { installHarness } = await import("./src-FQQOURSD.js");
|
|
1494
1494
|
const h = installHarness({ cwd: initRoot, dryRun, force, extraHosts });
|
|
1495
1495
|
const harnessFiles = [
|
|
1496
1496
|
h.claudeMd,
|
|
@@ -1553,7 +1553,7 @@ async function main() {
|
|
|
1553
1553
|
process.exit(1);
|
|
1554
1554
|
}
|
|
1555
1555
|
if (alias !== void 0) {
|
|
1556
|
-
const { validateAlias } = await import("./src-
|
|
1556
|
+
const { validateAlias } = await import("./src-FQQOURSD.js");
|
|
1557
1557
|
const v = validateAlias(alias);
|
|
1558
1558
|
if (!v.ok) {
|
|
1559
1559
|
console.error(`[ctxloom] Invalid alias: ${v.reason}`);
|
|
@@ -1912,7 +1912,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1912
1912
|
process.stderr.write("[ctxloom] --limit must be a non-negative integer (0 for unlimited)\n");
|
|
1913
1913
|
process.exit(2);
|
|
1914
1914
|
}
|
|
1915
|
-
const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-
|
|
1915
|
+
const { loadRulesConfig, RulesChecker, formatText, formatJson, RulesConfigError } = await import("./src-FQQOURSD.js");
|
|
1916
1916
|
let config;
|
|
1917
1917
|
try {
|
|
1918
1918
|
config = await loadRulesConfig(root);
|
|
@@ -1936,7 +1936,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1936
1936
|
}
|
|
1937
1937
|
let graph;
|
|
1938
1938
|
if (useSnapshot) {
|
|
1939
|
-
const { DependencyGraph: DG } = await import("./src-
|
|
1939
|
+
const { DependencyGraph: DG } = await import("./src-FQQOURSD.js");
|
|
1940
1940
|
graph = new DG();
|
|
1941
1941
|
const loaded = await graph.loadSnapshotOnly(root);
|
|
1942
1942
|
if (!loaded) {
|
|
@@ -1945,7 +1945,7 @@ Suggested reviewers for ${files.length} file(s):`);
|
|
|
1945
1945
|
}
|
|
1946
1946
|
} else {
|
|
1947
1947
|
process.stderr.write("[ctxloom] Building dependency graph...\n");
|
|
1948
|
-
const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-
|
|
1948
|
+
const { ASTParser: ASTParser2, DependencyGraph: DependencyGraph2 } = await import("./src-FQQOURSD.js");
|
|
1949
1949
|
let parser;
|
|
1950
1950
|
try {
|
|
1951
1951
|
parser = new ASTParser2();
|
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
wrapBlock,
|
|
133
133
|
wrapWithIndexingEnvelope,
|
|
134
134
|
writeCODEOWNERS
|
|
135
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-6W4DFPP2.js";
|
|
136
136
|
import {
|
|
137
137
|
VectorStore
|
|
138
138
|
} from "./chunk-7S2ELKNU.js";
|
|
@@ -300,4 +300,4 @@ export {
|
|
|
300
300
|
wrapWithIndexingEnvelope,
|
|
301
301
|
writeCODEOWNERS
|
|
302
302
|
};
|
|
303
|
-
//# sourceMappingURL=src-
|
|
303
|
+
//# sourceMappingURL=src-FQQOURSD.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctxloom-pro",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
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",
|