v0.14.2
Added
- Multi-name and
--groupforupdate—skillshare update a b cupdates multiple skills at once;--group/-Gflag expands a group directory to all updatable skills within it (repeatable); positional names that match a group directory are auto-detected and expanded; names and groups can be mixed freely - Multi-name and
--groupforcheck—skillshare check a b cchecks only specified skills;--group/-Gflag works identically toupdate; no args = check all (existing behavior preserved); filtered mode includes a loading spinner for network operations - Security guide — new
docs/guides/security.mdcovering audit rules,.skillignore, and safe install practices; cross-referenced from audit command docs and best practices guide
Changed
- Docs diagrams migrated to Mermaid SVG — replaced ASCII box-drawing diagrams across 10+ command docs with Mermaid
handDrawnlook for better rendering and maintainability - Hub docs repositioned — hub documentation reframed as organization-first with private source examples
- Docker/devcontainer unified — consolidated version definitions, init scripts, and added
sandbox-logstarget; devcontainer now includes Node.js 24, auto-start dev servers, and adev-serversmanager script
Changelog
- 0ead6ce chore: update CHANGELOG
- 2724d5d chore: update CHANGELOG for v0.14.2
- aef35a9 feat(check): support multiple names and --group/-G flag
- 626f0f2 feat(devcontainer): add Node.js 24, auto-start dev servers, and dev-servers manager
- a202557 feat(update): support multiple names and --group/-G flag
- 1b5056d refactor(docker): unify versions, consolidate init scripts, add sandbox-logs
- 0e25056 refactor(docs): replace ASCII box-drawing diagrams with Mermaid SVG