fix: Phase 0 verification — CI gates green (P0-009) (#70)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #70.
This commit is contained in:
2026-03-13 02:28:38 +00:00
committed by jason.woltje
parent 4cd5cbf893
commit cbac5902db
20 changed files with 27 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/types": "workspace:*"

View File

@@ -14,7 +14,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"@types/node": "^22.0.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/types": "workspace:*"

View File

@@ -18,7 +18,7 @@
"dev": "tsx src/cli.ts",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"ink": "^5.0.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/types": "workspace:*"

View File

@@ -14,7 +14,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/types": "workspace:*"

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/types": "workspace:*"

View File

@@ -13,7 +13,7 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.8.0",