Auto-detect achievements from git commits
/plugin marketplace add matt-grain/Claude-LTM/plugin install matt-grain-ltm@matt-grain/Claude-LTM# Detect Achievements
Scan recent git commits and automatically create ACHIEVEMENT memories for significant work.
## How It Works
Scans commit messages for patterns indicating achievements:
- Feature completion ("add", "implement", "complete")
- Version releases (v1.0.0, milestone, release)
- Major fixes ("fix critical", "resolve")
- Refactoring and migrations
- Test milestones (100% coverage, tests passing)
Skips non-achievements: WIP, fixup, merge, revert, chore commits.
## Options
- `--since N`: Look back N hours (default: 24)
- `--dry-run`: Show what would be saved without saving
...