@adkit/cli 1.13.17 → 1.13.18
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -876,7 +876,7 @@ function printNextSteps(scope) {
|
|
|
876
876
|
lines.push(" adkit --help See all commands");
|
|
877
877
|
lines.push("");
|
|
878
878
|
lines.push("New to ads? Install the strategy skill for your AI agent:");
|
|
879
|
-
lines.push(" npx skills add adkit/skills");
|
|
879
|
+
lines.push(" npx skills add adkit/ads-skills --skill '*'");
|
|
880
880
|
lines.push("");
|
|
881
881
|
const nextStepsText = lines.join("\n");
|
|
882
882
|
console.log(nextStepsText);
|
package/package.json
CHANGED