yourskills 0.1.4 → 0.2.0
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 +6 -4
- package/dist/main.js +3038 -2877
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -70,10 +70,12 @@ It only touches skills already in your manifest, only moves them to the commit y
|
|
|
70
70
|
registry pins, and says so every time. `yourskills config set autoUpdate false` keeps the
|
|
71
71
|
check and stops the installing.
|
|
72
72
|
|
|
73
|
-
Usage counting is a
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
Usage counting is a second hook, registered at the same moment, so your organization can
|
|
74
|
+
see which of its skills are used. An invocation sends the skill's registry id, the commit
|
|
75
|
+
you installed it at, which agent ran it, and when. The CLI never sends a user identifier.
|
|
76
|
+
It is **on by default**; `yourskills config set track false` turns it off for you,
|
|
77
|
+
`YOURSKILLS_NO_TRACK=1` turns it off for a machine, and an organization can turn it off
|
|
78
|
+
for everyone in its settings.
|
|
77
79
|
|
|
78
80
|
`yourskills hooks status` shows what is registered and where. `yourskills hooks uninstall`
|
|
79
81
|
removes what we registered and nothing else.
|