@bhargavvc/sdd-cc 1.30.0 → 1.30.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.
- package/bin/install.js +6 -6
- package/package.json +1 -1
package/bin/install.js
CHANGED
|
@@ -281,12 +281,12 @@ function getGlobalDir(runtime, explicitDir = null) {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
const banner = '\n' +
|
|
284
|
-
cyan + '
|
|
285
|
-
'
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
289
|
-
'
|
|
284
|
+
cyan + ' ███████╗██████╗ ██████╗\n' +
|
|
285
|
+
' ██╔════╝██╔══██╗██╔══██╗\n' +
|
|
286
|
+
' ███████╗██║ ██║██║ ██║\n' +
|
|
287
|
+
' ╚════██║██║ ██║██║ ██║\n' +
|
|
288
|
+
' ███████║██████╔╝██████╔╝\n' +
|
|
289
|
+
' ╚══════╝╚═════╝ ╚═════╝' + reset + '\n' +
|
|
290
290
|
'\n' +
|
|
291
291
|
' Spec-Driven Development ' + dim + 'v' + pkg.version + reset + '\n' +
|
|
292
292
|
' A meta-prompting, context engineering and spec-driven\n' +
|
package/package.json
CHANGED