@buildinternet/releases-skills 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildinternet/releases-skills",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Agent skills bundled with the Releases CLI. Markdown playbooks for changelog ingest, discovery, and analysis.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -158,7 +158,7 @@ AI-powered onboarding for whole companies:
158
158
  ```bash
159
159
  releases admin discovery onboard "Vercel"
160
160
  releases admin discovery onboard "Stripe" --domain stripe.com --github-org stripe
161
- releases admin discovery discover vercel.com --verify --add
161
+ releases admin discovery evaluate https://linear.app/changelog --json
162
162
  releases admin discovery task list # in-flight discovery sessions
163
163
  releases admin discovery task cancel <sessionId>
164
164
  ```