fix: fetch actual Gitea PR head for Codex reviews (#815)

This commit is contained in:
2026-07-17 19:44:56 +00:00
parent fe7a468c9d
commit 686c881fe4
4 changed files with 197 additions and 27 deletions
+2 -1
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:*",