Skip to content

v3.0.1: Snyk fix, docs clarity, npm pkg fix, wizard re-pin

Choose a tag to compare

@miqdadbadjuber miqdadbadjuber released this 15 Aug 16:33
· 7 commits to main since this release

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-tools no longer includes Bash(curl *). The manual antislop.md wizard is unchanged.
  • npm publish warning: npm pkg fix normalized the repository field (string to object).

Changed

  • Author split: the Claude Code plugin author and marketplace owner are miqdadbadjuber; the npm package (antislop-ai) author is antislop.
  • 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.0 to v3.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.