@curdx/flow 1.1.10 → 1.1.11

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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "CurDX-Flow marketplace — distributes the curdx-flow meta-framework plugin",
9
- "version": "1.1.10"
9
+ "version": "1.1.11"
10
10
  },
11
11
  "plugins": [
12
12
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "curdx-flow",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "AI engineering workflow meta-framework — spec-driven + autonomous execution + quality gates + multi-agent collaboration. Distills Karpathy + BMAD + GSD + Ralph + Superpowers + GStack and orchestrates context7 / sequential-thinking / chrome-devtools / frontend-design / claude-mem / pua dependencies.",
5
5
  "author": {
6
6
  "name": "wdx",
package/bin/curdx-flow.js CHANGED
@@ -114,26 +114,6 @@ async function main() {
114
114
  case "remove":
115
115
  await uninstall(rest);
116
116
  break;
117
- case "init":
118
- console.error(color.red(`The 'init' CLI command has been removed in 1.1.9.`));
119
- console.error(``);
120
- console.error(`Project initialization is a Claude Code slash command:`);
121
- console.error(` ${color.cyan("claude")}`);
122
- console.error(` ${color.cyan("/curdx-flow:init")}`);
123
- console.error(``);
124
- console.error(`The CLI only handles install-time operations.`);
125
- process.exit(1);
126
- case "help":
127
- console.error(color.red(`The 'help' CLI subcommand has been removed in 1.1.10.`));
128
- console.error(``);
129
- console.error(`For a brief CLI usage summary, use the standard flag:`);
130
- console.error(` ${color.cyan("npx @curdx/flow --help")} ${color.dim("(or -h)")}`);
131
- console.error(``);
132
- console.error(`For the full command / workflow reference, use the slash command`);
133
- console.error(`inside Claude Code:`);
134
- console.error(` ${color.cyan("claude")}`);
135
- console.error(` ${color.cyan("/curdx-flow:help")}`);
136
- process.exit(1);
137
117
  default:
138
118
  console.error(color.red(`Unknown command: ${cmd}`));
139
119
  console.error(`Run ${color.cyan("npx @curdx/flow --help")} for CLI usage.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curdx/flow",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "CLI installer for CurDX-Flow — AI engineering workflow meta-framework for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {