@probelabs/visor 0.1.95 → 0.1.97

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.
Files changed (85) hide show
  1. package/README.md +6 -5
  2. package/dist/{168.index.js → 136.index.js} +5 -5
  3. package/dist/{272.index.js → 146.index.js} +5 -5
  4. package/dist/{13.index.js → 160.index.js} +5 -5
  5. package/dist/{421.index.js → 179.index.js} +3 -3
  6. package/dist/{85.index.js → 191.index.js} +5 -5
  7. package/dist/{544.index.js → 384.index.js} +3 -3
  8. package/dist/{861.index.js → 405.index.js} +3 -3
  9. package/dist/{320.index.js → 42.index.js} +3 -3
  10. package/dist/448.index.js +48 -0
  11. package/dist/{878.index.js → 491.index.js} +5 -5
  12. package/dist/663.index.js +321 -0
  13. package/dist/69.index.js +38 -0
  14. package/dist/{54.index.js → 760.index.js} +5 -5
  15. package/dist/80.index.js +263 -0
  16. package/dist/886.index.js +81 -0
  17. package/dist/917.index.js +82 -0
  18. package/dist/955.index.js +82 -0
  19. package/dist/ai-review-service.d.ts +2 -3
  20. package/dist/ai-review-service.d.ts.map +1 -1
  21. package/dist/cli-main.d.ts +1 -0
  22. package/dist/cli-main.d.ts.map +1 -1
  23. package/dist/cli.d.ts.map +1 -1
  24. package/dist/generated/config-schema.d.ts +18 -1
  25. package/dist/generated/config-schema.d.ts.map +1 -1
  26. package/dist/generated/config-schema.json +23 -1
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +200705 -163412
  30. package/dist/proto/protoc-gen-validate/LICENSE +202 -0
  31. package/dist/proto/protoc-gen-validate/validate/validate.proto +797 -0
  32. package/dist/proto/xds/LICENSE +201 -0
  33. package/dist/proto/xds/xds/data/orca/v3/orca_load_report.proto +58 -0
  34. package/dist/proto/xds/xds/service/orca/v3/orca.proto +36 -0
  35. package/dist/protoc-gen-validate/LICENSE +202 -0
  36. package/dist/protoc-gen-validate/validate/validate.proto +797 -0
  37. package/dist/providers/check-provider-registry.d.ts.map +1 -1
  38. package/dist/providers/index.d.ts +1 -0
  39. package/dist/providers/index.d.ts.map +1 -1
  40. package/dist/providers/mcp-check-provider.d.ts +102 -0
  41. package/dist/providers/mcp-check-provider.d.ts.map +1 -0
  42. package/dist/sdk/check-execution-engine-S7BFPVWA.mjs +11 -0
  43. package/dist/sdk/{chunk-Q4S5A5TO.mjs → chunk-4VK6WTYU.mjs} +610 -21
  44. package/dist/sdk/chunk-4VK6WTYU.mjs.map +1 -0
  45. package/dist/sdk/chunk-IG3BFIIN.mjs +174 -0
  46. package/dist/sdk/chunk-IG3BFIIN.mjs.map +1 -0
  47. package/dist/sdk/chunk-YXOWIDEF.mjs +60 -0
  48. package/dist/sdk/chunk-YXOWIDEF.mjs.map +1 -0
  49. package/dist/sdk/{mermaid-telemetry-LZGDD35I.mjs → mermaid-telemetry-4DUEYCLE.mjs} +2 -2
  50. package/dist/sdk/sdk.d.mts +12 -1
  51. package/dist/sdk/sdk.d.ts +12 -1
  52. package/dist/sdk/sdk.js +1019 -1577
  53. package/dist/sdk/sdk.js.map +1 -1
  54. package/dist/sdk/sdk.mjs +22 -4
  55. package/dist/sdk/sdk.mjs.map +1 -1
  56. package/dist/sdk/{tracer-init-O7RLXMJ3.mjs → tracer-init-RJGAIOBP.mjs} +2 -2
  57. package/dist/session-registry.d.ts +2 -3
  58. package/dist/session-registry.d.ts.map +1 -1
  59. package/dist/traces/run-2025-10-19T14-24-36-341Z.ndjson +40 -0
  60. package/dist/traces/run-2025-10-19T14-24-48-674Z.ndjson +40 -0
  61. package/dist/traces/run-2025-10-19T14-24-49-238Z.ndjson +40 -0
  62. package/dist/traces/run-2025-10-19T14-24-49-761Z.ndjson +40 -0
  63. package/dist/traces/run-2025-10-19T14-24-50-279Z.ndjson +12 -0
  64. package/dist/types/config.d.ts +12 -1
  65. package/dist/types/config.d.ts.map +1 -1
  66. package/dist/utils/tracer-init.d.ts +3 -4
  67. package/dist/utils/tracer-init.d.ts.map +1 -1
  68. package/dist/xds/LICENSE +201 -0
  69. package/dist/xds/xds/data/orca/v3/orca_load_report.proto +58 -0
  70. package/dist/xds/xds/service/orca/v3/orca.proto +36 -0
  71. package/package.json +16 -8
  72. package/dist/sdk/check-execution-engine-NMPXJ7FQ.mjs +0 -11
  73. package/dist/sdk/chunk-KVHVCGY6.mjs +0 -103
  74. package/dist/sdk/chunk-KVHVCGY6.mjs.map +0 -1
  75. package/dist/sdk/chunk-Q4S5A5TO.mjs.map +0 -1
  76. package/dist/sdk/chunk-TWJKAYT6.mjs +0 -1124
  77. package/dist/sdk/chunk-TWJKAYT6.mjs.map +0 -1
  78. /package/dist/{traces/run-2025-10-18T18-27-25-085Z.ndjson → output/traces/run-2025-10-19T14-24-36-341Z.ndjson} +0 -0
  79. /package/dist/{traces/run-2025-10-18T18-27-35-400Z.ndjson → output/traces/run-2025-10-19T14-24-48-674Z.ndjson} +0 -0
  80. /package/dist/{traces/run-2025-10-18T18-27-35-937Z.ndjson → output/traces/run-2025-10-19T14-24-49-238Z.ndjson} +0 -0
  81. /package/dist/{traces/run-2025-10-18T18-27-36-428Z.ndjson → output/traces/run-2025-10-19T14-24-49-761Z.ndjson} +0 -0
  82. /package/dist/{traces/run-2025-10-18T18-27-36-917Z.ndjson → output/traces/run-2025-10-19T14-24-50-279Z.ndjson} +0 -0
  83. /package/dist/sdk/{check-execution-engine-NMPXJ7FQ.mjs.map → check-execution-engine-S7BFPVWA.mjs.map} +0 -0
  84. /package/dist/sdk/{mermaid-telemetry-LZGDD35I.mjs.map → mermaid-telemetry-4DUEYCLE.mjs.map} +0 -0
  85. /package/dist/sdk/{tracer-init-O7RLXMJ3.mjs.map → tracer-init-RJGAIOBP.mjs.map} +0 -0
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
- exports.id = 54;
3
- exports.ids = [54];
2
+ exports.id = 760;
3
+ exports.ids = [760];
4
4
  exports.modules = {
5
5
 
6
- /***/ 14239:
6
+ /***/ 67049:
7
7
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
8
8
 
9
9
 
@@ -31,7 +31,7 @@ exports.execAsync = util.promisify(child_process.exec);
31
31
 
32
32
  /***/ }),
