Refactor code structure for improved readability and maintainability

This commit is contained in:
Alex Newman
2025-10-16 21:02:56 -04:00
parent cedb635176
commit ec79e085b2
14 changed files with 48 additions and 459 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ async function buildHooks() {
// Create scripts directory
console.log('\n📦 Preparing scripts directory...');
const scriptsDir = 'scripts/hooks';
const scriptsDir = 'claude-mem/scripts';
if (!fs.existsSync(scriptsDir)) {
fs.mkdirSync(scriptsDir, { recursive: true });
}