Fix skill release tweet CTA to npx impeccable install

The generated skill-release tweet pointed at the deprecated
`npx skills add pbakaus/impeccable`; the canonical install/update path
is `npx impeccable install`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-07-01 01:58:34 -07:00
co-authored by Claude Opus 4.8
parent e83e437cdd
commit a82f02d1a1
+1 -1
View File
@@ -27,7 +27,7 @@ const COMPONENTS = {
artifacts: ['dist/universal.zip'],
postReleaseHint: null,
tweetHeader: (v) => `Impeccable v${v} is out.`,
tweetCta: 'Install / update: npx skills add pbakaus/impeccable',
tweetCta: 'Install / update: npx impeccable install',
},
cli: {
manifest: 'package.json',