Skip to content
View zbrad's full-sized avatar

Highlights

  • Pro

Block or report zbrad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Persistent Project Memory for Claude... Persistent Project Memory for Claude Code
    1
    Persistent Project Memory for Claude Code
    2
    
                  
    3
    # Persistent Project Memory for Claude
    4
    
                  
    5
    I work on the same projects across three machines — a Windows laptop, WSL on my desktop, and an NVIDIA Spark Ubuntu box. Claude Code's memory didn't follow me between them, and it resets every session regardless. For professional development work — where context about architecture decisions, coding style, active branches, and in-progress work matters — that's a real friction point. This article describes the lightweight system I built to give Claude correct, persistent, project-scoped memory that syncs across all three environments, backed by a private git repository.