fix: make mosaic init idempotent — detect existing config files #355

Merged
jason.woltje merged 2 commits from fix/idempotent-init into main 2026-04-03 01:30:02 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 07efaa9580 - Show all commits

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mosaic/cli", "name": "@mosaic/cli",
"version": "0.0.2", "version": "0.0.3",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mosaic/mosaic", "name": "@mosaic/mosaic",
"version": "0.0.2", "version": "0.0.3",
"description": "Mosaic agent framework — installation wizard and meta package", "description": "Mosaic agent framework — installation wizard and meta package",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",