Redact thread on merge success even if deploy fails; add clear command

A merge whose post-merge deploy failed left the review thread orphaned (redaction was gated on deploy success). Now the thread always redacts on merge success and the deploy-failure warning is posted at top level so it survives. New clear/resolve command redacts an orphaned thread without touching the PR.
This commit is contained in:
Keysat
2026-06-28 21:17:36 -05:00
parent 16faeb06f9
commit 063e6947f7
3 changed files with 48 additions and 25 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ is PR review.
`<owner>/<repo>` (and `~/Projects/<repo>` on the Mac), then posts an onboarding message.
2. It polls that repo's open PRs and posts each as a **thread**: a headless `claude -p` review (with
an optional subagent panel) run on the Mac over SSH.
3. In the thread: `merge` (then `yes`) or `reject`. On a clean merge it can auto-deploy, then
redacts the thread so the room shows only open PRs.
3. In the thread: `merge` (then `yes`) or `reject`. A merge auto-deploys (if enabled) and then
redacts the thread, so the room shows only open PRs; if the deploy fails, the thread still
clears and a standalone "deploy manually" warning stays in the room. `clear` redacts an
orphaned thread without touching the PR.
Pick which review agents run per room in chat: `agents +reviewer +security -adjudicator`.