Fix: HUD Installation 404 Error (#93)
What's Fixed
- HUD installation no longer fails with 404 - The
dist/folder is not in git, so downloading from GitHub raw URLs failed. Now provides actionable error messages. - Auto-build verification -
omc-setupnow automatically runsnpm installif the plugin is installed but not built. - Better error messages - HUD wrapper script now tells users exactly what command to run based on their specific situation.
- Fixed JavaScript scoping bug - Documentation templates had a variable scoping issue that would cause runtime errors.
Files Changed
src/installer/index.ts- Improved HUD wrapper with 4 distinct error scenarioscommands/omc-setup.md- Added Step 3.5 for auto-build verificationskills/hud/SKILL.md&commands/hud.md- Fixed scoping bug, improved fallbacks