mrvn-cli 0.1.2 → 0.1.4

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/index.js CHANGED
@@ -19262,7 +19262,7 @@ function createProgram() {
19262
19262
  const program = new Command();
19263
19263
  program.name("marvin").description(
19264
19264
  "AI-powered product development assistant with Product Owner, Delivery Manager, and Technical Lead personas"
19265
- ).version("0.1.0");
19265
+ ).version("0.1.4");
19266
19266
  program.command("init").description("Initialize a new Marvin project in the current directory").action(async () => {
19267
19267
  await initCommand();
19268
19268
  });