yeka-skills 0.2.0 → 0.2.1

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/README.md CHANGED
@@ -45,8 +45,8 @@ by a share — a person reviews every submission first.
45
45
  The file rides inside the archive as `_yeka/notes.txt`, always the first entry, namespaced so
46
46
  the review bot can find it, read it, and strip it before the skill content is unpacked. Do not
47
47
  create a `_yeka` folder inside your skill yourself.
48
- - A successful share answers with one sentence: you'll hear back in #yeka-skills, and updates
49
- usually go live within the hour.
48
+ - A successful share answers with one sentence: the team is notified the moment the upload
49
+ lands, and after review it usually goes live the same day, announced in #yeka-skills.
50
50
 
51
51
  Use `--dry-run` with `add`, `update`, or `remove` to verify and report changes without mutating the
52
52
  managed installation. Removal is fully offline and uses local receipts. It refuses locally edited
package/dist/cli.js CHANGED
@@ -2525,7 +2525,7 @@ var shareCommand = async (skillNameInput, options, context = {}) => {
2525
2525
  }
2526
2526
  throw error;
2527
2527
  }
2528
- output(context, "Shared. You'll hear back in #yeka-skills \u2014 updates usually go live within the hour.");
2528
+ output(context, "Shared. The team was notified the moment it landed; after review it usually goes live the same day, announced in #yeka-skills.");
2529
2529
  };
2530
2530
  var loginCommand = async (context = {}) => {
2531
2531
  await deleteSession();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeka-skills",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Install, update, and remove private Gemography agent skills",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",