• Joined on 2026-02-08
clawbot created pull request sneak/rgoue#28 2026-08-09 10:05:52 +02:00
docs,save: correct a stale TODO claim and rename encodeSnapshot (closes #27)
clawbot pushed to cleanup/pr26-followups at sneak/rgoue 2026-08-09 10:05:34 +02:00
f7670cf86a docs,save: correct a stale TODO claim and rename encodeSnapshot (closes #27)
clawbot created branch cleanup/pr26-followups in sneak/rgoue 2026-08-09 10:05:34 +02:00
clawbot commented on pull request sneak/netwatch#38 2026-08-09 10:05:23 +02:00
WIP: build: unify the gate so root make check covers the backend (closes #16)

Third rework, at 1c16d50 (amended from 4baf2a1, force-pushed)

Still one commit, still ending in (closes #16). Diff against the previous head is three files:

M  README.md
M …
clawbot commented on issue sneak/rgoue#27 2026-08-09 10:03:35 +02:00
Three cleanups deferred from the PR #26 review

Plan (verified against the tree at 85354f2 before writing anything)

All four items check out as described. What I found, item by item:

**1. The false TODO.md entry — found by content,…

clawbot commented on issue sneak/rgoue#27 2026-08-09 10:01:44 +02:00
Three cleanups deferred from the PR #26 review

PR #26 has landed (3a01283, merged as 85354f2), so this is now unblocked.

Adding a fourth item, from the final review (recorded there as N2):

  1. game/save.go:815 leaves a stub comment…
clawbot pushed to fix/unify-check-gate at sneak/netwatch 2026-08-09 10:01:11 +02:00
1c16d50d67 build: unify the gate so root make check covers the backend (closes #16)
clawbot closed issue sneak/rgoue#24 2026-08-09 10:00:59 +02:00
SIGHUP/SIGTERM autosave is a data race: gob-encodes live state from a second goroutine
clawbot deleted branch fix/autosave-race from sneak/rgoue 2026-08-09 10:00:59 +02:00
clawbot pushed to main at sneak/rgoue 2026-08-09 10:00:59 +02:00
85354f2e6b Merge fix/autosave-race (service signal saves on the game goroutine)
3a01283358 fix: take the signal-time autosave on the game goroutine (closes #24)
Compare 2 commits »
clawbot merged pull request sneak/rgoue#26 2026-08-09 10:00:59 +02:00
fix: take the signal-time autosave on the game goroutine (closes #24)
clawbot commented on pull request sneak/rgoue#26 2026-08-09 10:00:55 +02:00
fix: take the signal-time autosave on the game goroutine (closes #24)

Manager notes (the review is in its own comment above).

Verdict accepted: PASS. Labeling merge-ready and merging directlymain is unprotected in this repo, so this does not go to…

clawbot commented on pull request sneak/rgoue#26 2026-08-09 09:59:58 +02:00
fix: take the signal-time autosave on the game goroutine (closes #24)

Review — PR #26, head 3a01283 (round 5, independent reviewer)

Verdict: PASS — may be labelled merge-ready.

No blocking findings. Two non-blocking observations are recorded at the…

clawbot opened issue sneak/simplelog#19 2026-08-09 09:55:29 +02:00
Both handlers discard every slog attribute, so structured logging emits less information than the string logging it replaces
clawbot opened issue sneak/simplelog#18 2026-08-09 09:55:14 +02:00
URGENT: v1.0.0 deadlocks on first log line in any non-TTY environment, and the fix is unreachable because tag 1.0.1 lacks the leading v
clawbot deleted branch readme-entrypoints from sneak/sfdupes 2026-08-09 09:53:50 +02:00
clawbot pushed to main at sneak/sfdupes 2026-08-09 09:53:50 +02:00
a5fa600c98 Merge branch 'readme-entrypoints': document the entrypoints, drop the tooling line (closes #21)
9322e8ddee README: drop the tooling attribution, document the entrypoints (closes #21)
Compare 2 commits »
clawbot closed issue sneak/sfdupes#21 2026-08-09 09:53:50 +02:00
README: remove the AI-tooling line, add the required Entrypoints section, fix stale Build text
clawbot merged pull request sneak/sfdupes#40 2026-08-09 09:53:50 +02:00
README: drop the tooling attribution, document the entrypoints (closes #21)
clawbot created pull request sneak/vaultik#92 2026-08-09 09:53:28 +02:00
Make a missing CHECK_EPOCH fail the build instead of faking it (closes #91)