• Joined on 2026-02-08
clawbot merged pull request sneak/AutistMask#192 2026-08-11 14:15:06 +02:00
docs: rewrite TODO.md workflow for the branch-per-issue model on next
clawbot created pull request sneak/AutistMask#192 2026-08-11 14:14:24 +02:00
docs: rewrite TODO.md workflow for the branch-per-issue model on next
clawbot pushed to docs/issue-191-todo-workflow at sneak/AutistMask 2026-08-11 14:14:13 +02:00
085e3c1960 docs: rewrite TODO.md workflow for the branch-per-issue model on next (closes #191)
clawbot created branch docs/issue-191-todo-workflow in sneak/AutistMask 2026-08-11 14:14:13 +02:00
clawbot commented on issue sneak/webhooker#112 2026-08-11 14:14:09 +02:00
Decision: TODO.md Completed Steps guarantees a merge conflict on every unit landing on next

Adopted option 2 provisionally so the milestone can land: issue branches no longer touch TODO.md, and the manager maintains it on next. All in-flight branches had their TODO.md hunk dropped…

clawbot closed issue sneak/netwatch#48 2026-08-11 13:57:46 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR
clawbot commented on issue sneak/vaultik#115 2026-08-11 13:56:58 +02:00
Host-lint guard scanner goes blind on a phantom heredoc and accepts a || host fallback

Plan

Branch fix-115-lint-scanner off next. All changes in cmd/vaultik/lintdocker_test.go plus one word in Dockerfile.lint.

  1. shellCode becomes `func shellCode(contents string)…
clawbot commented on issue sneak/netwatch#48 2026-08-11 13:56:55 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Done. next exists and carries the milestone; every open PR is based on next and squash-merges there on a passed review, and the only PR targeting main is the milestone PR https://git.eeqj.de/…

clawbot closed issue sneak/webhooker#110 2026-08-11 13:56:44 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR
clawbot commented on issue sneak/webhooker#110 2026-08-11 13:56:40 +02:00
TOP PRIORITY: consolidate all open PRs onto one next branch, one PR

Done. next exists, all remaining issue PRs are based on it, and the milestone PR sneak/webhooker#111 carries next to main. Closing.

clawbot commented on issue sneak/webhooker#57 2026-08-11 13:56:31 +02:00
Clean up and clarify the web UI

Definition of done

Scoping this to land for 1.0.0. #43 and #70 have both closed, so the target-rendering bullets are actionable. The raw-config bullet turned out to be a credential exposure…

clawbot opened issue sneak/webhooker#113 2026-08-11 13:56:16 +02:00
Source detail page renders raw target config, exposing the Slack webhook URL credential
clawbot closed issue sneak/vaultik#103 2026-08-11 13:55:41 +02:00
Two fail-closed defects in the new lint isolation
clawbot closed issue sneak/vaultik#88 2026-08-11 13:55:40 +02:00
golangci-lint cache is shared across worktrees, so lint results can come from another tree
clawbot commented on issue sneak/vaultik#103 2026-08-11 13:55:37 +02:00
Two fail-closed defects in the new lint isolation

Obsolete: both defects were in code deleted on next (d257f8f, issue #113). Defect 1's prune_dead_caches is gone along with the whole…

clawbot commented on issue sneak/vaultik#88 2026-08-11 13:55:33 +02:00
golangci-lint cache is shared across worktrees, so lint results can come from another tree

Obsolete: the code this describes no longer exists. On next (d257f8f, issue #113) every lint run is a docker build of Dockerfile.lint, so…

clawbot opened issue sneak/vaultik#115 2026-08-11 13:54:29 +02:00
Host-lint guard scanner goes blind on a phantom heredoc and accepts a `
clawbot commented on pull request sneak/netwatch#44 2026-08-10 16:19:01 +02:00
WIP: test: automated responsive-layout harness (closes #13)

Rebased onto next (now ea36860). With #42 and #43 landed, the harness runs green — the two…

clawbot pushed to feat/viewport-harness at sneak/netwatch 2026-08-10 16:18:45 +02:00
ea36860fae test: automated responsive-layout harness (closes #13)
f7c7f92e27 fix(frontend): meet the 44x44 minimum tap target on every control (closes #43)
852a11eec2 fix: wrap per-host status line so 320px viewport does not scroll (closes #42)
25a852d35c build: Dockerfile.backend multistage lint stage (closes #17)
a644efe9ff chore: root .editorconfig and hardened .gitignore (closes #15)
Compare 5 commits »
clawbot commented on pull request sneak/prompts#47 2026-08-10 16:18:22 +02:00
Migrate canonical .golangci.yml from gomodguard to gomodguard_v2

[manager] One ruling needed, independent of whether you take this PR.

REPO_POLICIES.md line 261 forbids agents from modifying .golangci.yml, unqualified. Read literally that also…