v0.10.2
Added
- Web Dashboard: Project Mode —
skillshare ui -plaunches a project-aware dashboard - Auto-detects project mode when .
skillshare/config.yamlexists in cwd - Git Sync and Backup pages hidden (project uses its own git)
- Config page edits
.skillshare/config.yamlinstead of global config - Install reconciles remote skill entries in project config automatically
- "Project" badge in sidebar indicates active mode
- Docker playground: project mode demo —
make sandbox-upnow pre-configures ~/demo-project with a sample skill, skillshare-ui-palias for one-command project dashboard - Built-in skill updated — skillshare skill now documents web dashboard usage, triggers, REST API reference
Changed
- upgrade --skill always refreshes and overwrites the built-in skill (no skip when version matches)
- Docker sandbox scripts refactored with shared entrypoint and _sandbox_common.sh to eliminate duplication
- internal/server/dist/ gitignored; make build auto-creates placeholder so fresh clones compile without frontend build
- README reorganized with refreshed messaging
Changelog
- 5df04bd chore: gitignore internal/server/dist/ and auto-create placeholder on build
- 14bd568 feat: add project mode support to web dashboard (
skillshare ui -p) - afc932c feat: make upgrade --skill always refresh and overwrite
- 503ee8a refactor: DRY up Docker sandbox scripts with shared entrypoint and boilerplate