Enable verification harness unconditionally so AI auto-checks builds and console errors

This commit is contained in:
2026-06-15 17:02:26 -07:00
parent 74f81f23d0
commit 0f90a21302

View File

@@ -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 &&