This release answers one question, the one people kept asking: how do I update antislop?
Nothing was broken. Every route was already written down in the README and the guide. The problem is that both are organised by route, so you have to recognise which one you used before any row applies to you, and nothing on disk records it. An installer folder and a skills-directory folder hold byte-identical copies. This release moves the answer to where the question is asked.
Updating is one command
npx antislop-ai --update
It looks in the current project and in your home directory, replaces every antislop folder it finds, keeps the skill selection each folder was installed with, and prints the release it replaced next to the one it wrote. It asks nothing, so it also runs in a script.
It does not add a skill you never installed. An update that quietly widens your install is not an update.
The installer names your plugin doors
--update cannot reach a plugin install, because a plugin keeps a copy of its own under the agent that installed it. Without the second half, you would have run the command, been told nothing was found, and had no way to know why. So the installer reads the four vendor stores it can and prints the exact update command for each door it finds:
- Claude Code, from installed_plugins.json, which carries the version itself
- Codex, from its plugin cache, where the version is the directory name
- Antigravity and Cursor, from the git clones they keep
It reports a version only where the store supplies one, says unknown rather than guessing when a clone predates the version file, and goes quiet when a vendor moves a path instead of failing the run.
Cline and Kimi Code are deliberately absent. Their documentation names the stores but not the layout inside them, and neither tool is installed here, so a probe written for them would be a guess.
Your agent answers it in the session
The pointer block the installer writes into AGENTS.md and CLAUDE.md now carries the update line, and the block in antislop.md lists the six plugin commands instead of pointing at the guide. Ask your agent how to update antislop and it answers without leaving the session.
Updating
Run npx antislop-ai --update, or run npx antislop-ai and pick Overwrite them. Every route, including the plugin doors and the single file, is in the README's Update table and in the guide.