Commit 7a6b966
authored
Add skills UX, i18n rollout, and session hardening (#144)
* Add skills library and management workflows
- Expose bundled skill catalog and install/import APIs
- Add skills page, create dialog, and composer shortcuts
- Wire slash commands to browse, create, install, and uninstall skills
* Switch global skills to ~/.okcode with legacy fallback
- Update skill creation and system docs to use ~/.okcode/skills
- Preserve read compatibility with existing ~/.claude/skills installs
- Add tests for skill precedence and bundled skill installation
* Gate skill commands on all composer attachments
- Treat image attachments as blocking skill-management command parsing
- Keep terminal context gating unchanged1 parent af8e99e commit 7a6b966
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
238 | 241 | | |
239 | 242 | | |
240 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3027 | 3027 | | |
3028 | 3028 | | |
3029 | 3029 | | |
3030 | | - | |
| 3030 | + | |
3031 | 3031 | | |
3032 | 3032 | | |
3033 | 3033 | | |
| |||
0 commit comments