@ekkos/cli 1.1.2 → 1.1.3
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/commands/run.js +2 -2
- package/package.json +1 -1
package/dist/commands/run.js
CHANGED
|
@@ -1140,9 +1140,9 @@ async function run(options) {
|
|
|
1140
1140
|
logoLines.forEach(line => console.log(chalk_1.default.magenta(line)));
|
|
1141
1141
|
console.log('');
|
|
1142
1142
|
// ══════════════════════════════════════════════════════════════════════════
|
|
1143
|
-
// ANIMATED TITLE: "
|
|
1143
|
+
// ANIMATED TITLE: "Scale Pulse" with orange/white shine
|
|
1144
1144
|
// ══════════════════════════════════════════════════════════════════════════
|
|
1145
|
-
const titleText = '
|
|
1145
|
+
const titleText = 'ekkOS_Pulse';
|
|
1146
1146
|
const taglineText = 'Context is finite. Intelligence isn\'t.';
|
|
1147
1147
|
// Color palette for shine effect
|
|
1148
1148
|
const whiteShine = chalk_1.default.whiteBright;
|