@baseline-studio/cli 2.2.0 → 2.2.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.
@@ -27,12 +27,9 @@ async function init() {
27
27
  console.log(`\n Baseline System — New Client Setup`);
28
28
  console.log(` ───────────────────────────────────\n`);
29
29
  // 1. Gather basic info
30
- const clientName = await ask(rl, " Client name: ");
31
- const folderName = await ask(rl, ` Folder name (${clientName.toLowerCase().replace(/\s+/g, "-")}-system): `);
32
- const folder = folderName.trim() ||
33
- `${clientName.toLowerCase().replace(/\s+/g, "-")}-system`;
34
- const coreRepo = await ask(rl, " Core repo (TrentM6/baseline-core): ");
35
- const repo = coreRepo.trim() || "TrentM6/baseline-core";
30
+ const clientName = await ask(rl, " What's your company or project name? ");
31
+ const folder = `${clientName.toLowerCase().replace(/\s+/g, "-")}-system`;
32
+ const repo = "TrentM6/baseline-core";
36
33
  const destDir = (0, path_1.join)(process.cwd(), folder);
37
34
  if ((0, fs_1.existsSync)(destDir)) {
38
35
  console.error(`\n Error: ${folder} already exists.\n`);
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ const program = new commander_1.Command();
9
9
  program
10
10
  .name("baseline")
11
11
  .description("Distribute and update the Baseline System")
12
- .version("2.2.0");
12
+ .version("2.2.1");
13
13
  program
14
14
  .command("status")
15
15
  .description("Show current version and check for updates")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-studio/cli",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "CLI for distributing and updating the Baseline System — an AI-powered workflow system for product teams",
5
5
  "keywords": [
6
6
  "baseline",