Fixed
- 🐛 Recursive home directory ownership fix —
chowninensure_os_user()now uses-Rto recursively fix ownership of all files within a user's home directory when the OS user is recreated with a different UID (e.g. after container recreation with a persistent volume). Previously only the top-level directory was re-owned, leaving files inside with a mismatched UID. (#62)