mrvn-cli 0.2.2 → 0.2.3

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
@@ -19692,7 +19692,7 @@ function createProgram() {
19692
19692
  const program = new Command();
19693
19693
  program.name("marvin").description(
19694
19694
  "AI-powered product development assistant with Product Owner, Delivery Manager, and Technical Lead personas"
19695
- ).version("0.2.1");
19695
+ ).version("0.2.3");
19696
19696
  program.command("init").description("Initialize a new Marvin project in the current directory").action(async () => {
19697
19697
  await initCommand();
19698
19698
  });
package/dist/marvin.js CHANGED
@@ -19686,7 +19686,7 @@ function createProgram() {
19686
19686
  const program2 = new Command();
19687
19687
  program2.name("marvin").description(
19688
19688
  "AI-powered product development assistant with Product Owner, Delivery Manager, and Technical Lead personas"
19689
- ).version("0.2.1");
19689
+ ).version("0.2.3");
19690
19690
  program2.command("init").description("Initialize a new Marvin project in the current directory").action(async () => {
19691
19691
  await initCommand();
19692
19692
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrvn-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "AI-powered software product development assistant with Product Owner, Delivery Manager, and Technical Lead personas",
5
5
  "type": "module",
6
6
  "bin": {