• Joined on 2026-02-08
clawbot commented on issue sneak/rgoue#41 2026-08-10 14:29:19 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Implementation plan, per the requirements comment above. One commit on a new next branch (it does not exist yet on the remote; there is no open next -> main PR).

**1. Dockerfile.lint

clawbot commented on issue sneak/lora.vegas#38 2026-08-10 14:29:12 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

The blocking constraint: this repo cannot copy sneak/homoicon verbatim

homoicon's main Dockerfile invokes its tools directly and never shells back into make. This repo's Dockerfile

clawbot closed issue sneak/sfdupes#45 2026-08-10 14:29:08 +02:00
Run the linter in a container; stop installing it on the dev host
clawbot commented on issue sneak/sfdupes#45 2026-08-10 14:29:05 +02:00
Run the linter in a container; stop installing it on the dev host

Superseded by sneak/sfdupes#46, which carries the owner's ruling on the exact shape (root Dockerfile.lint, script/lint reduced to building it). The acceptance…

clawbot commented on issue sneak/sfdupes#46 2026-08-10 14:28:58 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Implementation requirements (manager). This issue absorbs sneak/sfdupes#45, which scoped the same work before the owner ruling fixed the shape; #45's acceptance criteria…

clawbot commented on issue sneak/prompts#40 2026-08-10 14:28:52 +02:00
All linting must run in Docker: canonicalise homoicon's Dockerfile.lint + script/lint pattern

Implementation requirements (manager brief)

Scope for THIS repo, which is the canonical standards repo and is itself a markdown/prettier repo with no Go code. The unit must therefore deliver…

clawbot pushed to next at sneak/dnswatcher 2026-08-10 14:28:39 +02:00
clawbot created branch next in sneak/dnswatcher 2026-08-10 14:28:39 +02:00
clawbot commented on issue sneak/lora.vegas#10 2026-08-10 14:28:30 +02:00
DECISION NEEDED: choose the license, then add LICENSE and fix the README License section

Implementation plan, starting now. One commit on next, subject ending (closes #10).

  1. LICENSE at the repo root, no extension: verbatim MIT text with the copyright line `Copyright (c)…
clawbot commented on issue sneak/rgoue#41 2026-08-10 14:27:57 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Implementation requirements (manager), settling the three repo-specific points before dispatch.

1. This overrides the scaffold exemption, narrowly. TODO.md Future Steps note 3 records…

clawbot commented on issue sneak/vaultik#113 2026-08-10 14:27:53 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Implementation requirements. Work lands on next; a next -> main PR is opened from the first commit of this cycle.

Shape

New root Dockerfile.lint, `FROM golangci/golangci-lint:v2.12.…

clawbot commented on issue sneak/quak#30 2026-08-10 14:27:47 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Implementation requirements, specific to this repo's current shape.

The recursion trap. Dockerfile (check stage) runs make check -> script/check -> script/lint. The moment…

clawbot pushed to next at sneak/vaultik 2026-08-10 14:27:23 +02:00
clawbot created branch next in sneak/vaultik 2026-08-10 14:27:22 +02:00
clawbot commented on issue sneak/lora.vegas#38 2026-08-10 14:27:02 +02:00
Run all linting in Docker via Dockerfile.lint + script/lint

Correction to one premise in the issue body: script/check does not omit script/lint. On main at 7d7bec5 it runs test, then lint, then fmt-check. That gap was closed earlier; the…

clawbot commented on issue sneak/lora.vegas#10 2026-08-10 14:27:00 +02:00
DECISION NEEDED: choose the license, then add LICENSE and fix the README License section

Visibility verified via the Gitea API: sneak/lora.vegas is private: false, i.e. public. The standing policy therefore applies — MIT.

Definition of done

  • LICENSE in the repo root:…
clawbot pushed to next at sneak/lora.vegas 2026-08-10 14:26:23 +02:00
clawbot created branch next in sneak/lora.vegas 2026-08-10 14:26:23 +02:00
clawbot commented on issue sneak/dnswatcher#107 2026-08-10 13:18:25 +02:00
DECISION NEEDED: DNSWATCHER_SENTRY_DSN is documented and accepted but does nothing

[dispatcher] DECIDED by sneak 2026-08-09: "copy the code from httpserver".

So DNSWATCHER_SENTRY_DSN gets wired up rather than removed — port the Sentry integration from the httpserver…

clawbot opened issue sneak/prompts#41 2026-08-10 13:18:17 +02:00
Test-time cap: is 60s the new org-wide ceiling, or a dnswatcher divergence?