Skip to content

Commit 47778eb

Browse files
ithiria894claude
andcommitted
feat: update CLI startup message — more human, more real
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe2af16 commit 47778eb

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpware/claude-code-organizer",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — view by scope hierarchy, move between scopes via drag-and-drop",
55
"type": "module",
66
"bin": {

src/server.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,10 @@ export function startServer(port = 3847, maxRetries = 10) {
368368
function tryListen(p) {
369369
server.listen(p, () => {
370370
console.log(`\nClaude Code Organizer running at http://localhost:${p}\n`);
371-
console.log(`\u2B50 Like it? Star us: https://github.com/mcpware/claude-code-organizer`);
372-
console.log(`\uD83D\uDCEC Bugs, ideas, or feature requests? https://github.com/mcpware/claude-code-organizer/issues \u2014 same-day response guaranteed\n`);
371+
console.log(`Made by a CS dropout with no mass, no team, no budget \u2014 just Claude Code and ADHD.`);
372+
console.log(`This is my first open-source project. If it helped you, a star would make my week:`);
373+
console.log(`\u2B50 https://github.com/mcpware/claude-code-organizer`);
374+
console.log(`\uD83D\uDCEC Bugs, ideas, or just wanna say hi? https://github.com/mcpware/claude-code-organizer/issues \u2014 I fix things same day, I promise\n`);
373375
});
374376
}
375377

0 commit comments

Comments
 (0)