chore(ci): drop code-review workflow — superseded by Quinn#3746
Conversation
Quinn (protoWorkstacean) now handles PR review on this repo via the hook registered at hooks.proto-labs.ai/webhook/github. Quinn does inline review via the GitHub Review API, vector-context search against prior PR history (quinn-pr-history), and a learning loop that filters low-signal dismissed comments — strictly better than the release-tools/review-code sticky-comment approach this workflow ran. Quinn explicitly "replaces CodeRabbit" per its reference doc, and our review-code CLI was the bridge tool added in #3615 to bypass clawpatch's OpenAI-Codex coupling (#3614). Both are now redundant for the PR-review job. Removes: - .github/workflows/code-review.yml — the CI workflow that ran review-code - scripts/post-review-findings.mjs — sticky-comment helper used only by the workflow Quinn webhook on this repo (id 604878011) remains active and unaffected.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughTwo automation files are deleted: the ChangesRemoval of code review automation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
) BREAKING CHANGE: The `review-code` CLI is removed. Quinn (in protoLabsAI/protoWorkstacean) now handles PR review across the org via the webhook at hooks.proto-labs.ai/webhook/github. Quinn: - Reviews every PR via the GitHub webhook (opened, synchronize, ready_for_review) - Posts inline review comments via the GitHub Review API (line-level) - Uses Qdrant + Ollama vector search across prior PR history (quinn-pr-history) and similar code patterns (quinn-code-patterns) - Learns from dismissed comments (quinn-review-learnings) and suppresses low-signal patterns on future reviews - Explicitly designed to replace CodeRabbit per its reference doc The release-tools `review-code` CLI was a bridge tool — added to bypass clawpatch's OpenAI-Codex coupling so we could run Clawpatch-shaped findings through the protoLabs gateway. With Quinn live, it's redundant and removed in one shot rather than deprecated. Removed: bin/review-code.mjs lib/code-review.mjs test/code-review.test.mjs docs/handoffs/2026-05-21-review-code.md Updated: package.json — drop bin entry, version 1.1.0 → 2.0.0 .github/workflows/ci.yml — drop review-code lint/smoke steps README.md — drop the "Model-backed code review" section Consumers already migrated: protoLabsAI/protoMaker#3746 protoLabsAI/escape-from-qud#109 Closes #9 (review-code: post sticky PR comment — no longer needed; Quinn posts inline review comments natively).
Summary
Quinn (protoWorkstacean) now handles PR review via the webhook at `hooks.proto-labs.ai/webhook/github` — id 604878011 on this repo, active, subscribed to all PR + issue events.
Quinn:
`review-code` was the bridge tool we added in #3615 to bypass clawpatch's OpenAI-Codex coupling (#3614). With Quinn live, it's redundant.
Removed
What still gates PRs
Related
Summary by CodeRabbit