ClawSweeper.

The conservative maintenance bot for OpenClaw repositories.


Lane 01 Issue & PR Sweeper

A weekly cadence over every open issue and pull request. One markdown report per item; one durable Codex review comment, edited in place — never spammed. A close is proposed only when the evidence is strong.

records/<repo-slug>/items/<number>.md
Lane 02 Commit Sweeper

Runs against code-bearing commits on main. Writes one canonical report per SHA; an optional GitHub Check Run attaches the verdict to the commit itself. Non-code commits are skipped cheaply.

records/<repo-slug>/commits/<sha>.md

A close is proposed only when the item is, with evidence, one of these.

  1. 01 implemented on current main
  2. 02 not reproducible on current main
  3. 03 better suited for ClawHub skill or plugin work than core
  4. 04 duplicate or superseded by a canonical issue / PR
  5. 05 concrete but not actionable in this source repo

Snapshot drift, maintainer authorship, paired issue/PR state, and protected labels each block apply on their own.