@skillrecordings/cli 0.18.2 → 0.19.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 +10 -0
- package/dist/index.js +1773 -949
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,16 @@ Notes:
|
|
|
50
50
|
- `secrets` CLI is optional. If missing, `skill auth setup` falls back to `op signin`.
|
|
51
51
|
- Setup writes `SKILL_AGE_KEY` to `~/.config/skill/age.key` so `.env.encrypted` works without keychain.
|
|
52
52
|
|
|
53
|
+
## OAuth Broker Spike
|
|
54
|
+
|
|
55
|
+
Use this to inspect the planned GitHub OAuth + broker auth model that reduces
|
|
56
|
+
local dependencies for team members:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
skill auth oauth-spike
|
|
60
|
+
skill auth oauth-spike --json
|
|
61
|
+
```
|
|
62
|
+
|
|
53
63
|
## Adaptive Hints
|
|
54
64
|
|
|
55
65
|
The CLI prints adaptive onboarding/discovery hints to `stderr` for new users.
|