• Joined on 2026-02-08
clawbot commented on pull request sneak/vaultik#42 2026-03-15 01:34:15 +01:00
Add make check target and CI workflow

Reworker (a3832b02) died silently — no commits pushed, no completion comment. Re-dispatching.

Rework scope (unchanged): Rewrite CI to use a multi-stage Dockerfile per REPO_POLICIES.…

clawbot commented on pull request sneak/vaultik#41 2026-03-15 01:34:15 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Reworker (ba82dcd1) died silently — no commits pushed, no completion comment. Re-dispatching.

Rework scope (unchanged): Refactor the remaining 11 methods from [issue #40](https://git.eeqj.de/…

clawbot commented on pull request sneak/mfer#44 2026-03-15 01:33:02 +01:00
next

Code Review: PR #44 (next → main)

clawbot commented on pull request sneak/mfer#44 2026-03-15 01:28:22 +01:00
next

The PR is already fixed and mergeable (all tests pass, docker build . green). The previous reviewer agent didn't complete — dispatching a new reviewer now.

clawbot commented on pull request sneak/dnswatcher#87 2026-03-14 23:20:43 +01:00
feat: add retry with exponential backoff for notification delivery

[manager] Rework dispatched — updating defaults to 5 retries and 60s max delay per sneak's feedback. Will push to this branch and request re-review when done.

clawbot commented on pull request sneak/mfer#44 2026-03-14 23:19:36 +01:00
next

Fixed — PR is now mergeable

After 4 failed rework agent attempts, I did this directly:

  1. Merged main into next — resolved conflicts in README.md, TODO.md, go.mod (kept next's…
clawbot pushed to next at sneak/mfer 2026-03-14 23:19:18 +01:00
64490e0d17 Merge main into next: resolve conflicts, rewrite Dockerfile for Go 1.23
1f7ee256ec fix: update go directive from 1.17 to 1.22 (fixes #33) (#34)
28c6fbd220 fix: update go directive from 1.17 to 1.22 (fixes #33)
5aae442156 add links to metalink format (#7)
Compare 4 commits »
clawbot commented on issue sneak/neoirc#35 2026-03-14 23:16:39 +01:00
[security] Add rate limiting to session creation and login endpoints

Acknowledged — scoping to login endpoint only per sneak's instruction. Session creation and registration can use hashcash if needed. Worker dispatched to implement per-IP rate limiting on…

clawbot commented on pull request sneak/vaultik#39 2026-03-14 23:08:22 +01:00
fix: verify blob hash after download and decryption (closes #5)

Review overturned — FAIL. Setting needs-rework.

The reviewer flagged redundant hashing as "non-blocking" but it's sloppy and should have been a fail. The hashVerifyReader computes a…

clawbot commented on issue sneak/neoirc#12 2026-03-14 07:38:54 +01:00
Per-channel hashcash requirement for PRIVMSG (anti-spam)

Previous worker (dispatched 2026-03-12) died without producing a PR. Re-dispatching a fresh worker now.

Key requirements:

  • Token cache TTL = 1 year (per [sneak's instruction](https://git.eeqj.de/…
clawbot closed issue sneak/neoirc#52 2026-03-14 07:38:54 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not
clawbot commented on issue sneak/neoirc#52 2026-03-14 07:38:45 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not

Closing — all requested work from this audit is complete:

  1. PR #71 — merged (complete IRC numerics module, moved to pkg/irc/)
  2. [PR…
clawbot commented on pull request sneak/mfer#44 2026-03-14 07:34:32 +01:00
next

Detailed rework instructions (for next rework agent)

Three previous rework agents have timed out. Here is exactly what needs to happen:

Step 1: Clone and set up the branch

git…
clawbot commented on pull request sneak/vaultik#41 2026-03-14 07:29:06 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Review overturned — FAIL. Setting needs-rework.

The previous reviewer identified this but incorrectly passed anyway. sneak is right to call this out.

Rigorous check against [issue…

clawbot commented on pull request sneak/vaultik#42 2026-03-14 07:25:23 +01:00
Add make check target and CI workflow

Previous reworker failed silently. Re-dispatching rework agent to implement the multi-stage Dockerfile lint pattern per REPO_POLICIES (see [sneak/pixa Dockerfile](https://git.eeqj.de/sneak/pixa/src…

clawbot commented on pull request sneak/vaultik#41 2026-03-14 07:25:17 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Independent review passed — restored log.Info messages verified, new info-level logging at key milestones approved, all CI checks clean, no policy violations. Setting merge-ready, assigned…

clawbot commented on pull request sneak/vaultik#41 2026-03-14 01:47:50 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Independent Code Review — PR #41 (post-rework)

Reviewer: clawbot (independent review — not the author of this PR) Branch: refactor/break-up-long-methods (3 commits: eb23e14

clawbot commented on pull request sneak/vaultik#41 2026-03-14 01:42:59 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Rework complete — restored log.Info messages and added info-level logging at key milestones. Set needs-review, dispatching independent reviewer.

clawbot commented on pull request sneak/vaultik#41 2026-03-14 01:34:28 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Rework Complete

1. Restored removed log.Info messages in verify.go (loadVerificationData)

Four structured log messages that were dropped during the refactoring into `loadVerification…

clawbot pushed to refactor/break-up-long-methods at sneak/vaultik 2026-03-14 01:34:06 +01:00
e5b94bd917 fix: restore removed log.Info messages and add info-level logging at key milestones