You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SaaS setup cloned/pulled docker-dev imperatively (gh repo clone / git pull)
with none of the fleet's origin or auth handling. Replace it with mise's
declarative repos phase, scoped to a mise.saas.toml environment overlay
loaded only under MISE_ENV=saas — private Basecamp infrastructure is
declared ONLY there, never in the OSS root .mise.toml, and OSS setups never
load or reach it.
saas/bin/setup now trusts the overlay, carries the fleet's fenced
docker-dev origin block (shipyard-block: docker-dev-origin v1 — https-auth
probe before fresh clones and canonical-ssh rewrites, guided stop on
missing auth, forks/dirty left for mise), and converges the checkout with
MISE_ENV=saas mise bootstrap --only repos --yes before starting services.
SaaS remains macOS/Omarchy-only, per the platform gate.
0 commit comments