All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- AGENTS.md with project conventions for AI coding agents
slimevr/entrypoint.sh— fixes/dev/hidraw*permissions at startup and drops privileges toubuntu- Background watcher in entrypoint: polls every 2s to fix permissions on hotplugged hidraw devices
- Hotplug detection: restarts Java process on USB disconnect/reconnect to avoid SlimeVR NullPointerException
slimevr/Dockerfile: replacedUSER ubuntu+CMDwithENTRYPOINT+CMDpattern for permission fixing
- Tracker HID access failure:
/dev/hidraw*now automatically set to660 dialoutinside the container - Graceful handling of USB detach/re-attach cycles (e.g. via Windows usbipd)