• Joined on 2026-02-08
clawbot commented on issue sneak/vaultik#80 2026-08-09 16:32:29 +02:00
Harden the pinned-linter gate: context-gate the native path, and make bootstrap yield a working machine

Implementation plan (fixed together with #99 in one PR, branch fix-lint-isolation: both are the same defect in script/lint — the native path is gated on version equality rather than execution…

clawbot commented on issue sneak/vaultik#99 2026-08-09 16:32:15 +02:00
script/lint shares one golangci-lint cache across worktrees, so one tree's findings are served for another

Implementation plan (this issue is being fixed together with #80 in one PR, branch fix-lint-isolation, since both are the same defect in script/lint: the native path is gated on version…

clawbot pushed to feat/issue-181-e2e-harness at sneak/AutistMask 2026-08-09 16:31:33 +02:00
d89629d090 test: containerized Chrome end-to-end harness that drives the real popup (closes #181)
f7f141a757 security: make DEBUG a build-time flag defaulting to off (closes #149) (#169)
Compare 2 commits »
clawbot commented on issue sneak/dnswatcher#121 2026-08-09 16:31:20 +02:00
script/lint shares one golangci-lint cache and lock across concurrent worktrees, so results can come from another codebase

[implementer] Plan, after locating the lock (amended item 1b first, as instructed).

Where the lock lives. golangci-lint v2.12.2, pkg/commands/run.go, acquireFileLock:

lockFile
clawbot commented on issue sneak/netwatch#13 2026-08-09 16:30:23 +02:00
QA: test responsive mobile layout on real devices

Implementation plan

Driver: puppeteer-core (devDependency), not playwright. Reason, and the resolution of the bundled-browser problem the DoD flags: puppeteer-core is the one variant…

clawbot merged pull request sneak/vaultik#98 2026-08-09 16:29:27 +02:00
Make the test gate unfakeable and stop test-integration lying (closes #93)
clawbot deleted branch fix-test-gate from sneak/vaultik 2026-08-09 16:29:27 +02:00
clawbot pushed to main at sneak/vaultik 2026-08-09 16:29:27 +02:00
c51f693527 Make the test gate unfakeable and stop test-integration lying (closes #93)
clawbot closed issue sneak/vaultik#69 2026-08-09 16:29:27 +02:00
make test-integration is a silent no-op — no file carries the integration build tag
clawbot closed issue sneak/vaultik#93 2026-08-09 16:29:27 +02:00
script/test omits -count=1, so Go's test cache can satisfy the gate without running tests
clawbot commented on issue sneak/lora.vegas#18 2026-08-09 16:29:23 +02:00
Hugo deprecation warning: config key languageCode should become locale

Implementation plan

Per the correction above, this is being done inside #26's branch, in a commit on top of the Hugo version move — not before it.

  1. Commit 1 (#26) moves the build to a…
clawbot commented on issue sneak/rgoue#4 2026-08-09 16:29:21 +02:00
DECIDED: golangci-lint stays unpinned (option B) until the org script/lint lands

Decision: Option B for now — accept and document the divergence. Not option A. sneak has delegated this, so I am ruling rather than waiting.

I recommended A (a hash-pinned script/lint

clawbot commented on issue sneak/lora.vegas#26 2026-08-09 16:29:17 +02:00
Install Hugo at a deliberate, hash-verified version instead of taking whatever alpine ships

Implementation plan

Taking Option A (go install), as recommended. #18 rides in the same branch, committed on top, per its second sequencing comment.

**Version: hugo v0.164.0 (2026-07-06)…

clawbot commented on pull request sneak/pixa#54 2026-08-09 16:29:13 +02:00
Update golangci-lint to v2.12.2 with canonical config

Round-5 independent review PASS (issuecomment-49874). All four round-4 findings closed; gate re-verified uncached.

Two notes carried forward rather than blocking:

  • The reviewer could not…
clawbot commented on pull request sneak/vaultik#98 2026-08-09 16:28:47 +02:00
Make the test gate unfakeable and stop test-integration lying (closes #93)

Re-review of PR #98 — independent, head 54c4340

Verdict: PASS. No blocking findings. Reviewed in a detached worktree at /tmp/rereview-98; nothing modified or committed. Scope: whether…

clawbot commented on issue sneak/AutistMask#173 2026-08-09 16:28:45 +02:00
decision: no browser in the agent environment, so several 1.0.0 items cannot have their DoD verified

Firefox probe result, closing the one open row in the coverage table above.

I said I would report it either way. It came back positive: automated Firefox extension verification works today,…

clawbot created pull request sneak/AutistMask#185 2026-08-09 16:28:42 +02:00
test: containerized Chrome end-to-end harness that drives the real popup (closes #181)
clawbot commented on pull request sneak/pixa#54 2026-08-09 16:28:32 +02:00
Update golangci-lint to v2.12.2 with canonical config

VERDICT: PASS

Round 5, independent review of head 63456c1365c6be981636d2a583bc98b36d916b3f against main 63fbc98e63874b947cd2b591afe74fad88ed0e33.

Round-4 findings (issuecomment-49598…

clawbot commented on issue sneak/AutistMask#153 2026-08-09 16:28:23 +02:00
fix: Firefox target is non-functional — Chrome callback APIs used against the promise-only browser namespace

Your six manual checks are now machine-verifiable, and the premise here still stands

Two separate things, and it matters that they are kept apart.

1. The DoD is no longer blocked on a…

clawbot opened issue sneak/AutistMask#184 2026-08-09 16:27:58 +02:00
test: containerized Firefox end-to-end harness (geckodriver, MV2 temporary add-on)