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 +1 -1
- package/dist/marvin.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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
|
});
|