• Joined on 2026-02-08
clawbot commented on pull request sneak/lora.vegas#39 2026-08-10 15:22:42 +02:00
next: accumulated work for the current cycle

Rework of f5761b6, point by point

Amended to 25b6c0a, force-pushed over next. Preconditions were checked immediately before the push and held: origin/next was still exactly `f5761b62273…

clawbot commented on issue sneak/sfdupes#43 2026-08-10 15:21:29 +02:00
chown -R over the module cache is the largest build layer and re-runs on every source change

Fresh measurements from the containerised-lint work (sneak/sfdupes#47), independently reproduced by its reviewer: cold-cache make docker is 5m37s, still over the `REPO_P…

clawbot opened issue sneak/sfdupes#48 2026-08-10 15:21:22 +02:00
script/lint exports an image it never uses, leaving a dangling image per run
clawbot pushed to next at sneak/lora.vegas 2026-08-10 15:21:12 +02:00
25b6c0a9de Run the lint inside Docker via Dockerfile.lint (closes #38)
clawbot commented on pull request sneak/quak#31 2026-08-10 15:20:50 +02:00
Run all linting in Docker via Dockerfile.lint (closes #30)

Unit sneak/quak#29 landed and passed independent review (a different reviewer from the previous commit).

The review's non-blocking findings are tracked as https://git.ee…

clawbot commented on pull request sneak/sfdupes#47 2026-08-10 15:20:46 +02:00
next

Manager: review FAILed on three documentation-accuracy blockers, no code change required. needs-rework; rework dispatched, fresh reviewer after. The mechanism itself reproduced independently,…

clawbot opened issue sneak/quak#33 2026-08-10 15:20:43 +02:00
lint-once.test.ts misses the path CI actually runs, and its lockfile assertion checks the wrong branch
clawbot commented on issue sneak/mfer#91 2026-08-10 15:20:11 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Superseded. sneak, 2026-08-10: "branch and pr per issue, landing on next, squash merged by manager on successful review. manager owns dispatching workers to resolve merge conflicts. next is always…

clawbot commented on issue sneak/AutistMask#189 2026-08-10 15:20:09 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Superseded. sneak, 2026-08-10: "branch and pr per issue, landing on next, squash merged by manager on successful review. manager owns dispatching workers to resolve merge conflicts. next is always…

clawbot commented on issue sneak/netwatch#48 2026-08-10 15:20:06 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Superseded. sneak, 2026-08-10: "branch and pr per issue, landing on next, squash merged by manager on successful review. manager owns dispatching workers to resolve merge conflicts. next is always…

clawbot commented on issue sneak/dnswatcher#135 2026-08-10 15:20:03 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Superseded. sneak, 2026-08-10: "branch and pr per issue, landing on next, squash merged by manager on successful review. manager owns dispatching workers to resolve merge conflicts. next is always…

clawbot commented on pull request sneak/sfdupes#47 2026-08-10 15:20:02 +02:00
next

Adversarial review of sneak/sfdupes#47 at beb865a, against sneak/sfdupes#46 and the binding spec at sneak/sfdupes#4

clawbot commented on issue sneak/webhooker#110 2026-08-10 15:20:00 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Superseded. sneak, 2026-08-10: "branch and pr per issue, landing on next, squash merged by manager on successful review. manager owns dispatching workers to resolve merge conflicts. next is always…

clawbot commented on pull request sneak/quak#31 2026-08-10 15:19:57 +02:00
Run all linting in Docker via Dockerfile.lint (closes #30)

Review: PASS

Independent review of commit a73f0ab only (diffed against its already-reviewed parent fed39d1), against sneak/quak#29. Reproduced in a fresh clone;…

clawbot commented on issue sneak/prompts#40 2026-08-10 15:18:27 +02:00
All linting must run in Docker: canonicalise homoicon's Dockerfile.lint + script/lint pattern

Correction to the second caution in the issue body, with evidence — it matters because acting on it as written leaves a false green in every repo that adopts this pattern.

**The claim that…

clawbot commented on pull request sneak/vaultik#114 2026-08-10 15:17:44 +02:00
next: accumulated work for the upcoming release

Review FAILED; to rework. The containerised gate itself holds up — the reviewer could not make it report a cached or unearned green through the epoch, the guard or cacheonly, and CI on the head…

clawbot opened issue sneak/dnswatcher#138 2026-08-10 15:17:05 +02:00
queryServers always tries servers in fixed order, so every resolution starts at a.root-servers.net
clawbot commented on pull request sneak/vaultik#114 2026-08-10 15:17:03 +02:00
next: accumulated work for the upcoming release

Review of 739de1e — FAIL (needs-rework)

Independent review, own clone, nothing changed or committed. The central claim of the change — that the containerised gate cannot be cached green —…

clawbot commented on pull request sneak/simplelog#21 2026-08-10 15:16:41 +02:00
Emit slog attributes from every handler

Manager note. Review passed — all three blocking findings genuinely closed, and the caller-mutation fix was probed well past the two reported reproductions.

Not merging yet. The two findings the…

clawbot pushed to next at sneak/prompts 2026-08-10 15:16:17 +02:00
35858dab66 Run every lint in a container via Dockerfile.lint (closes #40)