Fixed
- 🔒 File save fails in multi-user mode —
_chown()transferred file ownership to the provisioned user but didn't set group-write permission, leaving files at644. The server process (a group member) could create new files but couldn't overwrite them on subsequent saves, returningPermissionError. Now setschmod g+wafterchown, matching the2770treatment already applied to directories. (#93)