@useorgx/wizard 0.1.16 → 0.1.17
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -6252,7 +6252,7 @@ function printDoctorReport(report, assessment) {
|
|
|
6252
6252
|
async function main() {
|
|
6253
6253
|
const program = new Command();
|
|
6254
6254
|
program.name("orgx-wizard").description("Add OrgX MCP configs, skills/rules, and companion plugins to your local AI tools.").showHelpAfterError();
|
|
6255
|
-
const pkgVersion = true ? "0.1.
|
|
6255
|
+
const pkgVersion = true ? "0.1.17" : void 0;
|
|
6256
6256
|
program.version(pkgVersion ?? "unknown", "-V, --version");
|
|
6257
6257
|
program.hook("preAction", () => {
|
|
6258
6258
|
console.log(renderBanner(pkgVersion));
|