Skip to content

v0.3.5

Choose a tag to compare

@ashwin-agami ashwin-agami released this 04 Jul 08:13
07ef93c

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 denied on ORGANIZATION.md.
  • claude.ai connects to a self-hosted server. /mcp no longer answers the bare URL with a 307 the 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.

Specs: ACE-026, ACE-027, ACE-029. PRs: #74, #75, #76.