add dogfood skill for agent-driven exploratory qa (#538)

* dogfood skill

* evals

* haiku

* fixes

* caching

* fixes

* don't use npx
This commit is contained in:
Chris Tate
2026-02-24 11:35:50 -06:00
committed by GitHub
parent f319195974
commit c0e2b80f8c
10 changed files with 1190 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
include: ['src/**/*.test.ts', 'test/**/*.test.ts'],
include: ['src/**/*.test.ts', 'test/**/*.test.ts', 'test/**/*.eval.ts'],
testTimeout: 30000,
},
});