mrvn-cli 0.3.0 → 0.3.1
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/index.js.map +1 -1
- package/dist/marvin.js +1 -1
- package/dist/marvin.js.map +1 -1
- package/package.json +1 -1
package/dist/marvin.js
CHANGED
|
@@ -22446,7 +22446,7 @@ function createProgram() {
|
|
|
22446
22446
|
const program2 = new Command();
|
|
22447
22447
|
program2.name("marvin").description(
|
|
22448
22448
|
"AI-powered product development assistant with Product Owner, Delivery Manager, and Technical Lead personas"
|
|
22449
|
-
).version("0.
|
|
22449
|
+
).version("0.3.1");
|
|
22450
22450
|
program2.command("init").description("Initialize a new Marvin project in the current directory").action(async () => {
|
|
22451
22451
|
await initCommand();
|
|
22452
22452
|
});
|