@synergenius/flow-weaver 0.16.0 → 0.17.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/cli/index.js CHANGED
@@ -200,6 +200,11 @@ program
200
200
  .option('-t, --template <template>', 'Workflow template (default: sequential)')
201
201
  .option('-f, --format <format>', 'Module format: esm or cjs (default: esm)')
202
202
  .option('-y, --yes', 'Skip prompts and use defaults', false)
203
+ .option('--preset <persona>', 'User preset: nocode, vibecoder, lowcode, expert')
204
+ .option('--use-case <category>', 'Use case: data, ai, api, automation, cicd, minimal')
205
+ .option('--mcp', 'Auto-configure MCP for AI editors after scaffolding')
206
+ .option('--no-mcp', 'Skip MCP setup prompt')
207
+ .option('--no-agent', 'Skip post-init agent launch prompt')
203
208
  .option('--install', 'Run npm install after scaffolding')
204
209
  .option('--no-install', 'Skip npm install')
205
210
  .option('--git', 'Initialize a git repository')
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.16.0";
1
+ export declare const VERSION = "0.17.1";
2
2
  //# sourceMappingURL=generated-version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/generate-version.ts — do not edit manually
2
- export const VERSION = '0.16.0';
2
+ export const VERSION = '0.17.1';
3
3
  //# sourceMappingURL=generated-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergenius/flow-weaver",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",