Remove hardcoded Claude code path and update project directory handling in XML import script

This commit is contained in:
Alex Newman
2025-10-25 13:18:31 -04:00
parent 99af5fdf13
commit e82d9e075b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ function buildTimestampMap(): TimestampMapping {
const data = JSON.parse(line);
const timestamp = data.timestamp;
const sessionId = data.sessionId;
const project = data.cwd || '/Users/alexnewman/Scripts/claude-mem';
const project = data.cwd;
if (timestamp && sessionId) {
// Round timestamp to second for matching with XML timestamps