v0.2.8
SkillHub v0.2.8
Automated CLI publish pipeline, security scan bypass fix, and CLI install guide on landing page.
🌟 Highlights
- CLI automated build and publish workflow with npm publish + GitHub Release integration
- Fixed security scan bypass when admin publishes skills directly
- Added CLI install tab on landing page quick start section
🚨 Breaking Changes
None.
✨ Features
- feat(cli): add automated build and publish workflow by @cheney in #422
- feat(web): add CLI install tab on landing quick start by @dongmucat in #423
🐛 Bug Fixes
- fix(promotion): copy bundleReady and downloadReady when promoting skill to global by @dongmucat in #434
- fix(security): trigger security scan for admin-published skills by @dongmucat in #417
- fix(cli): respect configured npm registry by @dongmucat in #418
- fix(cli): sync publish version flow by @dongmucat in #416
- fix(cli): push branch and tag atomically in publish-cli.sh by @cheney in #422
- fix(cli): detect and guide recovery of unpushed release artifacts by @cheney in #422
- fix(cli): harden release pipeline per PR #422 review by @cheney in #422
- fix(cli): match 'push' anywhere in git args, not just $1 by @cheney in #422
- fix(cli): avoid publish temp file leak by @dongmucat in #416
- fix(web): make quick start tab icons exhaustive by @dongmucat in #423
⚡ Performance
None.
📚 Documentation
- Add AGENTS.md and SKILL.md to support AI tools by @DongJiang in #393
🔧 Chore
- chore(cli): bump version to 0.1.6 by @dongmucat
- chore(ci): remove temporary publish-script test workflow by @cheney
- refactor(security): use explicit SCANNING check in processScanResult by @dongmucat
📖 Documentation
- Docs site: https://iflytek.github.io/skillhub/
👥 New Contributors
- @DongJiang made their first contribution in #393
Full Changelog: v0.2.7...v0.2.8