v3.0.1: Snyk fix, docs clarity, npm pkg fix, wizard re-pin
Patch release. No new features, no rule changes. Fixes the Snyk W012 warning and cleans up post-release feedback.
Fixed
- Snyk W012 (MEDIUM): the packaged core skill no longer instructs agents to curl skills at runtime. Step 4 of the packaged wizard is now "No download needed"; skills install through the picker (
npx antislop-ai) or the plugin.allowed-toolsno longer includesBash(curl *). The manualantislop.mdwizard is unchanged. - npm publish warning:
npm pkg fixnormalized therepositoryfield (string to object).
Changed
- Author split: the Claude Code plugin author and marketplace owner are
miqdadbadjuber; the npm package (antislop-ai) author isantislop. - Version strings bumped to 3.0.1 in the CLI (
--version, banner) and the contrast server. - Install wizard URLs re-pinned from tag
v3.0.0tov3.0.1.
Docs
- README: "Which agents" FAQ broken out per install path, Install section notes each agent's skill folder, new Contributing section with an open-issue link.
- guide.md: new "Which agents does it work with?" and "Feedback" sections.
- Badges flattened to a single height.