Files
stack/mosaic.config.json
Jarvis 04a80fb9ba
Some checks failed
ci/woodpecker/push/ci Pipeline failed
feat(config): add MosaicConfig schema + loader with tier auto-detection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 21:03:00 -05:00

7 lines
179 B
JSON

{
"tier": "local",
"storage": { "type": "sqlite", "path": ".mosaic/data.db" },
"queue": { "type": "local", "dataDir": ".mosaic/queue" },
"memory": { "type": "keyword" }
}