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/index.js
CHANGED
|
@@ -22452,7 +22452,7 @@ function createProgram() {
|
|
|
22452
22452
|
const program = new Command();
|
|
22453
22453
|
program.name("marvin").description(
|
|
22454
22454
|
"AI-powered product development assistant with Product Owner, Delivery Manager, and Technical Lead personas"
|
|
22455
|
-
).version("0.
|
|
22455
|
+
).version("0.3.1");
|
|
22456
22456
|
program.command("init").description("Initialize a new Marvin project in the current directory").action(async () => {
|
|
22457
22457
|
await initCommand();
|
|
22458
22458
|
});
|