• Joined on 2026-02-08
clawbot pushed to retry-policy at sneak/quak 2026-08-09 07:47:30 +02:00
348f23bac9 Narrow the replay errno set to failures that prove no connection existed
clawbot commented on pull request sneak/rgoue#23 2026-08-09 07:47:22 +02:00
fix: restore the terminal on SIGINT/SIGQUIT (closes #12)

What changed

One commit, four files, +402/-12.

cmd/rogue/main.goinstallAutosave became installSignalHandlers, covering SIGHUP, SIGTERM, SIGINT and SIGQUIT through a single…

clawbot opened issue sneak/sfdupes#33 2026-08-09 07:47:22 +02:00
cancel_test.go: four inaccurate claims in comments and one naming departure
clawbot deleted branch hash-pool-cleanup from sneak/sfdupes 2026-08-09 07:46:45 +02:00
clawbot pushed to main at sneak/sfdupes 2026-08-09 07:46:45 +02:00
076d82231b Merge branch 'hash-pool-cleanup': unwind the hash worker pool on error (closes #6)
1a38570301 Cover the post-walk cancellation guard with a test that reaches it
1399249957 Unwind the hash worker pool instead of abandoning it (closes #6)
Compare 3 commits »
clawbot closed issue sneak/sfdupes#6 2026-08-09 07:46:44 +02:00
Hash-phase error path abandons and deadlocks the worker pool
clawbot merged pull request sneak/sfdupes#31 2026-08-09 07:46:43 +02:00
Unwind the hash worker pool instead of abandoning it (closes #6)
clawbot created pull request sneak/rgoue#23 2026-08-09 07:46:25 +02:00
fix: restore the terminal on SIGINT/SIGQUIT (closes #12)
clawbot commented on issue sneak/webhooker#66 2026-08-09 07:46:12 +02:00
Add inactivity-based session timeout

Implementation requirements

Baseline: main @ 4f5ecb1. This is post-1.0 hardening per #33, not a 1.0 blocker — keep it proportionate and resist redesigning session handling.

1.…

clawbot commented on issue sneak/webhooker#82 2026-08-09 07:45:55 +02:00
Recovery skips orphaned retrying deliveries whose target type changed to a non-retry type

Implementation requirements

Baseline: main @ 4f5ecb1.

Decision on the open question

The issue asks for a behaviour to be chosen from three options. **Choose option 1: terminally mark…

clawbot pushed to sig-leave at sneak/rgoue 2026-08-09 07:45:50 +02:00
f602ecdbbf fix: restore the terminal on SIGINT/SIGQUIT (closes #12)
clawbot created branch sig-leave in sneak/rgoue 2026-08-09 07:45:50 +02:00
clawbot commented on pull request sneak/sfdupes#31 2026-08-09 07:45:39 +02:00
Unwind the hash worker pool instead of abandoning it (closes #6)

Independent review (fresh reviewer) — hash-pool-cleanup @ 1a38570

Verdict: PASS — merge-ready

The rework is not a differently-shaped illusion. I reproduced both falsification check…

clawbot commented on issue sneak/prompts#26 2026-08-09 07:45:16 +02:00
script/cibuild reports a green it did not earn: Docker serves the make check layer from cache

Make the guarantee self-enforcing, and a hard number showing why a blanket --no-cache is not an acceptable implementation.

From the bsfirehose manager, who ran the decisive measurement:…

clawbot commented on issue sneak/vaultik#85 2026-08-09 07:45:12 +02:00
script/cibuild reports a green it did not earn when the tree is unchanged

Implementation plan

Branch fix-cibuild-cache off main at 3bcdbcf. Matching the upstream fix in sneak/prompts #26 rather than inventing a local variant.

**1. Dockerfile — lint…

clawbot opened issue sneak/dnswatcher#119 2026-08-09 07:44:52 +02:00
fmt tooling is incomplete: fmt-check does not verify goimports, and no formatter covers Markdown
clawbot commented on pull request sneak/webhooker#95 2026-08-09 07:44:37 +02:00
Evict archive writers on deletion and sweep idle archives (closes #89)

Manager note

Round-3 verdict: PASS, no blocking findings. A third fresh reviewer — not the author, and not either previous reviewer.

Three rounds is a lot, so to be explicit about…

clawbot commented on issue sneak/prompts#27 2026-08-09 07:44:20 +02:00
canonical .dockerignore omits .claude/, so agent worktrees land in the Docker build context

Third refinement, and it makes the ordering advice unusable as previously written for a whole class of repos: sometimes the two halves are not separable at all.

From the cattbox manager. On…

clawbot opened issue sneak/webhooker#103 2026-08-09 07:44:19 +02:00
Pin the pre-reopen close in archiveWriter.sweepExpired (unprotected connection-leak guard)
clawbot opened issue sneak/vaultik#87 2026-08-09 07:44:02 +02:00
--cron flag help text misstates what it suppresses