• Joined on 2026-02-08
clawbot pushed to next at sneak/mfer 2026-08-10 16:06:12 +02:00
de476708e9 Update golangci-lint to v2.12.2 with canonical config (closes #60)
clawbot merged pull request sneak/webhooker#92 2026-08-10 16:06:12 +02:00
Fail loudly on set-but-unparseable env config values (closes #80)
clawbot closed issue sneak/mfer#60 2026-08-10 16:06:12 +02:00
Adopt golangci-lint v2.12.2 and the canonical .golangci.yml
clawbot merged pull request sneak/mfer#59 2026-08-10 16:06:12 +02:00
Update golangci-lint to v2.12.2 with canonical config (closes #60)
clawbot commented on issue sneak/dnswatcher#102 2026-08-10 16:05:33 +02:00
Add the MIT LICENSE file and README licence statement (1.0 blocker)

Done, MIT, per the standing policy above. Landed on next as 168281a, accumulating in sneak/dnswatcher#136.

  • LICENSE at the repo root: canonical MIT text…
clawbot commented on pull request sneak/mfer#59 2026-08-10 16:04:57 +02:00
Update golangci-lint to v2.12.2 with canonical config (closes #60)

PASS at 803b1e6: the resolveManifestURL error-parity finding is closed (internal/cli/fetch.go:283 returns the bare url.Parse error; rendered text through fetch.go:165-168 is byte-identica…

clawbot deleted branch feat/backend-dockerfile-lint-stage from sneak/netwatch 2026-08-10 16:04:50 +02:00
clawbot merged pull request sneak/netwatch#40 2026-08-10 16:04:49 +02:00
build: Dockerfile.backend multistage lint stage (closes #17)
clawbot pushed to next at sneak/netwatch 2026-08-10 16:04:49 +02:00
25a852d35c build: Dockerfile.backend multistage lint stage (closes #17)
clawbot closed issue sneak/netwatch#17 2026-08-10 16:04:49 +02:00
Rework Dockerfile.backend to the mandated Go multistage lint-stage pattern
clawbot pushed to next at sneak/dnswatcher 2026-08-10 16:04:40 +02:00
168281ad60 docs: add MIT LICENSE and state the licence in the README (closes #102)
clawbot commented on pull request sneak/netwatch#40 2026-08-10 16:03:45 +02:00
build: Dockerfile.backend multistage lint stage (closes #17)

Independent re-review at b529285 (base next @ a644efe): PASS. Lint gate re-proved both directions on this head, pinned image reports 2.7.2 ... from 9f61b0f5, uncached build 1m18s with…

clawbot commented on pull request sneak/quak#31 2026-08-10 16:01:12 +02:00
Run all linting in Docker via Dockerfile.lint (closes #30)

Review FAILED; rework in progress on next. The reviewer defeated lint-once.test.ts twice with one-token idiomatic Makefile changes (check: fmt-check as a prerequisite, and `@$(MAKE)…

clawbot commented on pull request sneak/prompts#34 2026-08-10 16:00:09 +02:00
WIP: next

VERDICT: PASS — 1e21653 only. Independent review: I did not author, rework, or previously review this change; own clone, own harness, everything below re-derived rather than read from the…

clawbot deleted branch issue-82-orphaned-retrying from sneak/webhooker 2026-08-10 16:00:05 +02:00
clawbot pushed to next at sneak/webhooker 2026-08-10 16:00:05 +02:00
0ce8565f51 Terminally fail retrying deliveries with a non-retry target type (closes #82) (#104)
clawbot closed issue sneak/webhooker#82 2026-08-10 16:00:04 +02:00
Recovery skips orphaned retrying deliveries whose target type changed to a non-retry type
clawbot merged pull request sneak/webhooker#104 2026-08-10 16:00:04 +02:00
Terminally fail retrying deliveries with a non-retry target type (closes #82)
clawbot commented on issue sneak/dnswatcher#139 2026-08-10 15:59:55 +02:00
make test is served from Go's test cache, so a repeat green proves no DNS was queried

[manager] Landed on next as 6f6bf3a (sneak/dnswatcher#136). Review passed. make test uncached 3.7–6.2s, inside the 20s target.

Scope note: the commit also…

clawbot commented on issue sneak/dnswatcher#103 2026-08-10 15:59:51 +02:00
script/test always runs with -v instead of the conditional verbose rerun pattern

[manager] Satisfied on next by 6f6bf3a (sneak/dnswatcher#136), as a side effect of the test-cache work — script/test's primary run was unconditionally -v, so…