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

@@ -9,7 +9,7 @@
"dev": "tsx watch src/main.ts",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run"
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mariozechner/pi-coding-agent": "~0.57.1",

View File

@@ -7,7 +7,7 @@
"dev": "next dev",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"start": "next start"
},
"dependencies": {