claude-brain 0.3.4 → 0.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-brain",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Local development assistant bridging Obsidian vaults with Claude Code via MCP",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -234,8 +234,10 @@ SERVER_NAME=claude-brain
234
234
  heading('Setup complete!'),
235
235
  '',
236
236
  dimText('Next steps:'),
237
- ` ${theme.primary('1.')} Run: ${theme.bold('claude-brain install')} ${dimText('Register MCP with Claude Code')}`,
238
- ` ${theme.primary('2.')} Run: ${theme.bold('claude-brain health')} ${dimText('Verify everything works')}`,
237
+ ` ${theme.primary('1.')} ${theme.bold('claude-brain install')}`,
238
+ ` ${dimText('Register as MCP server')}`,
239
+ ` ${theme.primary('2.')} ${theme.bold('claude-brain health')}`,
240
+ ` ${dimText('Verify everything works')}`,
239
241
  ].join('\n'), 'Done'))
240
242
  console.log()
241
243
  }