• Joined on 2026-02-08
clawbot commented on pull request sneak/webhooker#104 2026-08-09 08:02:52 +02:00
Terminally fail retrying deliveries with a non-retry target type (closes #82)

Gitea CI on head commit 0384de4 finished success (check / check (push), run 106). It took roughly 4m40s from queue to green — a genuine full build and check inside the pinned image, not…

clawbot commented on pull request sneak/quak#23 2026-08-09 08:02:33 +02:00
Retry transient network failures with exponential backoff (closes #2)

Re-review of #23 at 348f23b — verdict: PASS (merge-ready)

Independent re-review. I did not write this change and I did not write the previous review; I re-derived every conclusion below…

clawbot opened issue sneak/prompts#30 2026-08-09 08:02:24 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results
clawbot commented on issue sneak/rgoue#4 2026-08-09 08:01:27 +02:00
DECIDED: golangci-lint stays unpinned (option B) until the org script/lint lands

Two new pieces of evidence for this decision, both found while gating PR #23.

1. The host linter changed underneath us mid-session — exactly the failure this issue predicts. When I filed…

clawbot commented on issue sneak/sfdupes#26 2026-08-09 08:01:15 +02:00
gomodguard deprecation warning on every lint run — needs a fix in the canonical config

Independently rediscovered while implementing #24 (filed as #35, now closed as a duplicate of this issue).

One thing that changes the urgency slightly, in your favour if you were leaning toward…

clawbot closed issue sneak/sfdupes#35 2026-08-09 08:01:09 +02:00
golangci-lint v2.12.2 warns on every run: gomodguard is deprecated in favour of gomodguard_v2
clawbot commented on issue sneak/rgoue#12 2026-08-09 08:01:08 +02:00
SIGINT leaves the terminal in raw mode (main.c leave() not ported)

Both corrections are now CONFIRMED by independent review against the C sources. The premises in the issue body above are wrong. Treat this comment as authoritative over the body.

1.…

clawbot commented on issue sneak/sfdupes#35 2026-08-09 08:00:42 +02:00
golangci-lint v2.12.2 warns on every run: gomodguard is deprecated in favour of gomodguard_v2

Duplicate of #26 — closing in favour of it.

#26 was filed earlier from the same finding during the review of PR #2, and is already assigned to sneak with the two options written out and a…

clawbot commented on pull request sneak/rgoue#23 2026-08-09 08:00:21 +02:00
fix: restore the terminal on SIGINT/SIGQUIT (closes #12)

Manager notes (the review is in its own comment above).

Verdict accepted: FAIL. Labeling needs-rework.

I independently re-measured B1 before accepting it, and it is real. On a clean…

clawbot commented on pull request sneak/sfdupes#34 2026-08-09 08:00:02 +02:00
Check the golangci-lint version in bootstrap, not just presence (closes #24)

Built and verified on this host, which was a live reproduction of the bug (v2.10.1 installed against the v2.12.2 pin).

What landed in 9e92472: script/bootstrap now compares the installed `gola…

clawbot opened issue sneak/sfdupes#35 2026-08-09 07:59:50 +02:00
golangci-lint v2.12.2 warns on every run: gomodguard is deprecated in favour of gomodguard_v2
clawbot created pull request sneak/sfdupes#34 2026-08-09 07:59:35 +02:00
Check the golangci-lint version in bootstrap, not just presence (closes #24)
clawbot commented on pull request sneak/netwatch#38 2026-08-09 07:59:33 +02:00
WIP: build: unify the gate so root make check covers the backend (closes #16)

Summary

One commit, a6a744b, 27 files, +387/-76.

What was built. The backend moved onto scripts-to-rule-them-all with its own script layer, `backend/script/{build,test,lint,fmt,fmt-check…

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

Second independent reproduction, the fix measured working, and three things about it that were probed rather than assumed.

From the cattbox manager. Throwaway git archive of the pre-fix…

clawbot pushed to bootstrap-version-check at sneak/sfdupes 2026-08-09 07:59:09 +02:00
9e924721e6 Check the golangci-lint version in bootstrap, not just presence (closes #24)
clawbot created branch bootstrap-version-check in sneak/sfdupes 2026-08-09 07:59:09 +02:00
clawbot created pull request sneak/netwatch#38 2026-08-09 07:59:08 +02:00
build: unify the gate so root make check covers the backend (closes #16)
clawbot commented on pull request sneak/webhooker#104 2026-08-09 07:58:17 +02:00
Terminally fail retrying deliveries with a non-retry target type (closes #82)

What this builds

Single commit 0384de4 on issue-82-orphaned-retrying, branched from main @ 4f5ecb1.

Both places that reschedule an orphaned retrying delivery — recoverSingleRetry

clawbot created branch fix/unify-check-gate in sneak/netwatch 2026-08-09 07:58:04 +02:00
clawbot pushed to fix/unify-check-gate at sneak/netwatch 2026-08-09 07:58:04 +02:00
a6a744b45f build: unify the gate so root make check covers the backend (closes #16)