ragarciaruben 1.20.24 → 1.20.25

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.
Files changed (2) hide show
  1. package/bin/install.js +2 -2
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -110,7 +110,7 @@ function showBanner() {
110
110
  for (const line of bannerLines) {
111
111
  process.stdout.write('\x1b[2K\x1b[2;38;2;64;200;248m' + scramble(line, pct) + '\x1b[0m\n');
112
112
  }
113
- sleepMs(50);
113
+ sleepMs(100);
114
114
  }
115
115
 
116
116
  // Phase 2 — bright flash (~80 ms)
@@ -118,7 +118,7 @@ function showBanner() {
118
118
  for (const line of bannerLines) {
119
119
  process.stdout.write('\x1b[2K\x1b[1;38;2;64;200;248m' + line + '\x1b[0m\n');
120
120
  }
121
- sleepMs(80);
121
+ sleepMs(160);
122
122
 
123
123
  // Phase 3 — settle to turquoise
124
124
  process.stdout.write(`\x1b[${h}A`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ragarciaruben",
3
- "version": "1.20.24",
3
+ "version": "1.20.25",
4
4
  "description": "A context engineering and spec-driven development system for GitHub Copilot and OpenCode by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"