Fixed
- 🐛 Multi-user relative path resolution — relative paths (e.g.
abcdef.txt,.) now resolve against the provisioned user's home directory instead of the server process's/home/user. All file, search, and execute endpoints use the newUserFS.resolve_path()method. (#47) - 🔄 Auto-swap
/home/userpaths — in multi-user mode, absolute paths under/home/userare automatically rewritten to the provisioned user's home directory, handling LLMs that hardcode the default path from the system description.