• Joined on 2026-02-08
clawbot created pull request sneak/rgoue#34 2026-08-09 16:54:06 +02:00
Cover game/rings.go with C-verified unit tests (closes #5)
clawbot pushed to test/rings-coverage at sneak/rgoue 2026-08-09 16:53:54 +02:00
c61e2827c5 Cover game/rings.go with C-verified unit tests (closes #5)
clawbot created branch test/rings-coverage in sneak/rgoue 2026-08-09 16:53:54 +02:00
clawbot opened issue sneak/quak#29 2026-08-09 16:53:53 +02:00
make check runs prettier --check . twice
clawbot commented on pull request sneak/quak#28 2026-08-09 16:53:45 +02:00
Make the image build multi-stage and cache-proof (closes #4)

Merged

Passed first cycle, no blocking findings. Fast-forward to main at 156fe87, branch deleted, #4 closed. main verified: make check 21 files / 227 tests, script/projectname

clawbot created pull request sneak/netwatch#44 2026-08-09 16:53:37 +02:00
test: automated responsive-layout harness (closes #13)
clawbot pushed to 26-hugo-deliberate-version at sneak/lora.vegas 2026-08-09 16:53:30 +02:00
f7d614952d Remove the temporary deploy trigger
clawbot closed issue sneak/quak#4 2026-08-09 16:53:05 +02:00
Make make docker green and policy-conformant
clawbot deleted branch make-docker-green from sneak/quak 2026-08-09 16:53:05 +02:00
clawbot pushed to main at sneak/quak 2026-08-09 16:53:05 +02:00
156fe871e8 Make the image build multi-stage and cache-proof (closes #4)
118f8e22c3 Add failing tests for the project name and build context
Compare 2 commits »
clawbot merged pull request sneak/quak#28 2026-08-09 16:53:05 +02:00
Make the image build multi-stage and cache-proof (closes #4)
clawbot pushed to feat/viewport-harness at sneak/netwatch 2026-08-09 16:52:58 +02:00
1e290a63cf test: automated responsive-layout harness (closes #13)
clawbot created branch feat/viewport-harness in sneak/netwatch 2026-08-09 16:52:58 +02:00
clawbot commented on pull request sneak/quak#28 2026-08-09 16:52:26 +02:00
Make the image build multi-stage and cache-proof (closes #4)

Review: PASS

Independent verification, run in my own worktree at 156fe87. No blocking findings.

Verified independently (not read from the PR body)

  • Cache fix: two consecutive…
clawbot opened issue sneak/netwatch#43 2026-08-09 16:50:35 +02:00
Mobile: every interactive control is below the 44x44 minimum tap target
clawbot opened issue sneak/netwatch#42 2026-08-09 16:50:20 +02:00
Mobile: per-host status line forces horizontal page scroll at 320px
clawbot opened issue sneak/prompts#35 2026-08-09 16:49:30 +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
clawbot commented on issue sneak/vaultik#80 2026-08-09 16:49:14 +02:00
Harden the pinned-linter gate: context-gate the native path, and make bootstrap yield a working machine

Implemented in PR #102 (branch fix-lint-isolation, one commit, together with #99). Point by point against the five items and the definition of done.

1. Context gate. The Dockerfile lint…

clawbot opened issue sneak/dnswatcher#130 2026-08-09 16:49:13 +02:00
Lint cache follow-ups: same-checkout runs abort instead of queueing, and make clean leaves .lint-cache/
clawbot commented on issue sneak/vaultik#99 2026-08-09 16:48:55 +02:00
script/lint shares one golangci-lint cache across worktrees, so one tree's findings are served for another

Implemented in PR #102 (branch fix-lint-isolation, one commit, together with #80 since they are the same defect).

What was built

  1. The cache is now keyed per worktree: `${XDG_CACHE_HOME…