33
33
 
34
- /***/ 10054:
34
+ /***/ 89760:
35
35
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
36
36
 
37
37
 
@@ -53,7 +53,7 @@ exports.execAsync = util.promisify(child_process.exec);
53
53
  Object.defineProperty(exports, "__esModule", ({ value: true }));
54
54
  exports.getMachineId = void 0;
55
55
  const fs_1 = __webpack_require__(79896);
56
- const execAsync_1 = __webpack_require__(14239);
56
+ const execAsync_1 = __webpack_require__(67049);
57
57
  const api_1 = __webpack_require__(63914);
58
58
  async function getMachineId() {
59
59
  try {
@@ -0,0 +1,263 @@
1
+ "use strict";
2
+ exports.id = 80;
3
+ exports.ids = [80];
4
+ exports.modules = {
5
+
6
+ /***/ 76492:
7
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
8
+
9
+
10
+ var __create = Object.create;
11
+ var __defProp = Object.defineProperty;
12
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
13
+ var __getOwnPropNames = Object.getOwnPropertyNames;
14
+ var __getProtoOf = Object.getPrototypeOf;
15
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
16
+ var __export = (target, all) => {
17
+ for (var name in all)
18
+ __defProp(target, name, { get: all[name], enumerable: true });
19
+ };
20
+ var __copyProps = (to, from, except, desc) => {
21
+ if (from && typeof from === "object" || typeof from === "function") {
22
+ for (let key of __getOwnPropNames(from))
23
+ if (!__hasOwnProp.call(to, key) && key !== except)
24
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
25
+ }
26
+ return to;
27
+ };
28
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
29
+ // If the importer is in node compatibility mode or this is not an ESM
30
+ // file that has been converted to a CommonJS file using a Babel-
31
+ // compatible transform (i.e. "__esModule" has not been set), then set
32
+ // "default" to the CommonJS "module.exports" for node compatibility.
33
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
34
+ mod
35
+ ));
36
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
37
+ var token_io_exports = {};
38
+ __export(token_io_exports, {
39
+ findRootDir: () => findRootDir,
40
+ getUserDataDir: () => getUserDataDir
41
+ });
42
+ module.exports = __toCommonJS(token_io_exports);
43
+ var import_path = __toESM(__webpack_require__(16928));
44
+ var import_fs = __toESM(__webpack_require__(79896));
45
+ var import_os = __toESM(__webpack_require__(70857));
46
+ var import_token_error = __webpack_require__(19988);
47
+ function findRootDir() {
48
+ try {
49
+ let dir = process.cwd();
50
+ while (dir !== import_path.default.dirname(dir)) {
51
+ const pkgPath = import_path.default.join(dir, ".vercel");
52
+ if (import_fs.default.existsSync(pkgPath)) {
53
+ return dir;
54
+ }
55
+ dir = import_path.default.dirname(dir);
56
+ }
57
+ } catch (e) {
58
+ throw new import_token_error.VercelOidcTokenError(
59
+ "Token refresh only supported in node server environments"
60
+ );
61
+ }
62
+ throw new import_token_error.VercelOidcTokenError("Unable to find root directory");
63
+ }
64
+ function getUserDataDir() {
65
+ if (process.env.XDG_DATA_HOME) {
66
+ return process.env.XDG_DATA_HOME;
67
+ }
68
+ switch (import_os.default.platform()) {
69
+ case "darwin":
70
+ return import_path.default.join(import_os.default.homedir(), "Library/Application Support");
71
+ case "linux":
72
+ return import_path.default.join(import_os.default.homedir(), ".local/share");
73
+ case "win32":
74
+ if (process.env.LOCALAPPDATA) {
75
+ return process.env.LOCALAPPDATA;
76
+ }
77
+ return null;
78
+ default:
79
+ return null;
80
+ }
81
+ }
82
+ // Annotate the CommonJS export names for ESM import in node:
83
+ 0 && (0);
84
+
85
+
86
+ /***/ }),
87
+
88
+ /***/ 61080:
89
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
90
+
91
+
92
+ var __create = Object.create;
93
+ var __defProp = Object.defineProperty;
94
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
95
+ var __getOwnPropNames = Object.getOwnPropertyNames;
96
+ var __getProtoOf = Object.getPrototypeOf;
97
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
98
+ var __export = (target, all) => {
99
+ for (var name in all)
100
+ __defProp(target, name, { get: all[name], enumerable: true });
101
+ };
102
+ var __copyProps = (to, from, except, desc) => {
103
+ if (from && typeof from === "object" || typeof from === "function") {
104
+ for (let key of __getOwnPropNames(from))
105
+ if (!__hasOwnProp.call(to, key) && key !== except)
106
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
107
+ }
108
+ return to;
109
+ };
110
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
111
+ // If the importer is in node compatibility mode or this is not an ESM
112
+ // file that has been converted to a CommonJS file using a Babel-
113
+ // compatible transform (i.e. "__esModule" has not been set), then set
114
+ // "default" to the CommonJS "module.exports" for node compatibility.
115
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
116
+ mod
117
+ ));
118
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
119
+ var token_util_exports = {};
120
+ __export(token_util_exports, {
121
+ assertVercelOidcTokenResponse: () => assertVercelOidcTokenResponse,
122
+ findProjectInfo: () => findProjectInfo,
123
+ getTokenPayload: () => getTokenPayload,
124
+ getVercelCliToken: () => getVercelCliToken,
125
+ getVercelDataDir: () => getVercelDataDir,
126
+ getVercelOidcToken: () => getVercelOidcToken,
127
+ isExpired: () => isExpired,
128
+ loadToken: () => loadToken,
129
+ saveToken: () => saveToken
130
+ });
131
+ module.exports = __toCommonJS(token_util_exports);
132
+ var path = __toESM(__webpack_require__(16928));
133
+ var fs = __toESM(__webpack_require__(79896));
134
+ var import_token_error = __webpack_require__(19988);
135
+ var import_token_io = __webpack_require__(76492);
136
+ function getVercelDataDir() {
137
+ const vercelFolder = "com.vercel.cli";
138
+ const dataDir = (0, import_token_io.getUserDataDir)();
139
+ if (!dataDir) {
140
+ return null;
141
+ }
142
+ return path.join(dataDir, vercelFolder);
143
+ }
144
+ function getVercelCliToken() {
145
+ const dataDir = getVercelDataDir();
146
+ if (!dataDir) {
147
+ return null;
148
+ }
149
+ const tokenPath = path.join(dataDir, "auth.json");
150
+ if (!fs.existsSync(tokenPath)) {
151
+ return null;
152
+ }
153
+ const token = fs.readFileSync(tokenPath, "utf8");
154
+ if (!token) {
155
+ return null;
156
+ }
157
+ return JSON.parse(token).token;
158
+ }
159
+ async function getVercelOidcToken(authToken, projectId, teamId) {
160
+ try {
161
+ const url = `https://api.vercel.com/v1/projects/${projectId}/token?source=vercel-oidc-refresh${teamId ? `&teamId=${teamId}` : ""}`;
162
+ const res = await fetch(url, {
163
+ method: "POST",
164
+ headers: {
165
+ Authorization: `Bearer ${authToken}`
166
+ }
167
+ });
168
+ if (!res.ok) {
169
+ throw new import_token_error.VercelOidcTokenError(
170
+ `Failed to refresh OIDC token: ${res.statusText}`
171
+ );
172
+ }
173
+ const tokenRes = await res.json();
174
+ assertVercelOidcTokenResponse(tokenRes);
175
+ return tokenRes;
176
+ } catch (e) {
177
+ throw new import_token_error.VercelOidcTokenError(`Failed to refresh OIDC token`, e);
178
+ }
179
+ }
180
+ function assertVercelOidcTokenResponse(res) {
181
+ if (!res || typeof res !== "object") {
182
+ throw new TypeError("Expected an object");
183
+ }
184
+ if (!("token" in res) || typeof res.token !== "string") {
185
+ throw new TypeError("Expected a string-valued token property");
186
+ }
187
+ }
188
+ function findProjectInfo() {
189
+ const dir = (0, import_token_io.findRootDir)();
190
+ if (!dir) {
191
+ throw new import_token_error.VercelOidcTokenError("Unable to find root directory");
192
+ }
193
+ try {
194
+ const prjPath = path.join(dir, ".vercel", "project.json");
195
+ if (!fs.existsSync(prjPath)) {
196
+ throw new import_token_error.VercelOidcTokenError("project.json not found");
197
+ }
198
+ const prj = JSON.parse(fs.readFileSync(prjPath, "utf8"));
199
+ if (typeof prj.projectId !== "string" && typeof prj.orgId !== "string") {
200
+ throw new TypeError("Expected a string-valued projectId property");
201
+ }
202
+ return { projectId: prj.projectId, teamId: prj.orgId };
203
+ } catch (e) {
204
+ throw new import_token_error.VercelOidcTokenError(`Unable to find project ID`, e);
205
+ }
206
+ }
207
+ function saveToken(token, projectId) {
208
+ try {
209
+ const dir = (0, import_token_io.getUserDataDir)();
210
+ if (!dir) {
211
+ throw new import_token_error.VercelOidcTokenError("Unable to find user data directory");
212
+ }
213
+ const tokenPath = path.join(dir, "com.vercel.token", `${projectId}.json`);
214
+ const tokenJson = JSON.stringify(token);
215
+ fs.mkdirSync(path.dirname(tokenPath), { mode: 432, recursive: true });
216
+ fs.writeFileSync(tokenPath, tokenJson);
217
+ fs.chmodSync(tokenPath, 432);
218
+ return;
219
+ } catch (e) {
220
+ throw new import_token_error.VercelOidcTokenError(`Failed to save token`, e);
221
+ }
222
+ }
223
+ function loadToken(projectId) {
224
+ try {
225
+ const dir = (0, import_token_io.getUserDataDir)();
226
+ if (!dir) {
227
+ return null;
228
+ }
229
+ const tokenPath = path.join(dir, "com.vercel.token", `${projectId}.json`);
230
+ if (!fs.existsSync(tokenPath)) {
231
+ return null;
232
+ }
233
+ const token = JSON.parse(fs.readFileSync(tokenPath, "utf8"));
234
+ assertVercelOidcTokenResponse(token);
235
+ return token;
236
+ } catch (e) {
237
+ throw new import_token_error.VercelOidcTokenError(`Failed to load token`, e);
238
+ }
239
+ }
240
+ function getTokenPayload(token) {
241
+ const tokenParts = token.split(".");
242
+ if (tokenParts.length !== 3) {
243
+ throw new import_token_error.VercelOidcTokenError("Invalid token");
244
+ }
245
+ const base64 = tokenParts[1].replace(/-/g, "+").replace(/_/g, "/");
246
+ const padded = base64.padEnd(
247
+ base64.length + (4 - base64.length % 4) % 4,
248
+ "="
249
+ );
250
+ return JSON.parse(Buffer.from(padded, "base64").toString("utf8"));
251
+ }
252
+ const TIME_15_MINUTES_IN_MS = 15 * 60 * 1e3;
253
+ function isExpired(token) {
254
+ return token.exp * 1e3 < Date.now() + TIME_15_MINUTES_IN_MS;
255
+ }
256
+ // Annotate the CommonJS export names for ESM import in node:
257
+ 0 && (0);
258
+
259
+
260
+ /***/ })
261
+
262
+ };
263
+ ;
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ exports.id = 886;
3
+ exports.ids = [886];
4
+ exports.modules = {
5
+
6
+ /***/ 95023:
7
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
8
+
9
+
10
+ /*
11
+ * Copyright The OpenTelemetry Authors
12
+ *
13
+ * Licensed under the Apache License, Version 2.0 (the "License");
14
+ * you may not use this file except in compliance with the License.
15
+ * You may obtain a copy of the License at
16
+ *
17
+ * https://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software
20
+ * distributed under the License is distributed on an "AS IS" BASIS,
21
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ * See the License for the specific language governing permissions and
23
+ * limitations under the License.
24
+ */
25
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
26
+ exports.execAsync = void 0;
27
+ const child_process = __webpack_require__(35317);
28
+ const util = __webpack_require__(39023);
29
+ exports.execAsync = util.promisify(child_process.exec);
30
+ //# sourceMappingURL=execAsync.js.map
31
+
32
+ /***/ }),
33
+
34
+ /***/ 20886:
35
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
36
+
37
+
38
+ /*
39
+ * Copyright The OpenTelemetry Authors
40
+ *
41
+ * Licensed under the Apache License, Version 2.0 (the "License");
42
+ * you may not use this file except in compliance with the License.
43
+ * You may obtain a copy of the License at
44
+ *
45
+ * https://www.apache.org/licenses/LICENSE-2.0
46
+ *
47
+ * Unless required by applicable law or agreed to in writing, software
48
+ * distributed under the License is distributed on an "AS IS" BASIS,
49
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50
+ * See the License for the specific language governing permissions and
51
+ * limitations under the License.
52
+ */
53
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
54
+ exports.getMachineId = void 0;
55
+ const fs_1 = __webpack_require__(79896);
56
+ const execAsync_1 = __webpack_require__(95023);
57
+ const api_1 = __webpack_require__(63914);
58
+ async function getMachineId() {
59
+ try {
60
+ const result = await fs_1.promises.readFile('/etc/hostid', { encoding: 'utf8' });
61
+ return result.trim();
62
+ }
63
+ catch (e) {
64
+ api_1.diag.debug(`error reading machine id: ${e}`);
65
+ }
66
+ try {
67
+ const result = await (0, execAsync_1.execAsync)('kenv -q smbios.system.uuid');
68
+ return result.stdout.trim();
69
+ }
70
+ catch (e) {
71
+ api_1.diag.debug(`error reading machine id: ${e}`);
72
+ }
73
+ return undefined;
74
+ }
75
+ exports.getMachineId = getMachineId;
76
+ //# sourceMappingURL=getMachineId-bsd.js.map
77
+
78
+ /***/ })
79
+
80
+ };
81
+ ;
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ exports.id = 917;
3
+ exports.ids = [917];
4
+ exports.modules = {
5
+
6
+ /***/ 95023:
7
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
8
+
9
+
10
+ /*
11
+ * Copyright The OpenTelemetry Authors
12
+ *
13
+ * Licensed under the Apache License, Version 2.0 (the "License");
14
+ * you may not use this file except in compliance with the License.
15
+ * You may obtain a copy of the License at
16
+ *
17
+ * https://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software
20
+ * distributed under the License is distributed on an "AS IS" BASIS,
21
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ * See the License for the specific language governing permissions and
23
+ * limitations under the License.
24
+ */
25
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
26
+ exports.execAsync = void 0;
27
+ const child_process = __webpack_require__(35317);
28
+ const util = __webpack_require__(39023);
29
+ exports.execAsync = util.promisify(child_process.exec);
30
+ //# sourceMappingURL=execAsync.js.map
31
+
32
+ /***/ }),
33
+
34
+ /***/ 66917:
35
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
36
+
37
+
38
+ /*
39
+ * Copyright The OpenTelemetry Authors
40
+ *
41
+ * Licensed under the Apache License, Version 2.0 (the "License");
42
+ * you may not use this file except in compliance with the License.
43
+ * You may obtain a copy of the License at
44
+ *
45
+ * https://www.apache.org/licenses/LICENSE-2.0
46
+ *
47
+ * Unless required by applicable law or agreed to in writing, software
48
+ * distributed under the License is distributed on an "AS IS" BASIS,
49
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50
+ * See the License for the specific language governing permissions and
51
+ * limitations under the License.
52
+ */
53
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
54
+ exports.getMachineId = void 0;
55
+ const process = __webpack_require__(932);
56
+ const execAsync_1 = __webpack_require__(95023);
57
+ const api_1 = __webpack_require__(63914);
58
+ async function getMachineId() {
59
+ const args = 'QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid';
60
+ let command = '%windir%\\System32\\REG.exe';
61
+ if (process.arch === 'ia32' && 'PROCESSOR_ARCHITEW6432' in process.env) {
62
+ command = '%windir%\\sysnative\\cmd.exe /c ' + command;
63
+ }
64
+ try {
65
+ const result = await (0, execAsync_1.execAsync)(`${command} ${args}`);
66
+ const parts = result.stdout.split('REG_SZ');
67
+ if (parts.length === 2) {
68
+ return parts[1].trim();
69
+ }
70
+ }
71
+ catch (e) {
72
+ api_1.diag.debug(`error reading machine id: ${e}`);
73
+ }
74
+ return undefined;
75
+ }
76
+ exports.getMachineId = getMachineId;
77
+ //# sourceMappingURL=getMachineId-win.js.map
78
+
79
+ /***/ })
80
+
81
+ };
82
+ ;
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ exports.id = 955;
3
+ exports.ids = [955];
4
+ exports.modules = {
5
+
6
+ /***/ 66272:
7
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
8
+
9
+
10
+ /*
11
+ * Copyright The OpenTelemetry Authors
12
+ *
13
+ * Licensed under the Apache License, Version 2.0 (the "License");
14
+ * you may not use this file except in compliance with the License.
15
+ * You may obtain a copy of the License at
16
+ *
17
+ * https://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software
20
+ * distributed under the License is distributed on an "AS IS" BASIS,
21
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ * See the License for the specific language governing permissions and
23
+ * limitations under the License.
24
+ */
25
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
26
+ exports.execAsync = void 0;
27
+ const child_process = __webpack_require__(35317);
28
+ const util = __webpack_require__(39023);
29
+ exports.execAsync = util.promisify(child_process.exec);
30
+ //# sourceMappingURL=execAsync.js.map
31
+
32
+ /***/ }),
33
+
34
+ /***/ 45955:
35
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
36
+
37
+
38
+ /*
39
+ * Copyright The OpenTelemetry Authors
40
+ *
41
+ * Licensed under the Apache License, Version 2.0 (the "License");
42
+ * you may not use this file except in compliance with the License.
43
+ * You may obtain a copy of the License at
44
+ *
45
+ * https://www.apache.org/licenses/LICENSE-2.0
46
+ *
47
+ * Unless required by applicable law or agreed to in writing, software
48
+ * distributed under the License is distributed on an "AS IS" BASIS,
49
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50
+ * See the License for the specific language governing permissions and
51
+ * limitations under the License.
52
+ */
53
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
54
+ exports.getMachineId = void 0;
55
+ const execAsync_1 = __webpack_require__(66272);
56
+ const api_1 = __webpack_require__(63914);
57
+ async function getMachineId() {
58
+ try {
59
+ const result = await (0, execAsync_1.execAsync)('ioreg -rd1 -c "IOPlatformExpertDevice"');
60
+ const idLine = result.stdout
61
+ .split('\n')
62
+ .find(line => line.includes('IOPlatformUUID'));
63
+ if (!idLine) {
64
+ return undefined;
65
+ }
66
+ const parts = idLine.split('" = "');
67
+ if (parts.length === 2) {
68
+ return parts[1].slice(0, -1);
69
+ }
70
+ }
71
+ catch (e) {
72
+ api_1.diag.debug(`error reading machine id: ${e}`);
73
+ }
74
+ return undefined;
75
+ }
76
+ exports.getMachineId = getMachineId;
77
+ //# sourceMappingURL=getMachineId-darwin.js.map
78
+
79
+ /***/ })
80
+
81
+ };
82
+ ;
@@ -1,13 +1,12 @@
1
1
  import { ProbeAgent } from '@probelabs/probe';
