create-merlin-brain 3.4.0 → 3.4.2
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.cjs +3 -13
- package/package.json +1 -1
package/bin/install.cjs
CHANGED
|
@@ -137,19 +137,9 @@ function logWarn(msg) {
|
|
|
137
137
|
function banner() {
|
|
138
138
|
const version = require('../package.json').version;
|
|
139
139
|
console.log(`
|
|
140
|
-
${colors.magenta}${colors.bright}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
| | | | |___| _ <| |___ | || |\\ |
|
|
144
|
-
|_| |_|_____|_| \\_\\_____|___|_| \\_|${colors.reset}
|
|
145
|
-
|
|
146
|
-
${colors.cyan}The Ultimate AI Brain for Claude Code${colors.reset}
|
|
147
|
-
${colors.bright}v${version}${colors.reset}
|
|
148
|
-
|
|
149
|
-
${colors.bright}Loop${colors.reset} Autonomous orchestration
|
|
150
|
-
${colors.bright}Sights${colors.reset} Instant codebase context
|
|
151
|
-
${colors.bright}Workflows${colors.reset} Planning & execution
|
|
152
|
-
${colors.bright}Agents${colors.reset} 28 specialist agents
|
|
140
|
+
${colors.magenta}${colors.bright}\u2554\u2566\u2557\u2554\u2550\u2557\u2566\u2550\u2557\u2566 \u2566\u2554\u2557\u2554${colors.reset} ${colors.cyan}v${version}${colors.reset}
|
|
141
|
+
${colors.magenta}${colors.bright}\u2551\u2551\u2551\u2551\u2563 \u2560\u2566\u255d\u2551 \u2551\u2551\u2551\u2551${colors.reset} AI Brain for
|
|
142
|
+
${colors.magenta}${colors.bright}\u2569 \u2569\u255a\u2550\u255d\u2569\u255a\u2550\u2569\u2550\u255d\u2569\u255d\u255a\u255d${colors.reset} Claude Code
|
|
153
143
|
`);
|
|
154
144
|
}
|
|
155
145
|
|
package/package.json
CHANGED