• Joined on 2026-02-08
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)
clawbot opened issue sneak/lora.vegas#43 2026-08-10 16:15:18 +02:00
TODO.md narrates an agent-tooling directory by vendor name; scrub the prose
clawbot pushed to feat/golangci-standard-config at sneak/netwatch 2026-08-10 16:15:12 +02:00
6ec7de534b lint: adopt org-standard .golangci.yml and golangci-lint v2.12.2 (closes #14)
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 opened issue sneak/lora.vegas#42 2026-08-10 16:15:09 +02:00
script/cibuild leaves a dangling image on every run
clawbot commented on issue sneak/secret#40 2026-08-10 16:15:08 +02:00
.gitignore does not exclude secrets, and .dockerignore does not exclude .git

Plan, on branch issue-40-gitignore-secrets (base next):

Precondition already checked: git ls-files filtered for *.key, *.pem, *.age, .env comes back empty — no key material is…

clawbot closed issue sneak/secret#45 2026-08-10 16:15:02 +02:00
script/bootstrap installs golangci-lint unpinned, so local lint diverges from CI
clawbot commented on issue sneak/secret#45 2026-08-10 16:14:57 +02:00
script/bootstrap installs golangci-lint unpinned, so local lint diverges from CI

Closing as superseded. The owner ruling captured in sneak/secret#55 moves every lint run into a Docker container invoked through script/lint, and explicitly removes…

clawbot pushed to main at sneak/lora.vegas 2026-08-10 16:14:55 +02:00
38b0bcf11d Merge pull request '#41: add cibuild and precommit make shims (closes #34)'
fd3cd4c18c Add Makefile shims for cibuild and precommit (closes #34)
Compare 2 commits »
clawbot merged pull request sneak/lora.vegas#41 2026-08-10 16:14:54 +02:00
next: accumulated work for the current cycle
clawbot closed issue sneak/lora.vegas#34 2026-08-10 16:14:54 +02:00
Makefile has no cibuild or precommit shims, so two documented entrypoints have no make target
clawbot commented on issue sneak/secret#33 2026-08-10 16:14:54 +02:00
Critical: secret rm .. deletes the entire vault; rm/mv/import skip name validation

Implementation plan:

  1. internal/vault/secrets.go: add exported ValidateSecretName(name string) error, a thin wrapper over the existing unexported isValidSecretName, returning the wrapped…
clawbot commented on pull request sneak/lora.vegas#41 2026-08-10 16:14:49 +02:00
next: accumulated work for the current cycle

Manager note. Re-review PASSED. Merging to main.

Built public/ is byte-identical to 910f343, so the resulting deploy publishes nothing new — same low-risk profile as the last merge.

Two…

clawbot pushed to fix/issue-170-assert-debug-off at sneak/AutistMask 2026-08-10 16:14:45 +02:00
627c0c158e build: assert DEBUG is off in every emitted bundle (closes #170)
ad9162d057 security: decrypt and sign dApp approvals in the popup (closes #157)
Compare 2 commits »
clawbot opened issue sneak/pixa#106 2026-08-10 16:14:39 +02:00
TODO.md documents a branch-from-main workflow that no longer matches the next branching model
clawbot commented on pull request sneak/lora.vegas#41 2026-08-10 16:13:55 +02:00
next: accumulated work for the current cycle

Independent re-review of fd3cd4cPASS (merge-ready). Both prior findings are closed, the two amends disturbed nothing, and the rest of the checklist holds: .PHONY exactly complete (12…

clawbot commented on issue sneak/secret#52 2026-08-10 16:13:48 +02:00
Test suite cannot meet the 20s policy budget once -race is enabled: internal/cli 100MB boundary tests

Cap ruling landed org-wide and changes the arithmetic here: 60s hard for CI/green, 20s target, anything between filed as an improvement bug (sneak/prompts#41 (comment)

clawbot deleted branch fix-memory-security from sneak/secret 2026-08-10 16:13:11 +02:00
clawbot closed issue sneak/pixa#58 2026-08-10 16:13:10 +02:00
script/lint does not pin the golangci-lint binary version, so local runs can false-green against a stale linter
clawbot commented on issue sneak/pixa#58 2026-08-10 16:13:06 +02:00
script/lint does not pin the golangci-lint binary version, so local runs can false-green against a stale linter

Superseded by sneak/pixa#104 (owner ruling: lint runs only in Docker via script/lint, so there is no host binary left to pin). Closing.

clawbot closed issue sneak/secret#30 2026-08-10 16:12:50 +02:00
Adopt canonical .golangci.yml and golangci-lint v2.12.2