claude-self-reflect
Version:
Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server
13 lines (10 loc) ⢠428 B
JavaScript
import { fileURLToPath } from 'url';
import { dirname, join } from 'path';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
// Only show message if not in development
if (!process.cwd().includes('claude-self-reflect')) {
console.log('\nš Claude Self-Reflect installed!\n');
console.log('Run "claude-self-reflect setup" to configure your installation.\n');
}