@toolr/seedr 0.1.73 → 0.1.74
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.
|
@@ -441,7 +441,7 @@ var URLS = {
|
|
|
441
441
|
};
|
|
442
442
|
function printLogo() {
|
|
443
443
|
console.log(brand(LOGO));
|
|
444
|
-
console.log(brand(" Seed your
|
|
444
|
+
console.log(brand(" \u{1F331} Seed your Coding Agents with capabilities"));
|
|
445
445
|
console.log(chalk.gray(` ${URLS.seedr}`));
|
|
446
446
|
console.log();
|
|
447
447
|
}
|
package/dist/cli.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
success,
|
|
39
39
|
warn,
|
|
40
40
|
writeTextFile
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-GQOKE2XQ.js";
|
|
42
42
|
|
|
43
43
|
// src/cli.ts
|
|
44
44
|
import { Command as Command5 } from "commander";
|
|
@@ -79,7 +79,7 @@ function trackInstalls(slug, type, results, scope) {
|
|
|
79
79
|
type,
|
|
80
80
|
agent: result.agent,
|
|
81
81
|
scope,
|
|
82
|
-
version: "0.1.
|
|
82
|
+
version: "0.1.74"
|
|
83
83
|
}),
|
|
84
84
|
signal: AbortSignal.timeout(4e3)
|
|
85
85
|
}).catch(() => {
|
|
@@ -1224,7 +1224,7 @@ Browse available skills at https://seedr.toolr.dev
|
|
|
1224
1224
|
|
|
1225
1225
|
// src/cli.ts
|
|
1226
1226
|
var program = new Command5();
|
|
1227
|
-
program.name("seedr").description("Seed your
|
|
1227
|
+
program.name("seedr").description("Seed your Coding Agents with capabilities").version("0.1.0").addCommand(addCommand).addCommand(listCommand).addCommand(removeCommand).addCommand(initCommand);
|
|
1228
1228
|
program.action(() => {
|
|
1229
1229
|
printLogo();
|
|
1230
1230
|
program.help();
|
package/dist/index.js
CHANGED