test(#795): enforce PR diff regressions in CI

This commit is contained in:
Hermes Agent
2026-07-17 12:21:35 -05:00
parent 080a6b4663
commit 0e50c694cb
2 changed files with 90 additions and 77 deletions

View File

@@ -24,7 +24,8 @@
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
"test": "vitest run --passWithNoTests && pnpm run test:framework-shell",
"test:framework-shell": "bash framework/tools/codex/test-pr-diff-context.sh"
},
"dependencies": {
"@mosaicstack/brain": "workspace:*",