twentythree-skills 1.3.1 → 1.3.3

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 (2) hide show
  1. package/package.json +1 -1
  2. package/skills/SKILL.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twentythree-skills",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "AI agent skills for the TwentyThree CLI",
5
5
  "license": "MIT",
6
6
  "author": "TwentyThree",
package/skills/SKILL.md CHANGED
@@ -170,7 +170,7 @@ These are not in the 22 resource groups — they are CLI-local utilities:
170
170
 
171
171
  | Topic | Commands | Purpose |
172
172
  |-------|----------|---------|
173
- | `auth` | `credentials`, `status` | Configure and verify bearer-token auth |
173
+ | `auth` | `credentials`, `status`, `switch` | Configure and verify bearer-token auth |
174
174
  | `workspace` | `list`, `use` | Multi-workspace selection |
175
175
  | `autocomplete` | `bash`, `zsh` | Shell completion (`twentythree autocomplete bash | source`) |
176
176
  | `doctor` | (top-level: `twentythree doctor`) | Diagnose auth, connectivity, dependency issues |