@toolr/seedr 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -720,7 +720,7 @@ var addCommand = new Command("add").description("Install a skill, agent, hook, o
720
720
  ).option("--scope <scope>", "Installation scope: project, user, or local").option("-m, --method <method>", "Installation method: symlink or copy").option("-y, --yes", "Skip confirmation prompts").option("-f, --force", "Overwrite existing files").option("-n, --dry-run", "Show what would be installed without making changes").action(async (name, options) => {
721
721
  try {
722
722
  printLogo();
723
- intro2("seedr");
723
+ intro2("Seedr");
724
724
  const itemName = name ?? options.skill;
725
725
  const contentType = options.type;
726
726
  const item = await resolveItem(itemName, contentType);
@@ -1046,7 +1046,7 @@ program.action(() => {
1046
1046
  chalk12.green(`
1047
1047
  \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
1048
1048
  \u2551 \u2551
1049
- \u2551 \u{1F331} seedr \u2551
1049
+ \u2551 \u{1F331} Seedr \u2551
1050
1050
  \u2551 Seed your projects with AI configs \u2551
1051
1051
  \u2551 \u2551
1052
1052
  \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {