feat: local tier gateway with PGlite + Gitea-only publishing #371

Merged
jason.woltje merged 2 commits from feat/gateway-local-tier into main 2026-04-04 18:39:21 +00:00

2 Commits

Author SHA1 Message Date
Jarvis
9f73d3f5db fix: unify Commander to v13 across all packages (prdy, mosaic)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Stale commander@12 in @mosaic/prdy and @mosaic/mosaic caused type
mismatch with @mosaic/cli and @mosaic/quality-rails (both on v13).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 13:37:23 -05:00
Jarvis
6954e43bbb feat: local tier gateway with PGlite + Gitea-only publishing + repo linking
- Add PGlite (embedded Postgres) for local tier — gateway runs without
  external PG server. Same schema, same Drizzle API, zero module refactor.
- Install wizard now offers tier selection (local vs team).
  Local skips DATABASE_URL/VALKEY_URL, writes mosaic.config.json.
- Comment out npmjs publish step in CI (preserved for future use).
- Revert gateway publishConfig to Gitea registry, include in Gitea publish.
- Add repository field to all 23 publishable package.json files for
  Gitea package-to-repo linking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 13:32:02 -05:00