@qlucent/fishi 0.16.2 → 0.16.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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2779,7 +2779,7 @@ async function upgradeCommand() {
|
|
|
2779
2779
|
var program = new Command();
|
|
2780
2780
|
program.name("fishi").description(
|
|
2781
2781
|
chalk15.cyan("\u{1F41F} FISHI") + " \u2014 AI-Powered Software Delivery Pipeline\n Autonomous AI development with human governance"
|
|
2782
|
-
).version("0.16.
|
|
2782
|
+
).version("0.16.3");
|
|
2783
2783
|
program.command("init").description("Initialize FISHI in the current directory").argument("[description]", "Project description (skip wizard with zero-config)").option("-l, --language <lang>", "Primary language (e.g., typescript, python)").option("-f, --framework <framework>", "Framework (e.g., nextjs, express, django)").option(
|
|
2784
2784
|
"-c, --cost-mode <mode>",
|
|
2785
2785
|
"Cost mode: performance | balanced | economy",
|