feat(api): complete phase 9 mobile contracts

This commit is contained in:
poyrazavsever
2026-07-17 09:38:22 +03:00
parent 46a746d2d4
commit b04031a3e3
25 changed files with 4896 additions and 19 deletions
+3 -1
View File
@@ -28,7 +28,9 @@
"phase7:backend-boundary": "node scripts/phase7-backend-boundary.mjs",
"phase7:smoke": "node scripts/phase7-smoke.mjs",
"phase8:import-smoke": "node scripts/phase8-import-smoke.mjs",
"phase8:release-boundary": "node scripts/phase8-release-boundary.mjs"
"phase8:release-boundary": "node scripts/phase8-release-boundary.mjs",
"phase9:api-boundary": "node scripts/phase9-api-boundary.mjs",
"phase9:smoke": "node scripts/phase9-smoke.mjs"
},
"dependencies": {
"@ai-sdk/google": "^3.0.80",