@qlucent/fishi 0.14.1 → 0.14.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -953,8 +953,8 @@ async function initCommand(description, options) {
953
953
  const targetDir = process.cwd();
954
954
  const projectName = path3.basename(targetDir);
955
955
  console.log("");
956
- console.log(chalk.cyan.bold(" \u{1F41F} FISHI \u2014 Fuck It, Ship It"));
957
- console.log(chalk.gray(" Autonomous agent framework for Claude Code"));
956
+ console.log(chalk.cyan.bold(" \u{1F41F} FISHI \u2014 AI-Powered Software Delivery Pipeline"));
957
+ console.log(chalk.gray(" Autonomous AI development with human governance"));
958
958
  console.log("");
959
959
  if (fs3.existsSync(path3.join(targetDir, ".fishi"))) {
960
960
  if (options.interactive !== false) {
@@ -2465,8 +2465,8 @@ async function patternsCommand(action, options) {
2465
2465
  // src/index.ts
2466
2466
  var program = new Command();
2467
2467
  program.name("fishi").description(
2468
- chalk14.cyan("\u{1F41F} FISHI") + " \u2014 Your AI Dev Team That Actually Ships\n Autonomous agent framework for Claude Code"
2469
- ).version("0.14.1");
2468
+ chalk14.cyan("\u{1F41F} FISHI") + " \u2014 AI-Powered Software Delivery Pipeline\n Autonomous AI development with human governance"
2469
+ ).version("0.14.2");
2470
2470
  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(
2471
2471
  "-c, --cost-mode <mode>",
2472
2472
  "Cost mode: performance | balanced | economy",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlucent/fishi",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "FISHI — Your AI Dev Team That Actually Ships. Autonomous agent framework for Claude Code.",
5
5
  "license": "MIT",
6
6
  "type": "module",