Commit Graph

4 Commits

Author SHA1 Message Date
Jarvis
99a865db74 fix(config): add missing eslint devDependency
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
The package declared an eslint lint script but eslint was not in
devDependencies, causing the pre-push hook to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 16:47:16 -05:00
Jarvis
2b2d2b9387 fix(config): update storage type references from sqlite to pglite
Update DEFAULT_LOCAL_CONFIG, VALID_STORAGE_TYPES, and repo-root
mosaic.config.json to use pglite instead of sqlite, completing the
storage dialect migration started in the previous commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 16:46:07 -05:00
fc7fa11923 feat: local tier gateway with PGlite + Gitea-only publishing (#371)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed
2026-04-04 18:39:20 +00:00
Jarvis
04a80fb9ba feat(config): add MosaicConfig schema + loader with tier auto-detection
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 21:03:00 -05:00