ragarciaruben 1.20.21 → 1.20.23

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 +7 -7
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -56,14 +56,14 @@ const pkg = require('../package.json');
56
56
 
57
57
  const banner =
58
58
  '\n' +
59
- c.cyan(' ██████╗ ███████╗██████╗\n') +
60
- c.cyan(' ██╔════╝ ██╔════╝██╔══██╗\n') +
61
- c.cyan(' ██║ ███╗███████╗██║ ██║\n') +
62
- c.cyan(' ██║ ██║╚════██║██║ ██║\n') +
63
- c.cyan(' ╚██████╔╝███████║██████╔╝\n') +
64
- c.cyan(' ╚═════╝ ╚══════╝╚═════╝') + '\n' +
59
+ c.cyan(' █████╗ ██╗ ██╗ █████╗ ██████╗ \n') +
60
+ c.cyan(' ██╔══██╗██║ ██║ ██╔══██╗██╔══██╗\n') +
61
+ c.cyan(' ███████║██║ ██║ ███████║██████╔╝\n') +
62
+ c.cyan(' ██╔══██║██║ ██║ ██╔══██║██╔══██╗\n') +
63
+ c.cyan(' ██║ ██║██║ ███████╗██║ ██║██████╔╝\n') +
64
+ c.cyan(' ╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═════╝ ') + '\n' +
65
65
  '\n' +
66
- ' Get Shit Done ' + c.dim('v' + pkg.version) + '\n' +
66
+ ' AI Lab ' + c.dim('v' + pkg.version) + '\n' +
67
67
  ' Context engineering for GitHub Copilot & OpenCode.\n';
68
68
 
69
69
  // ─── Args ────────────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ragarciaruben",
3
- "version": "1.20.21",
3
+ "version": "1.20.23",
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"