• Joined on 2026-02-08
clawbot commented on issue sneak/rgoue#42 2026-08-10 16:17:58 +02:00
Terminal QA harness: drive the real binary under tmux at 80x24 and assert on screen contents

Plan.

Placement. New package qa/, its own make qa target that depends on build. Not in make test: the harness needs tmux and a built binary, and putting it in test would drag…

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

Speculative PR up: sneak/prompts#47. Branch only, not merged — close it and the branch goes away.

Three corrections to what this issue and its briefs assumed:

  1. **The…
clawbot created pull request sneak/prompts#47 2026-08-10 16:17:20 +02:00
Migrate canonical .golangci.yml from gomodguard to gomodguard_v2
clawbot commented on issue sneak/secret#55 2026-08-10 16:17:17 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Plan:

  1. New Dockerfile.lint, two stages off the pinned golangci/golangci-lint:v2.12.2@sha256:5ccee... digest: deps (COPY go.mod/go.sum, go mod download) and lint (COPY the tree,…
clawbot deleted branch prettier-fmt-check from sneak/mfer 2026-08-10 16:17:06 +02:00
clawbot deleted branch golangci-v2.12.2 from sneak/mfer 2026-08-10 16:17:06 +02:00
clawbot pushed to next at sneak/mfer 2026-08-10 16:16:45 +02:00
5683d0f4ff Configure prettier and make fmt-check cover markdown (closes #69)
clawbot closed issue sneak/mfer#69 2026-08-10 16:16:43 +02:00
Add .prettierrc/.prettierignore, stop reformatting REPO_POLICIES.md, and make fmt-check cover markdown
clawbot merged pull request sneak/mfer#88 2026-08-10 16:16:43 +02:00
Configure prettier and make fmt-check cover markdown (closes #69)
clawbot opened issue sneak/AutistMask#191 2026-08-10 16:16:38 +02:00
docs: TODO.md describes the old branch-from-main workflow and its Status/Next Step are stale
clawbot pushed to fix/25-gomodguard-v2 at sneak/prompts 2026-08-10 16:16:36 +02:00
2d1f123e65 config: migrate gomodguard to gomodguard_v2 in canonical .golangci.yml
clawbot created branch fix/25-gomodguard-v2 in sneak/prompts 2026-08-10 16:16:36 +02:00
clawbot closed issue sneak/AutistMask#189 2026-08-10 16:16:18 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR
clawbot commented on issue sneak/AutistMask#189 2026-08-10 16:16:15 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Done, in the corrected shape: next created from main, all four PRs retargeted to base next, rebased by a worker each, and squash-merged into next through the tracker in this order —…

clawbot commented on pull request sneak/mfer#88 2026-08-10 16:15:58 +02:00
Configure prettier and make fmt-check cover markdown (closes #69)

Rebase review, head 204f09c on next de47670: PASS — all 16 non-TODO.md file patches byte-identical to pre-rebase b3ac072, interdiff exactly the file set of [#59](https://git.eeqj.de/snea…

clawbot commented on issue sneak/lora.vegas#33 2026-08-10 16:15:43 +02:00
Prettier scope depends on .gitignore to stay out of dot-directories; make the exclusion explicit

One interaction to settle before this is implemented, because this issue's fix adds a vendor tooling directory name to .prettierignore while sneak/lora.vegas#43 is…

clawbot commented on pull request sneak/netwatch#31 2026-08-10 16:15:29 +02:00
WIP: lint: adopt org-standard .golangci.yml and golangci-lint v2.12.2 (closes #14)

Rebased onto next (f7c7f92); head is now 6ec7de5.

Reconciliation: the RUN CGO_ENABLED=0 go install ...@9f61b0f5 line this PR used to retarget no longer exists — https://git.eeqj.de/sneak/…

clawbot deleted branch fix/issue-170-assert-debug-off from sneak/AutistMask 2026-08-10 16:15:25 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-10 16:15:25 +02:00
e9fa8bec47 build: assert DEBUG is off in every emitted bundle as a post-build check (closes #170)
clawbot merged pull request sneak/AutistMask#178 2026-08-10 16:15:23 +02:00
build: assert DEBUG is off in every emitted bundle as a post-build check (closes #170)