@skillrecordings/cli 0.11.2 → 0.12.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 CHANGED
@@ -14,6 +14,16 @@ skill <command> [options]
14
14
  All commands support `--json` for machine-readable output and reliable exit
15
15
  codes.
16
16
 
17
+ ## Adaptive Hints
18
+
19
+ The CLI prints adaptive onboarding/discovery hints to `stderr` for new users.
20
+ Hints learn from usage and fade as you run more commands.
21
+
22
+ **Opt out:**
23
+ - Use `--quiet`
24
+ - Use `--json`
25
+ - Pipe output (non-TTY)
26
+
17
27
  ## Commands
18
28
 
19
29
  ### `skill init <name>`