ci: add ClawSweeper dispatch workflow - #49
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed July 26, 2026, 9:59 PM ET / July 27, 2026, 01:59 UTC. ClawSweeper reviewWhat this changesThe PR adds a 202-line GitHub Actions workflow that sends selected issue, comment, and pull-request events to ClawSweeper for automated review. Merge readiness⛔ Blocked until real behavior proof is added - 4 items remain Keep open: this is a current, cleanly mergeable CI integration PR, but it adds a cross-repository dispatch and GitHub App token boundary without after-fix live-run evidence. The supplied patch follows several safe workflow practices, including a pinned token action and no checkout of untrusted PR code, so there is no discrete correctness finding; maintainers should still require a redacted proof run before merge. Priority: P3 Review scores
Verification
How this fits togetherThe repository’s GitHub event stream feeds a dispatch workflow, which filters eligible issue and pull-request activity before sending review work to the central ClawSweeper service. The resulting review automation can update the originating GitHub item while the workflow itself remains in this repository’s CI surface. flowchart LR
A[Issue and PR events] --> B[Dispatch workflow]
C[Comment and bot filters] --> B
B --> D[GitHub App token]
D --> E[ClawSweeper service]
E --> F[Review result on source item]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Land the standard dispatch workflow only after a redacted live event run demonstrates an eligible item reaches ClawSweeper and an ineligible or bot-generated event is safely ignored, while preserving the no-checkout and narrowly scoped token design. Do we have a high-confidence way to reproduce the issue? Not applicable as a bug report. The workflow’s intended event paths are visible in the patch, but this review has no live after-merge dispatch trace proving the new automation behavior. Is this the best way to solve the issue? Unclear. The workflow appears to be the standard organization-wide rollout implementation and includes sensible safeguards, but the best solution requires live evidence that the filter and central dispatch operate as intended before this privileged automation is accepted. AGENTS.md: unclear because the file could not be read completely. Codex review notes: model internal, reasoning high; reviewed against decf9d652ea9. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Adds the standard ClawSweeper dispatch workflow so this repo's issues and PRs are reviewed by ClawSweeper (org-wide rollout, see openclaw/clawsweeper#875).