@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 projects with capabilities"));
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-OYOVC7VN.js";
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.73"
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 projects with capabilities").version("0.1.0").addCommand(addCommand).addCommand(listCommand).addCommand(removeCommand).addCommand(initCommand);
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
@@ -15,7 +15,7 @@ import {
15
15
  loadManifest,
16
16
  searchItems,
17
17
  uninstallSkill
18
- } from "./chunk-OYOVC7VN.js";
18
+ } from "./chunk-GQOKE2XQ.js";
19
19
 
20
20
  // src/converters/index.ts
21
21
  import matter from "gray-matter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {