Files
Trevin Chow 4908f00a44 refactor(ce-code-review): replace PR skip heuristics with lightweight model judgment
- Remove draft-PR skip: reviewing in-progress work is valuable, not a
  reason to stop
- Remove already-reviewed skip: we don't post PR comments so there is
  no reliable signal to detect prior runs
- Replace chore(deps)/chore:release regex with a Haiku (Claude) /
  GPT-4.1-mini (Codex) sub-agent that judges trivial PRs by reading
  title, body, and file list -- LLM judgment beats pattern matching for
  lock-file bumps, release commits, and other auto-generated changes
- Update contract tests to match: verify draft is not skipped, verify
  lightweight model dispatch, remove regex literal assertions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 20:26:55 -07:00
..