slopstop v2.5.0
What's new
QUICKSTART + slopstop-example template repo — a 15-minute hands-on guide that walks you from zero to a merged PR on a real (broken) word-frequency CLI. Use the template button at iansmith/slopstop-example to get your own copy, then follow QUICKSTART.md.
RAG/Docker fully removed — slopstop is now skills-only. No Python service, no Docker image, no pgvector. Install is a single command:
```
/plugin marketplace add iansmith/slopstop
/plugin install slopstop@slopstop
```
Also in this release (since v2.2.0)
pr-repoconfig field — decouple the GitHub repo used for PRs from the ticketkey(useful for JIRA/Linear projects).tracking_dirconfig field — store per-ticket tracking files inside the project instead of globally in~/.claude/ticket-active/.START-HERE.mdrewritten; manifests and all config cleaned up.
See CHANGELOG.md for the full history.