Skip to content

slopstop v2.5.0

Choose a tag to compare

@iansmith iansmith released this 07 Jul 17:45
· 779 commits to master since this release

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-repo config field — decouple the GitHub repo used for PRs from the ticket key (useful for JIRA/Linear projects).
  • tracking_dir config field — store per-ticket tracking files inside the project instead of globally in ~/.claude/ticket-active/.
  • START-HERE.md rewritten; manifests and all config cleaned up.

See CHANGELOG.md for the full history.