Vertical split into agency and wedding
commit2026-06-01 · and-co
Carved the monorepo along the vertical seam: a shared agent library in packages/ (with a new @belo/db-kernel as the vertical-neutral Store/schema source) plus two per-vertical products under apps/agency and apps/wedding, each with its own db, runtime, and api against its own Postgres. The single Dockerfile and BELO_SERVICE role switch are gone, replaced by per-vertical images chosen by start command, and env vars lost their BELO_ prefixes so each vertical's .env is self-contained. Twenty-two commits of mostly moving things and re-pointing imports, plus the inevitable round of deploy fixes once Railway started complaining about BuildKit cache mounts, baked-in .env secrets, and Prisma clients that weren't being generated. The README now says it's built and running locally, which feels like a milestone even though production is still ahead.
22 commits across 1 repo (belo-works: 22). 154 files changed; 4 skipped. Diff was truncated for summarization.
Related
- Project& Co.