v0.3.5
Self-host deploy fixes from a field run-through.
Fixed
- Deploy no longer crash-loops on artifact permissions. The team server runs as a non-root container user; the model is now staged world-readable, so the boot-time load can't fail
Permission deniedonORGANIZATION.md. - claude.ai connects to a self-hosted server.
/mcpno longer answers the bare URL with a307the MCP client won't follow — normalized server-side, works on every profile (incl. Caddy-less Cloud Run).
Changed
- Warehouse credentials come from
DATASOURCE_URL(env), not a mounted file. Env-first, file-fallback — one code path. The self-host bundle ships no secret:local/(credentials,.pgpass) is never staged, and a re-run purges any stale copy.