erne-universal 0.10.20 → 0.10.21
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/lib/init.js +4 -2
- package/package.json +1 -1
package/lib/init.js
CHANGED
|
@@ -311,8 +311,10 @@ module.exports = async function init() {
|
|
|
311
311
|
console.log();
|
|
312
312
|
console.log(` ${info} Dashboard: run ${c.cyan}npx erne-universal dashboard${c.reset} to launch`);
|
|
313
313
|
console.log();
|
|
314
|
-
console.log(` ${c.green}Done!${c.reset}
|
|
315
|
-
console.log(
|
|
314
|
+
console.log(` ${c.green}${c.bold}Done!${c.reset}`);
|
|
315
|
+
console.log();
|
|
316
|
+
console.log(` ${c.yellow}${c.bold}→ Restart Claude Code session now${c.reset} to activate ERNE skills, MCP servers, and hooks.`);
|
|
317
|
+
console.log(` After restart, type ${c.cyan}/erne-${c.reset} and press Tab to see all available commands.`);
|
|
316
318
|
console.log();
|
|
317
319
|
} finally {
|
|
318
320
|
if (rl) rl.close();
|