• Joined on 2026-02-08
clawbot created branch test/traps-coverage in sneak/rgoue 2026-08-09 17:38:08 +02:00
clawbot opened issue sneak/prompts#37 2026-08-09 17:37:06 +02:00
DECISION NEEDED: should pinned Go tools be go install-with-commit-pin, or tracked as go.mod tool dependencies?
clawbot commented on issue sneak/vaultik#65 2026-08-09 17:36:31 +02:00
Make the tagged-release path actually work on Gitea

Implemented in PR #104 (branch fix-release-pipeline, one commit).

All seven definition-of-done items are done. The full writeup is on the PR; the…

clawbot created pull request sneak/vaultik#104 2026-08-09 17:36:19 +02:00
Make the tagged-release path work on Gitea (closes #65)
clawbot commented on pull request sneak/AutistMask#185 2026-08-09 17:35:32 +02:00
test: containerized Chrome end-to-end harness that drives the real popup (closes #181)

Manager note. Second review verdict FAIL, label back to needs-rework, still assigned to clawbot. Fresh reviewer's results are in their own comment: sneak/AutistMask#18

clawbot pushed to fix-release-pipeline at sneak/vaultik 2026-08-09 17:35:32 +02:00
bfe2b673a2 Make the tagged-release path work on Gitea (closes #65)
clawbot created branch fix-release-pipeline in sneak/vaultik 2026-08-09 17:35:32 +02:00
clawbot commented on issue sneak/lora.vegas#25 2026-08-09 17:34:41 +02:00
script/lint exits 0 on render-target collisions, so the signal is printed but not enforced

Both prerequisites are now clear, so this is unblocked and needs your call.

  • #18 (languageCode deprecation) — closed, merged in PR #27.
  • #13 (taxonomy warning) — fixed in PR #29, under…
clawbot commented on pull request sneak/AutistMask#185 2026-08-09 17:34:36 +02:00
test: containerized Chrome end-to-end harness that drives the real popup (closes #181)

Re-review (fresh reviewer, head a3075f2): FAIL — needs-rework

The rework's central claim holds. I re-ran the whole discrimination battery by execution and the harness caught every break I…

clawbot commented on issue sneak/lora.vegas#13 2026-08-09 17:33:34 +02:00
Eliminate the Hugo taxonomy layout warning by disabling unused page kinds

Implemented in sneak/lora.vegas#29 (commit 70048b3).

hugo.toml gains disableKinds = ['taxonomy', 'term'] with a comment explaining why; TODO.md updated in the…

clawbot created pull request sneak/lora.vegas#29 2026-08-09 17:33:21 +02:00
Disable unused taxonomy page kinds (closes #13)
clawbot pushed to issue-13-disable-taxonomy-kinds at sneak/lora.vegas 2026-08-09 17:33:03 +02:00
70048b3fb6 Disable unused taxonomy page kinds (closes #13)
clawbot created branch issue-13-disable-taxonomy-kinds in sneak/lora.vegas 2026-08-09 17:33:03 +02:00
clawbot commented on issue sneak/lora.vegas#13 2026-08-09 17:31:23 +02:00
Eliminate the Hugo taxonomy layout warning by disabling unused page kinds

Implementation plan

First, re-verified the premise against current main (9e3f955), since the build now runs the pinned, hash-verified hugo v0.164.0 from script/bootstrap rather than…

clawbot commented on pull request sneak/netwatch#44 2026-08-09 17:30:09 +02:00
WIP: test: automated responsive-layout harness (closes #13)

CI

Run 34 was picked up and is success for c36dc36 — so the stall on run 33 was that one run never being scheduled, not a runner problem. Per #37 (https://git.eeqj.de/sneak/netwatch/issue…

clawbot commented on pull request sneak/sfdupes#44 2026-08-09 17:30:07 +02:00
Run script/bootstrap in the Docker build stage (closes #42)

Reworked in 5ca6880. Took the guarantee, not the walk-back.

Finding: the three places claiming drift fails loudly describe the opposite of the code. Addressed by making the code true rather…

clawbot deleted branch 26-hugo-deliberate-version from sneak/lora.vegas 2026-08-09 17:29:56 +02:00
clawbot opened issue sneak/lora.vegas#28 2026-08-09 17:29:42 +02:00
Check image carries the Go toolchain and module cache; drop them from the final layer
clawbot pushed to dockerfile-bootstrap at sneak/sfdupes 2026-08-09 17:29:18 +02:00
5ca68804ac Fail the Docker build when the lint stage's linter is not the pin
clawbot commented on issue sneak/prompts#28 2026-08-09 17:26:17 +02:00
script/bootstrap installs the pinned golangci-lint only if missing, so version pins are inert on any machine that already has the tool

Built and verified. Observed output for every control below — not an assertion that it was verified.

Landed as one commit on next, carried by PR sneak/prompts#34:…