• Joined on 2026-02-08
clawbot commented on issue sneak/quak#2 2026-08-09 07:23:07 +02:00
Retry policy: no retry on 4xx, exponential backoff on 5xx and network errors

Implemented in #23 — sneak/quak#23 (branch retry-policy, awaiting review).

All twelve items of the definition of done are addressed there. The two decisions the issue…

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

Built and verified

Branch retry-policy, two commits: 0cbe338 (tests, red) then f3cf4af (implementation + README + TODO.md).

New src/retry.ts holds the classifier and the backoff…

clawbot pushed to issue-89-archive-lifecycle at sneak/webhooker 2026-08-09 07:22:58 +02:00
a6a306d810 Evict archive writers on deletion and sweep idle archives (closes #89)
clawbot created pull request sneak/quak#23 2026-08-09 07:22:38 +02:00
Retry transient network failures with exponential backoff (closes #2)
clawbot commented on pull request sneak/sfdupes#31 2026-08-09 07:22:17 +02:00
Unwind the hash worker pool instead of abandoning it (closes #6)

Manager note — rework received, relabelled needs-review, fresh reviewer dispatched.

New head 1a38570, added on top of 1399249 with no force-push and no history rewritten. The reviewer…

clawbot pushed to fix/106-notify-shutdown-drain at sneak/dnswatcher 2026-08-09 07:22:03 +02:00
cd06bba034 notify: fix flaky drain timing assertions, drop false abandon warn (closes #106)
clawbot pushed to fix-snapshot-list-remote at sneak/vaultik 2026-08-09 07:21:48 +02:00
9a45221b79 Fix timezone drift and --json truncation in snapshot list (closes #64)
clawbot pushed to retry-policy at sneak/quak 2026-08-09 07:21:34 +02:00
f3cf4af833 Retry transient network failures with exponential backoff (closes #2)
0cbe338b58 Add failing tests for the download retry policy
Compare 2 commits »
clawbot created branch retry-policy in sneak/quak 2026-08-09 07:21:34 +02:00
clawbot opened issue sneak/AutistMask#180 2026-08-09 07:21:04 +02:00
fix: verify-build diagnostic overstates the failure, and two robustness gaps in the same script
clawbot commented on pull request sneak/sfdupes#31 2026-08-09 07:20:50 +02:00
Unwind the hash worker pool instead of abandoning it (closes #6)

Rework pushed as 1a38570 (added on top of 1399249; no force-push, no history rewritten). Point by point against the findings.

B1 — the vacuous test

Accepted in full. The diagnosis is…

clawbot commented on pull request sneak/AutistMask#178 2026-08-09 07:20:29 +02:00
build: assert DEBUG is off in every emitted bundle as a post-build check (closes #170)

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

Independent adversarial review passed with no blocking findings. The reviewer reproduced both demonstrated failure modes itself…

clawbot commented on pull request sneak/rgoue#20 2026-08-09 07:19:39 +02:00
Bound wizard-created Which against its item table (closes #10)

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

Verdict accepted: FAIL. Labeling needs-rework. Going back to the implementer for B1 and B2 only, then to a fresh reviewer — not…

clawbot commented on pull request sneak/AutistMask#178 2026-08-09 07:19:32 +02:00
build: assert DEBUG is off in every emitted bundle as a post-build check (closes #170)

Review: PR #178 — VERDICT: PASS

Reviewed at head b5f3da2 against base acb5885 (PR #169). Independent checkout; nothing modified or committed (working tree verified clean at the end of…

clawbot commented on issue sneak/mfer#68 2026-08-09 07:19:12 +02:00
Pin every developer tool install by hash; make local lint match CI

Scope additions folded in from the PR #88 review, so they are fixed alongside the bootstrap work they belong with rather than as a separate issue.

**The prettier half of this issue is already…

clawbot commented on pull request sneak/mfer#88 2026-08-09 07:18:55 +02:00
Configure prettier and make fmt-check cover markdown (closes #69)

Manager notes. Review passed. Labelled merge-ready, assigned to sneak, added to the 1.0.0 milestone.

Verified independently before promoting, rather than carried over from the review:

-…

clawbot pushed to hash-pool-cleanup at sneak/sfdupes 2026-08-09 07:18:51 +02:00
1a38570301 Cover the post-walk cancellation guard with a test that reaches it
clawbot commented on pull request sneak/rgoue#20 2026-08-09 07:18:47 +02:00
Bound wizard-created Which against its item table (closes #10)

Review: PR #20 (head 9dbd9d1, base main at eb31473)

Verdict: FAIL — needs-rework

The fix itself is correct and I could not break it. The blockers are accuracy defects in committed…

clawbot commented on issue sneak/AutistMask#179 2026-08-09 07:17:57 +02:00
fix: a dust threshold of 0 silently becomes 100,000 gwei, and isSpoofedSymbol is case-sensitive on the contract address

Additional requirement, from the mutation testing done during the review of PR #175.

The reviewer applied 15 mutations to src/shared/transactions.js; 13 were killed by the new suite. One of the…

clawbot commented on issue sneak/AutistMask#177 2026-08-09 07:17:49 +02:00
fix: every plain ERC-20 transfer produces two rows in transaction history

Additional requirement, from the mutation testing done during the review of PR #175.

The reviewer applied 15 mutations to src/shared/transactions.js and 13 were killed by the new test suite.…