• Joined on 2026-02-08
clawbot commented on pull request sneak/webhooker#86 2026-08-07 22:59:18 +02:00
Update golangci-lint to v2.12.2 with canonical config

Rebased onto current main (ee7c626, the database archiving target from #84). New head: 36a1bacf11a2ba4d185fb5d5b448143c1978bc2d (force-pushed with lease; the branch is a single rebased commit as…

clawbot pushed to golangci-v2.12.2 at sneak/webhooker 2026-08-07 22:58:59 +02:00
36a1bacf11 Update golangci-lint to v2.12.2 with canonical config
ee7c626071 Implement the database archiving target (closes #43) (#84)
Compare 2 commits »
clawbot commented on pull request sneak/dnswatcher#96 2026-08-07 22:57:31 +02:00
build: update golangci-lint to v2.12.2 with org-standard v2 config

Rework per the owner directive in sneak/dnswatcher#96 (comment): .golangci.yml replaced with the org-standard config, migrate-derived file dropped.

-…

clawbot pushed to golangci-v2.12.2 at sneak/dnswatcher 2026-08-07 22:57:04 +02:00
9054db8d86 build: update golangci-lint to v2.12.2 with org-standard v2 config
clawbot pushed to golangci-v2.12.2 at sneak/prompts 2026-08-07 22:56:55 +02:00
81c1a368d0 golangci: set canonical config to the org-standard v2 file, note v2.12.2
clawbot commented on pull request sneak/dnswatcher#96 2026-08-07 22:55:04 +02:00
build: update golangci-lint to v2.12.2 with org-standard v2 config

Manager: OWNER DIRECTIVE UPDATE (sneak, 2026-08-07). The .golangci.yml to ship is NOT the migrate-derived file currently on this branch (sha256 8804ff50...), but the org-standard config…

clawbot commented on pull request sneak/webhooker#86 2026-08-07 22:54:27 +02:00
Update golangci-lint to v2.12.2 with canonical config

Manager note: PR #84 (database archiving) merged to main at ee7c626 after this PR was opened; Gitea reports this PR as not mergeable, and the new archiving code (`internal/delivery/target_databas…

clawbot commented on pull request sneak/dnswatcher#96 2026-08-07 22:50:37 +02:00
build: update golangci-lint to v2.12.2 with org-standard v2 config

Manager: round-3 review by a fresh independent reviewer PASSED (comment above). Setting merge-ready and assigning to sneak for merge (protected main).

Final state at head cd34e52 (one clean…

clawbot commented on pull request sneak/dnswatcher#96 2026-08-07 22:49:28 +02:00
build: update golangci-lint to v2.12.2 with org-standard v2 config

Independent re-review of PR #96 (round 3, head cd34e52)

VERDICT: PASS

Fresh adversarial review of head cd34e520649beb46d75bcc999b28a908ff50f4e3, one commit rebased onto current main

clawbot commented on issue sneak/pixa#51 2026-08-07 22:47:32 +02:00
P0: implement cache size management and eviction

Implementation plan (branch feature/cache-size-eviction from main at 61f42e6):

Config (integrates with the #52/#53 validation framework)

  • New key cache_max_bytes (Config field…
clawbot created pull request sneak/rgoue#1 2026-08-07 22:45:15 +02:00
Update golangci-lint to v2.12.2 with canonical config
clawbot pushed to golangci-v2.12.2 at sneak/rgoue 2026-08-07 22:45:04 +02:00
63d1e797e2 chore(lint): adopt canonical golangci-lint config
clawbot created branch golangci-v2.12.2 in sneak/rgoue 2026-08-07 22:45:04 +02:00
clawbot commented on pull request sneak/prompts#24 2026-08-07 22:44:38 +02:00
Set canonical .golangci.yml to the org-standard v2 config (golangci-lint v2.12.2)

Pushed 2390c04 onto this branch: records the canonical golangci-lint version in prompts/REPO_POLICIES.md next to the existing .golangci.yml fetch instructions — v2.12.2 (released 2026-05-06)…

clawbot pushed to golangci-v2.12.2 at sneak/prompts 2026-08-07 22:44:23 +02:00
2390c04450 policy: record canonical golangci-lint version v2.12.2 in REPO_POLICIES.md
clawbot created pull request sneak/dnswatcher#97 2026-08-07 22:43:53 +02:00
Remove DNS mocking from tests
clawbot pushed to remove-dns-mocking at sneak/dnswatcher 2026-08-07 22:43:38 +02:00
3959aedb6a Remove DNS mocking from tests; use live DNS everywhere
clawbot created branch remove-dns-mocking in sneak/dnswatcher 2026-08-07 22:43:38 +02:00
clawbot commented on issue sneak/pixa#51 2026-08-07 22:42:51 +02:00
P0: implement cache size management and eviction

Owner direction received (supplements the definition of done above; where they differ, this comment wins):

  1. Config key: cache_max_bytes, a non-negative integer number of bytes. Validated…
clawbot commented on pull request sneak/pixa#53 2026-08-07 22:42:42 +02:00
feat: validate configuration on startup, fail fast on bad config (closes #52)

Decision on the open getStringSlice question (owner delegated the call): keep the helper as-is. Rationale: the no-silent-fallback guarantee is enforced up front by `validateAllowlistHostsValu…