RoyLee1224 commented on code in PR #70120:
URL: https://github.com/apache/airflow/pull/70120#discussion_r3763367280


##########
.pre-commit-config.yaml:
##########
@@ -1034,6 +1034,27 @@ repos:
         pass_filenames: false
         require_serial: true
         verbose: true
+      - id: run-skill-eval-codex
+        name: Run skill-eval against AGENTS.md and cases (Codex runtime)
+        # Kept separate from run-skill-eval so only contributors who actually 
run
+        # the Codex arm build an env carrying the Codex CLI binary. promptfoo
+        # bundles its own @openai/codex-sdk, but that build ships a binary 
whose
+        # Developer ID certificate Apple has revoked — macOS kills it on exec —
+        # so a notarized version has to be installed explicitly.
+        entry: env AGENT_RUNTIME=codex ./dev/skill-evals/eval.py
+        language: node
+        language_version: '22.22.0'
+        additional_dependencies:
+          - '[email protected]'
+          - '@openai/[email protected]'
+        stages: ['manual']

Review Comment:
   Thanks for the review! Rebased onto main and added `--skip 
run-skill-eval-codex` to the bulk manual command in all three places



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to