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
+2
View File
@@ -32,6 +32,7 @@
"format:check": "prettier --check 'src/**/*.ts'",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e:dogfood": "vitest run test/e2e/dogfood.eval.ts",
"postinstall": "node scripts/postinstall.js",
"changeset": "changeset",
"ci:version": "changeset version && pnpm run version:sync && pnpm install --no-frozen-lockfile",
@@ -62,6 +63,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.52",
"@changesets/cli": "^2.29.8",
"@types/node": "^20.10.0",
"@types/ws": "^8.18.1",