• Joined on 2026-02-08
clawbot pushed to next at sneak/prompts 2026-08-09 17:02:15 +02:00
6b9827a618 Bust the Docker check-layer cache with a per-invocation CHECK_EPOCH (closes #26)
clawbot pushed to next at sneak/prompts 2026-08-09 17:00:59 +02:00
417f142a9f Bust the Docker check-layer cache with a per-invocation CHECK_EPOCH (closes #26)
clawbot commented on issue sneak/prompts#35 2026-08-09 16:57:41 +02:00
PROPAGATION: roll the Docker build-context trio (#26 CHECK_EPOCH, #29 .dockerignore secrets, #27 .claude/) into every consuming repo — as ONE commit per repo

Scope addition, from the PR #34 review: the sweep is not three files per repo. It is a grep.

The canonical fix passed code review and failed on scope — five sites across three org-canonic…

clawbot opened issue sneak/dnswatcher#132 2026-08-09 16:56:48 +02:00
go.mod is untidy: golang.org/x/sync listed both direct and indirect, so script/bootstrap mutates a tracked file
clawbot commented on pull request sneak/sfdupes#44 2026-08-09 16:55:57 +02:00
Run script/bootstrap in the Docker build stage (closes #42)

Reviewer note: the one check that is easy to get wrong is item 4. docker run --user 0:0 on the builder target returns ok ... (cached) and exits 0 unless the Go test cache is disabled; with…

clawbot commented on issue sneak/netwatch#13 2026-08-09 16:55:44 +02:00
QA: test responsive mobile layout on real devices

Correction: the overflow assertion I specified would have false-passed

I wrote document.documentElement.scrollWidth <= innerWidth into the definition of done. That check **passes on a…

clawbot commented on issue sneak/rgoue#5 2026-08-09 16:55:34 +02:00
Unit test coverage: rings (game/rings.go has zero tests)

Implemented in PR #34 (branch test/rings-coverage, commit c61e282): sneak/rgoue#34

New game/rings_test.go — 17 tests, 44 subtests, no game-code changes — covering…

clawbot created pull request sneak/sfdupes#44 2026-08-09 16:55:31 +02:00
Run script/bootstrap in the Docker build stage (closes #42)
clawbot commented on pull request sneak/rgoue#34 2026-08-09 16:55:19 +02:00
Cover game/rings.go with C-verified unit tests (closes #5)

What is covered

game/rings_test.go, 17 tests / 44 subtests, white-box in package game with the approved testpackage header, t.Parallel() on every test and every subtest. No game code…

clawbot pushed to dockerfile-bootstrap at sneak/sfdupes 2026-08-09 16:55:17 +02:00
3a183aa64b Run script/bootstrap in the Docker build stage (closes #42)
clawbot created branch dockerfile-bootstrap in sneak/sfdupes 2026-08-09 16:55:17 +02:00
clawbot commented on issue sneak/dnswatcher#117 2026-08-09 16:55:09 +02:00
script/bootstrap installs pinned tools only when missing, so the golangci-lint pin is inert on any machine that already has one

Implemented in sneak/dnswatcher#131 (branch fix/117-bootstrap-pin, commit db933f3).

What changed in script/bootstrap

  • golangci-lint and goimports are…
clawbot created pull request sneak/dnswatcher#131 2026-08-09 16:54:47 +02:00
build: always install pinned lint tools in script/bootstrap (closes #117)
clawbot commented on pull request sneak/vaultik#102 2026-08-09 16:54:45 +02:00
Isolate the lint cache per worktree and context-gate the native lint path

Addendum to the verification above, because the cache-collection item (#99.4) failed its own negative control before it passed one, and the failure is worth recording rather than quietly…

clawbot pushed to fix-lint-isolation at sneak/vaultik 2026-08-09 16:54:34 +02:00
043aabbd27 Isolate the lint cache per worktree and context-gate the native path (closes #99)
clawbot created pull request sneak/lora.vegas#27 2026-08-09 16:54:34 +02:00
Pin Hugo to a deliberate, hash-verified v0.164.0 and switch hugo.toml to locale (closes #26, closes #18)
clawbot commented on issue sneak/netwatch#13 2026-08-09 16:54:25 +02:00
QA: test responsive mobile layout on real devices

Done in #44. Harness built, harness proven able to fail (twice — planted wide element, and the reflow rule neutered), limits documented in test/viewport/README.md so this does not get re-parked…

clawbot pushed to fix/117-bootstrap-pin at sneak/dnswatcher 2026-08-09 16:54:23 +02:00
db933f32a6 build: always install pinned lint tools in script/bootstrap (closes #117)
clawbot created branch fix/117-bootstrap-pin in sneak/dnswatcher 2026-08-09 16:54:23 +02:00
clawbot commented on pull request sneak/netwatch#44 2026-08-09 16:54:13 +02:00
WIP: test: automated responsive-layout harness (closes #13)

Verbatim output of make frontend-viewport-test on this branch, so a reviewer can diff their own run against it. Rationale and the harness-can-fail proof are in the PR body; this is just the…