From 0f90a2130228ca1ed7261aa7fe2cbe3a6f73af2c Mon Sep 17 00:00:00 2001 From: mawkone Date: Mon, 15 Jun 2026 17:02:26 -0700 Subject: [PATCH] Enable verification harness unconditionally so AI auto-checks builds and console errors --- vibn-frontend/app/api/chat/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibn-frontend/app/api/chat/route.ts b/vibn-frontend/app/api/chat/route.ts index dceb943f..e5fa7ee1 100644 --- a/vibn-frontend/app/api/chat/route.ts +++ b/vibn-frontend/app/api/chat/route.ts @@ -1508,7 +1508,7 @@ export async function POST(request: Request) { MUTATION_TOOLS.includes(tc.name), ); if ( - process.env.VIBN_VERIFICATION_ENABLED === "1" && + !aborted && mutated && activeProject?.id &&