v0.3
Changes since v0.2:
New features
- (feat) add skills to release [release] (071ef8c)
Fixes
- fix(slides): track dist/ and plugin/ assets excluded by .gitignore (b78f88b)
- fix(docs): use passthrough image service to avoid missing sharp error (2c441a4)
Other
- (cleanup) Remove .DS_Store files (0b1e8e2)
- ci: include reveal.js slides in GitHub Pages deployment (28065c5)
- Add Reveal.js slides and SOCIA assets (82d7064)
Artifacts
mentora-v0.3.zip— MENTORA Chrome extension (teacher).socia-v0.3.zip— SOCIA Chrome extension (student).panel-server-v0.3.zip— server + teacher panel.workflow-generator-v0.3.skill— agent skill for generating SOCIA workflows from MENTORA recordings.guide-generator-v0.3.skill— agent skill for generating step-by-step teaching guides from MENTORA recordings.
Quick install
Extensions (Chrome / Edge): unzip and load the resulting folder from chrome://extensions with developer mode enabled ("Load unpacked").
Server: unzip panel-server-v0.3.zip, install production dependencies (pnpm install --prod) and start with node dist/index.js. Alternatively, use the included Dockerfile.
Agent skills: install workflow-generator-v0.3.skill and guide-generator-v0.3.skill with an agent compatible with the .skill format. If your agent does not support .skill files, rename each file to .zip, unzip it, and follow that agent's own skill installation instructions with the extracted skill folder.