2
- import type { AppTracer, TelemetryConfig } from '@probelabs/probe';
3
2
  import { PRInfo } from './pr-analyzer';
4
3
  import { ReviewSummary } from './reviewer';
5
4
  /**
6
5
  * Extended ProbeAgent interface that includes tracing properties
7
6
  */
8
7
  interface TracedProbeAgent extends ProbeAgent {
9
- tracer?: AppTracer;
10
- _telemetryConfig?: TelemetryConfig;
8
+ tracer?: unknown;
9
+ _telemetryConfig?: unknown;
11
10
  _traceFilePath?: string;
12
11
  }
13
12
  export interface AIReviewConfig {
@@ -1 +1 @@
1
- {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/ai-review-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/ai-review-service.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ import 'dotenv/config';
1
2
  /**
2
3
  * Main CLI entry point for Visor
3
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/cli-main.ts"],"names":[],"mappings":"AAqFA;;GAEG;AACH,wBAAsB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAojB1C"}
1
+ {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/cli-main.ts"],"names":[],"mappings":"AAEA,OAAO,eAAe,CAAC;AAsFvB;;GAEG;AACH,wBAAsB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAojB1C"}
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/cli.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA2B,MAAM,aAAa,CAAC;AAMlE;;GAEG;AACH,qBAAa,GAAG;IACd,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,WAAW,CAA4E;IAC/F,OAAO,CAAC,YAAY,CAA0D;IAG9E,OAAO,CAAC,WAAW,CAGR;;IAOX;;OAEG;IACH,OAAO,CAAC,YAAY;IAoDpB;;OAEG;IACH,OAAO,CAAC,aAAa,CAEnB;IAEF;;OAEG;IACI,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,UAAU;IAmJ5C;;OAEG;IACH,OAAO,CAAC,eAAe;IAyCvB;;OAEG;IACI,WAAW,IAAI,MAAM;IAkD5B;;OAEG;IACI,UAAU,IAAI,MAAM;IAoC3B;;OAEG;IACI,eAAe,IAAI,MAAM;IAkBhC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAIvB;;OAEG;IACI,WAAW,IAAI,IAAI;CAG3B"}
1
+ {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/cli.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA2B,MAAM,aAAa,CAAC;AAQlE;;GAEG;AACH,qBAAa,GAAG;IACd,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,WAAW,CAA4E;IAC/F,OAAO,CAAC,YAAY,CAA0D;IAG9E,OAAO,CAAC,WAAW,CAGR;;IAOX;;OAEG;IACH,OAAO,CAAC,YAAY;IAoDpB;;OAEG;IACH,OAAO,CAAC,aAAa,CAEnB;IAEF;;OAEG;IACI,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,UAAU;IAmJ5C;;OAEG;IACH,OAAO,CAAC,eAAe;IAyCvB;;OAEG;IACI,WAAW,IAAI,MAAM;IAkD5B;;OAEG;IACI,UAAU,IAAI,MAAM;IAoC3B;;OAEG;IACI,eAAe,IAAI,MAAM;IAkBhC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAIvB;;OAEG;IACI,WAAW,IAAI,IAAI;CAG3B"}
@@ -318,6 +318,23 @@ export declare const configSchema: {
318
318
  }];
319
319
  readonly description: "Values for GitHub operations (can be array or single value)";
320
320
  };
321
+ readonly transport: {
322
+ readonly type: "string";
323
+ readonly enum: readonly ["stdio", "sse", "http"];
324
+ readonly description: "Transport type for MCP: stdio (default), sse (legacy), or http (streamable HTTP)";
325
+ };
326
+ readonly methodArgs: {
327
+ readonly $ref: "#/definitions/Record%3Cstring%2Cunknown%3E";
328
+ readonly description: "Arguments to pass to the MCP method (supports Liquid templates)";
329
+ };
330
+ readonly argsTransform: {
331
+ readonly type: "string";
332
+ readonly description: "Transform template for method arguments (Liquid)";
333
+ };
334
+ readonly sessionId: {
335
+ readonly type: "string";
336
+ readonly description: "Session ID for HTTP transport (optional, server may generate one)";
337
+ };
321
338
  };
322
339
  readonly additionalProperties: false;
323
340
  readonly description: "Configuration for a single check";
@@ -327,7 +344,7 @@ export declare const configSchema: {
327
344
  };
328
345
  readonly ConfigCheckType: {
329
346
  readonly type: "string";
330
- readonly enum: readonly ["ai", "command", "http", "http_input", "http_client", "noop", "log", "memory", "github", "claude-code"];
347
+ readonly enum: readonly ["ai", "command", "http", "http_input", "http_client", "noop", "log", "memory", "github", "claude-code", "mcp"];
331
348
  readonly description: "Valid check types in configuration";
332
349
  };
333
350
  readonly 'Record<string,string>': {
@@ -1 +1 @@
1
- {"version":3,"file":"config-schema.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/generated/config-schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4hCf,CAAC;AACX,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"config-schema.d.ts","sourceRoot":"","sources":["file:///home/runner/work/visor/visor/src/generated/config-schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+iCf,CAAC;AACX,eAAe,YAAY,CAAC"}
@@ -350,6 +350,27 @@
350
350
  }
351
351
  ],
352
352
  "description": "Values for GitHub operations (can be array or single value)"
353
+ },
354
+ "transport": {
355
+ "type": "string",
356
+ "enum": [
357
+ "stdio",
358
+ "sse",
359
+ "http"
360
+ ],
361
+ "description": "Transport type for MCP: stdio (default), sse (legacy), or http (streamable HTTP)"
362
+ },
363
+ "methodArgs": {
364
+ "$ref": "#/definitions/Record%3Cstring%2Cunknown%3E",
365
+ "description": "Arguments to pass to the MCP method (supports Liquid templates)"
366
+ },
367
+ "argsTransform": {
368
+ "type": "string",
369
+ "description": "Transform template for method arguments (Liquid)"
370
+ },
371
+ "sessionId": {
372
+ "type": "string",
373
+ "description": "Session ID for HTTP transport (optional, server may generate one)"
353
374
  }
354
375
  },
355
376
  "additionalProperties": false,
@@ -370,7 +391,8 @@
370
391
  "log",
371
392
  "memory",
372
393
  "github",
373
- "claude-code"
394
+ "claude-code",
395
+ "mcp"
374
396
  ],
375
397
  "description": "Valid check types in configuration"
376
398
  },
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import 'dotenv/config';
1
2
  import { deriveExecutedCheckNames } from './utils/ui-helpers';
2
3
  export declare function run(): Promise<void>;
3
4
  export { deriveExecutedCheckNames };