yourskills 0.1.4 → 0.1.5

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 (3) hide show
  1. package/README.md +6 -4
  2. package/dist/main.js +710 -638
  3. package/package.json +1 -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 separate hook and never registers itself. It is **opt in**, with
74
- `yourskills hooks install --track`. When it is on, an invocation sends the skill's registry
75
- id, the commit you installed it at, which agent ran it, and when. The CLI never sends a
76
- user identifier. `YOURSKILLS_NO_TRACK=1` turns it off outright.
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.