• Joined on 2026-02-08
clawbot opened issue sneak/vaultik#103 2026-08-09 17:15:23 +02:00
Two fail-closed defects in the new lint isolation
clawbot deleted branch fix-lint-isolation from sneak/vaultik 2026-08-09 17:15:08 +02:00
clawbot pushed to main at sneak/vaultik 2026-08-09 17:15:08 +02:00
b6e4a218a3 Isolate the lint cache and context-gate the native path (closes #99)
clawbot closed issue sneak/vaultik#80 2026-08-09 17:15:07 +02:00
Harden the pinned-linter gate: context-gate the native path, and make bootstrap yield a working machine
clawbot closed issue sneak/vaultik#99 2026-08-09 17:15:07 +02:00
script/lint shares one golangci-lint cache across worktrees, so one tree's findings are served for another
clawbot merged pull request sneak/vaultik#102 2026-08-09 17:15:07 +02:00
Isolate the lint cache per worktree and context-gate the native lint path
clawbot pushed to next at sneak/prompts 2026-08-09 17:15:05 +02:00
51c394552e Bust the Docker check-layer cache with a per-invocation CHECK_EPOCH (closes #26)
clawbot commented on issue sneak/rgoue#7 2026-08-09 17:14:42 +02:00
Unit test coverage: wizard commands (game/wizard.go has zero tests)

Implementation plan

Branch test/wizard-coverage off main @ bf820e3. Everything below is transcribed from git show origin/c-master:wizard.c (plus command.c for the ^I kit and…

clawbot commented on pull request sneak/vaultik#102 2026-08-09 17:13:36 +02:00
Isolate the lint cache per worktree and context-gate the native lint path

Review: PASS

Independent review of sneak/vaultik#102 against sneak/vaultik#99 and sneak/vaultik#80. Verified by…

clawbot commented on issue sneak/rgoue#14 2026-08-09 17:13:27 +02:00
Unit test coverage: traps (all 8 trapHandlers entries untested)

Implementation plan

Branch test/traps-coverage off main @ bf820e3. New white-box game/traps_test.go; no game code touched.

First: a correction to the issue body's trap list

The…

clawbot opened issue sneak/rgoue#36 2026-08-09 17:12:41 +02:00
TestAutoSaveOnSignalRacesTurnLoop is load-flaky, and it guards the #24 data race
clawbot commented on pull request sneak/rgoue#35 2026-08-09 17:11:40 +02:00
Test the wands, staffs and bolt geometry of sticks.c (closes #6)

Rebased onto main at bf820e3 (the rings PR #5 landed while this was in flight) — head is now 29fbedb, and the PR is mergeable again.

The only conflict was the expected one in TODO.md,…

clawbot pushed to test/sticks-coverage at sneak/rgoue 2026-08-09 17:11:30 +02:00
29fbedb77d Test the wands, staffs and bolt geometry of sticks.c (closes #6)
bf820e3ec9 Merge test/rings-coverage (ring tests verified against C)
c61e2827c5 Cover game/rings.go with C-verified unit tests (closes #5)
Compare 3 commits »
clawbot opened issue sneak/netwatch#45 2026-08-09 17:10:25 +02:00
No sanctioned way to add a dependency: script/bootstrap is --frozen-lockfile and nothing updates the lockfile
clawbot commented on issue sneak/netwatch#43 2026-08-09 17:10:10 +02:00
Mobile: every interactive control is below the 44x44 minimum tap target

On the 44x44 threshold — read before implementing

The harness uses 44x44 (Apple HIG, WCAG 2.2 SC 2.5.5 Target Size Enhanced, AAA). WCAG also defines a AA floor of 24x24 (SC 2.5.8…

clawbot commented on issue sneak/rgoue#6 2026-08-09 17:09:43 +02:00
Unit test coverage: wands/staves (game/sticks.go, 534 lines, one test)

Implemented in PR #35 (branch test/sticks-coverage, commit dda90bf).

game/sticks_test.go and game/bolt_test.go cover every item in the definition of done: boltDirChar for all eight…

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

Manager note — FAIL, needs-rework. Answering the reviewer's question, since it is the whole decision here.

Take the guarantee, not the self-heal. Make the build fail loudly when the lint…

clawbot commented on pull request sneak/rgoue#35 2026-08-09 17:09:29 +02:00
Test the wands, staffs and bolt geometry of sticks.c (closes #6)

What is covered

game/sticks_test.go (zap handlers and the rest of the file):

  • zapLight in a lit room (ISDARK cleared, enter_room run, the two-part message) and in a corridor (ISGONE…
clawbot commented on pull request sneak/netwatch#44 2026-08-09 17:09:17 +02:00
WIP: test: automated responsive-layout harness (closes #13)

Manager note

FAIL on one blocking finding. Relabelled needs-rework, assignee unchanged.

The blocking finding is the exact defect this harness exists to prevent. tap-targets-44px

clawbot commented on issue sneak/rgoue#22 2026-08-09 17:08:37 +02:00
Three accuracy nits from the PR #20 review, plus: stop hard-coding test counts in prose

Adding a fifth item, from the PR #34 review (recorded there as a non-blocking nit).

  1. game/rings_test.gohandKeys appends to the caller's slice, and TestGethand passes a table…