@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.16" : void 0;
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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useorgx/wizard",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "One-line CLI onboarding that adds OrgX MCP configs, skills, rules, and plugins to local AI tools.",
5
5
  "type": "module",
6
6
  "license": "MIT",