mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
* chore: gitignore runtime state files .claude/scheduled_tasks.lock is a PID+sessionId lock written by Claude Code's cron scheduler every session. It got accidentally checked in during the v12.0.0 bump and has been churning phantom diffs in every PR since. Untrack it and ignore. plugin/.cli-installed is a timestamp marker the claude-mem installer drops to record when the plugin was installed. Never belonged in version control. Ignore it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: add trailing newline to .gitignore --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>