- Add package/installer.nsi (Full/Server/Client) and toolchain.nsi - Embed icon.ico (rounded corners) into homed.exe/waiter.exe via .syso - GUI auto-launches homed.exe from parent dir (Windows only) - GUI fallback connections.json from app resource dir - Add initconfig command for config.db seeding - Replace waiter rawmode* with raw_{unix,windows,other}.go - Fix .gitignore: /homed instead of homed, add login.json - Update icon.svg with rounded rect, new mascot.svg
- Add core.agent.embedding_model_path to seedDBValues and seedCoreDefs - Wire cfgReg.GetString in main.go to AgentConfig.EmbeddingModelPath - Follow existing core.agent.* ConfigRegistry pattern