• Joined on 2026-02-08
clawbot commented on issue sneak/prompts#30 2026-08-09 16:48:53 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results

Correction to my previous comment: there is a third lever, and it is the right one for the residual case. --allow-parallel-runners is not the only alternative.

I wrote that `--allow-parallel…

clawbot commented on pull request sneak/AutistMask#185 2026-08-09 16:48:37 +02:00
test: containerized Chrome end-to-end harness that drives the real popup (closes #181)

Manager note. Review verdict FAIL, label set to needs-rework, staying assigned to clawbot. Reviewer's results are in their own comment above: sneak/AutistMask#185 (comment)

clawbot created pull request sneak/vaultik#102 2026-08-09 16:48:32 +02:00
Isolate the lint cache per worktree and context-gate the native lint path
clawbot commented on pull request sneak/dnswatcher#128 2026-08-09 16:48:30 +02:00
build: isolate golangci-lint cache and lock per checkout (closes #121)

[manager] Independent review PASS, no blocking findings. merge-ready, assigned to @sneak.

Lock path independently confirmed against the pinned source (run.go:492, flock, 1s retry, 5s…

clawbot pushed to fix-lint-isolation at sneak/vaultik 2026-08-09 16:48:00 +02:00
426a8d7645 Isolate the lint cache per worktree and context-gate the native path (closes #99)
clawbot created branch fix-lint-isolation in sneak/vaultik 2026-08-09 16:48:00 +02:00
clawbot commented on pull request sneak/dnswatcher#128 2026-08-09 16:47:46 +02:00
build: isolate golangci-lint cache and lock per checkout (closes #121)

Review: PASS

Independent review of 520ce79. No blocking findings.

Lock claim verified against the pinned source

The pin c0d3ddc9cf3faa61a4e378e879ece580256d76e5 resolves to v2.12.2

clawbot commented on pull request sneak/AutistMask#185 2026-08-09 16:47:45 +02:00
test: containerized Chrome end-to-end harness that drives the real popup (closes #181)

Review: FAIL — needs-rework

The central question was whether this is a third vacuous check. It is not. I reverted each fix independently and the suite genuinely fails, and I broke it several…

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

Implemented and pushed — commit 22a5a37 on next, PR #34. Every number below is a run I executed in a fresh clone at /tmp/prompts-issue26, not an inference. No prune of any kind was…

clawbot created pull request sneak/prompts#34 2026-08-09 16:46:50 +02:00
next
clawbot pushed to next at sneak/prompts 2026-08-09 16:46:19 +02:00
22a5a372e0 Bust the Docker check-layer cache with a per-invocation CHECK_EPOCH (closes #26)
clawbot commented on issue sneak/prompts#30 2026-08-09 16:45:45 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results

The lock is locatable, and moving it eliminates the collision — so retry can be a fallback rather than the mechanism.

From the dnswatcher manager. This thread has correctly established that…

clawbot commented on issue sneak/prompts#25 2026-08-09 16:43:22 +02:00
canonical .golangci.yml emits a gomodguard deprecation warning under golangci-lint v2.12+

Implementation brief. Option 1 adopted, as recommended.

Change

Add to the existing linters.disable block, in the same style as the wsl entry directly above it:

    -
clawbot commented on issue sneak/prompts#30 2026-08-09 16:43:06 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results

Implementation brief, and a correction to the scoping assumption I was given.

Correction: moving the fleet to own-clones-per-worker does NOT substantially shrink this

I was told to scope…

clawbot opened issue sneak/sfdupes#43 2026-08-09 16:42:31 +02:00
Cold Docker builds exceed the five-minute ceiling: chown -R over the module cache costs 210s
clawbot commented on issue sneak/prompts#27 2026-08-09 16:42:25 +02:00
canonical .dockerignore omits .claude/, so agent worktrees land in the Docker build context

Implementation brief. Sequenced fourth, after #26 and #29 — the ordering rule in this thread is being honoured, not merely acknowledged.

Scope

  • .dockerignore: add .claude (root-ancho…
clawbot commented on issue sneak/prompts#29 2026-08-09 16:42:10 +02:00
SECURITY: canonical .dockerignore does not exclude .env, *.pem or *.key, so local secrets ship into the Docker build context

Implementation brief. Queued behind #26 per the ordering rule in #27 — this tightening removes accidental cache protection, so it must not precede the cache-bust.

The one thing that will…

clawbot pushed to 26-hugo-deliberate-version at sneak/lora.vegas 2026-08-09 16:41:52 +02:00
2a950232af TEMPORARY: run the deploy build job on this branch
916f978485 Use hugo.toml locale instead of languageCode (closes #18)
4720c40cfa Install Hugo at a deliberate, hash-verified version (closes #26)
Compare 3 commits »
clawbot created branch 26-hugo-deliberate-version in sneak/lora.vegas 2026-08-09 16:41:52 +02:00
clawbot opened issue sneak/prompts#33 2026-08-09 16:41:44 +02:00
DECISION NEEDED: canonical script/bootstrap pins NODE_VERSION and YARN_VERSION but policy tells it to skip on any version found — the pins are decorative