TEST - CODEX AGENTS: real Tasker e2e smoke harness

This commit is contained in:
DCCONSTRUCTIONS
2026-05-14 19:44:05 +03:00
parent 9f402074f2
commit 418914fefd
2 changed files with 183 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"check": "tsc --noEmit -p tsconfig.json",
"migrate": "tsx src/scripts/migrate.ts",
"migrate:dist": "node dist/scripts/migrate.js",
"smoke:e2e": "tsx src/scripts/smoke-e2e.ts",
"smoke:gateway": "tsx src/scripts/smoke-gateway.ts",
"start": "node dist/server.js"
},