@useorgx/wizard 0.1.60 → 0.1.61
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/cli.js +5 -5
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
// src/cli.ts
|
|
4
4
|
|
|
5
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
5
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="25afe0bb-abb4-54b0-9963-05fbafee7372")}catch(e){}}();
|
|
6
6
|
import * as clack from "@clack/prompts";
|
|
7
7
|
import { spawnSync as spawnSync5 } from "child_process";
|
|
8
8
|
import { readFileSync as readFileSync10 } from "fs";
|
|
@@ -6354,7 +6354,7 @@ function initializeWizardSentry() {
|
|
|
6354
6354
|
Sentry.init({
|
|
6355
6355
|
dsn,
|
|
6356
6356
|
environment: process.env.ORGX_SENTRY_ENVIRONMENT || "production",
|
|
6357
|
-
release: "useorgx-wizard@0.1.
|
|
6357
|
+
release: "useorgx-wizard@0.1.61",
|
|
6358
6358
|
tracesSampleRate: sampleRate(process.env.ORGX_SENTRY_TRACES_SAMPLE_RATE),
|
|
6359
6359
|
enableLogs: true,
|
|
6360
6360
|
sendDefaultPii: false,
|
|
@@ -13774,7 +13774,7 @@ import { dirname as dirname5, join as join8, resolve as resolve2 } from "path";
|
|
|
13774
13774
|
var SESSION_SUMMARY_HOOK_MARKER = "orgx-session-summary.mjs";
|
|
13775
13775
|
var SESSION_SUMMARY_ENDPOINT_PATH = "/api/v1/sessions/summary";
|
|
13776
13776
|
var SESSION_SUMMARY_FALLBACK_ENDPOINT_PATH = "/api/v1/work-graph/reports";
|
|
13777
|
-
var SESSION_SUMMARY_SCHEMA_VERSION = "
|
|
13777
|
+
var SESSION_SUMMARY_SCHEMA_VERSION = "1.0.0";
|
|
13778
13778
|
var HOOK_OUTBOX_MAX_BYTES = 8 * 1024 * 1024;
|
|
13779
13779
|
function buildSessionSummaryHookScriptContent() {
|
|
13780
13780
|
return `#!/usr/bin/env node
|
|
@@ -18385,7 +18385,7 @@ async function main() {
|
|
|
18385
18385
|
initializeWizardSentry();
|
|
18386
18386
|
const program = new Command();
|
|
18387
18387
|
program.name("orgx-wizard").description("Add OrgX MCP configs, skills/rules, and companion plugins to your local AI tools.").showHelpAfterError();
|
|
18388
|
-
const pkgVersion = true ? "0.1.
|
|
18388
|
+
const pkgVersion = true ? "0.1.61" : void 0;
|
|
18389
18389
|
program.version(pkgVersion ?? "unknown", "-V, --version");
|
|
18390
18390
|
program.hook("preAction", (_thisCommand, actionCommand) => {
|
|
18391
18391
|
if (Boolean(actionCommand.optsWithGlobals().json)) return;
|
|
@@ -19429,4 +19429,4 @@ main().catch(async (error) => {
|
|
|
19429
19429
|
process.exitCode = 1;
|
|
19430
19430
|
});
|
|
19431
19431
|
//# sourceMappingURL=cli.js.map
|
|
19432
|
-
//# debugId=
|
|
19432
|
+
//# debugId=25afe0bb-abb4-54b0-9963-05fbafee7372
|