Consolidate AI review workflows and documentation - #9
Conversation
b7e2fe0 to
532dfdb
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| description: Claude reasoning effort | ||
| required: false | ||
| type: string | ||
| default: xhigh |
There was a problem hiding this comment.
High: Claude Code does not support xhigh for --effort; valid levels are low, medium, high, and max. With this default, both Claude attempts fail before producing a review. Use max for the strongest effort and remove xhigh from the validator, public workflow default, documentation, and tests.
Codex AI reviewFound one high-impact configuration issue. The workflow tests only assert YAML literals, so CLI option compatibility is not covered. Reviewed commit |
Claude AI reviewThis PR consolidates the AI review workflows (folding the separate I reviewed the changes for correctness and found no actionable defects:
Residual test risk: No test exercises the new Reviewed commit |
Summary
Testing
bash tests/test_ai_review_inline_cleanup.shbash tests/test_post_ai_review.shpython3 -B -m unittest tests/test_ai_pr_review_workflow.py tests/test_prepare_ai_review_comments.py(13 tests)git diff --check