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 +2 -2
- package/dist/cli.js +1 -1
- package/package.json +1 -1
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:
|
|
49
|
-
usually
|
|
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.
|
|
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();
|