mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
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:
co-authored by
Claude Opus 4.8
parent
e83e437cdd
commit
a82f02d1a1
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user