feat(config): add MosaicConfig schema + loader with tier auto-detection

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-04-02 21:03:00 -05:00
co-authored by Claude Opus 4.6
parent 626adac363
commit 04a80fb9ba
12 changed files with 270 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"tier": "local",
"storage": { "type": "sqlite", "path": ".mosaic/data.db" },
"queue": { "type": "local", "dataDir": ".mosaic/queue" },
"memory": { "type": "keyword" }
}