What problem does it solve?
Poor Man's Memory installations can drift away from upstream system templates, hooks, and skill files after marketplace updates, leaving migrations, permissions, and configs outdated unless someone tracks and applies each change manually.
Core Features & Use Cases
- Version awareness: Reads local pmm/version.json and compares it against a fresh clone of the upstream repo to determine whether the installed skill set matches.
- Structured reporting: Produces an UPDATE_AVAILABLE report that highlights modified, added, deleted, and merge-worthy files, giving the user a clear picture of what would change before approval.
- Safe execution: Applies only approved changes by overwriting system files, deleting removed artifacts, merging settings additively, reinstalling updated hooks, and committing the results without touching memory/ or user data.
Quick Start
Ask Claude to run /pmm-update to compare your PMM system to upstream and apply approved updates safely.