@qlucent/fishi 0.15.0 → 0.15.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2572,7 +2572,7 @@ import {
2572
2572
  getGateManagerScript,
2573
2573
  getWorktreeManagerScript
2574
2574
  } from "@qlucent/fishi-core";
2575
- var CURRENT_VERSION = "0.14.4";
2575
+ var CURRENT_VERSION = "0.15.1";
2576
2576
  function fixHooksFormat(settings) {
2577
2577
  if (!settings.hooks) return false;
2578
2578
  let fixed = false;
@@ -2735,7 +2735,7 @@ async function upgradeCommand() {
2735
2735
  var program = new Command();
2736
2736
  program.name("fishi").description(
2737
2737
  chalk15.cyan("\u{1F41F} FISHI") + " \u2014 AI-Powered Software Delivery Pipeline\n Autonomous AI development with human governance"
2738
- ).version("0.15.0");
2738
+ ).version("0.15.1");
2739
2739
  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(
2740
2740
  "-c, --cost-mode <mode>",
2741
2741
  "Cost mode: performance | balanced | economy",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlucent/fishi",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
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",