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.
Files changed (2) hide show
  1. package/lib/init.js +4 -2
  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} Use /erne- commands (e.g. /erne-plan, /erne-perf, /erne-doctor)`);
315
- console.log(` Restart Claude Code session to activate MCP servers and hooks.`);
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erne-universal",
3
- "version": "0.10.20",
3
+ "version": "0.10.21",
4
4
  "description": "Complete AI coding agent harness for React Native and Expo development",
5
5
  "keywords": [
6
6
  "react-native",