@cubis/foundry 0.3.56 → 0.3.57

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [0.3.57] - 2026-03-05
6
+
7
+ ### Changed
8
+
9
+ - Refined `cbx init` welcome banner to a cleaner terminal layout with improved spacing and branding readability.
10
+ - Removed placeholder banner text and replaced it with final Cubis Foundry ASCII presentation.
11
+
5
12
  ## [0.3.56] - 2026-03-05
6
13
 
7
14
  ### Fixed
@@ -1,19 +1,19 @@
1
1
  export function renderInitWelcome({ version }) {
2
2
  const safeVersion = String(version || "").trim() || "dev";
3
3
  const lines = [
4
- "╔══════════════════════════════════════════════════════════════╗",
5
- "Cubis Foundry CLI",
6
- "Interactive Init",
7
- "╚══════════════════════════════════════════════════════════════╝",
4
+ "┌────────────────────────────────────────────────────────────┐",
5
+ "Cubis Foundry CLI",
6
+ "Interactive Init Wizard │",
7
+ `│ Version ${safeVersion.padEnd(50, " ")}│`,
8
+ "└────────────────────────────────────────────────────────────┘",
8
9
  "",
9
- " ██████╗",
10
- " ██╔════╝",
11
- " ██║ Cubis Foundry",
12
- " ██║ C icon",
13
- " ╚██████╗",
14
- " ╚═════╝",
15
- "",
16
- `CLI Version ${safeVersion}`,
10
+ " ██████╗██╗ ██╗██████╗ ██╗███████╗",
11
+ " ██╔════╝██║ ██║██╔══██╗██║██╔════╝",
12
+ " ██║ ██║ ██║██████╔╝██║███████╗",
13
+ " ██║ ██║ ██║██╔══██╗██║╚════██║",
14
+ " ╚██████╗╚██████╔╝██████╔╝██║███████║",
15
+ " ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝",
16
+ " F O U N D R Y",
17
17
  "",
18
18
  ];
19
19
  return lines.join("\n");
@@ -1 +1 @@
1
- {"version":3,"file":"banner.js","sourceRoot":"","sources":["../../../src/cli/init/banner.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,iBAAiB,CAAC,EAAE,OAAO,EAAuB;IAChE,MAAM,WAAW,GAAG,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,CAAC;IAC1D,MAAM,KAAK,GAAG;QACZ,kEAAkE;QAClE,gEAAgE;QAChE,gEAAgE;QAChE,kEAAkE;QAClE,EAAE;QACF,eAAe;QACf,eAAe;QACf,6BAA6B;QAC7B,sBAAsB;QACtB,eAAe;QACf,eAAe;QACf,EAAE;QACF,eAAe,WAAW,EAAE;QAC5B,EAAE;KACH,CAAC;IACF,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC1B,CAAC"}
1
+ {"version":3,"file":"banner.js","sourceRoot":"","sources":["../../../src/cli/init/banner.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,iBAAiB,CAAC,EAAE,OAAO,EAAuB;IAChE,MAAM,WAAW,GAAG,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,CAAC;IAC1D,MAAM,KAAK,GAAG;QACZ,gEAAgE;QAChE,+DAA+D;QAC/D,+DAA+D;QAC/D,aAAa,WAAW,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,CAAC,GAAG;QAC3C,gEAAgE;QAChE,EAAE;QACF,uCAAuC;QACvC,uCAAuC;QACvC,uCAAuC;QACvC,uCAAuC;QACvC,uCAAuC;QACvC,uCAAuC;QACvC,gCAAgC;QAChC,EAAE;KACH,CAAC;IACF,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC1B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubis/foundry",
3
- "version": "0.3.56",
3
+ "version": "0.3.57",
4
4
  "description": "Cubis Foundry CLI for workflow-first AI agent environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,19 +1,19 @@
1
1
  export function renderInitWelcome({ version }: { version: string }) {
2
2
  const safeVersion = String(version || "").trim() || "dev";
3
3
  const lines = [
4
- "╔══════════════════════════════════════════════════════════════╗",
5
- "Cubis Foundry CLI",
6
- "Interactive Init",
7
- "╚══════════════════════════════════════════════════════════════╝",
4
+ "┌────────────────────────────────────────────────────────────┐",
5
+ "Cubis Foundry CLI",
6
+ "Interactive Init Wizard │",
7
+ `│ Version ${safeVersion.padEnd(50, " ")}│`,
8
+ "└────────────────────────────────────────────────────────────┘",
8
9
  "",
9
- " ██████╗",
10
- " ██╔════╝",
11
- " ██║ Cubis Foundry",
12
- " ██║ C icon",
13
- " ╚██████╗",
14
- " ╚═════╝",
15
- "",
16
- `CLI Version ${safeVersion}`,
10
+ " ██████╗██╗ ██╗██████╗ ██╗███████╗",
11
+ " ██╔════╝██║ ██║██╔══██╗██║██╔════╝",
12
+ " ██║ ██║ ██║██████╔╝██║███████╗",
13
+ " ██║ ██║ ██║██╔══██╗██║╚════██║",
14
+ " ╚██████╗╚██████╔╝██████╔╝██║███████║",
15
+ " ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝",
16
+ " F O U N D R Y",
17
17
  "",
18
18
  ];
19
19
  return lines.join("\n");