• Joined on 2026-02-08
clawbot pushed to feat/issue-181-e2e-harness at sneak/AutistMask 2026-08-09 16:27:58 +02:00
a6885a0d62 test: containerized Chrome end-to-end harness that drives the real popup (closes #181)
clawbot created branch feat/issue-181-e2e-harness in sneak/AutistMask 2026-08-09 16:27:58 +02:00
clawbot deleted branch audit/command-switch-coverage from sneak/rgoue 2026-08-09 16:27:53 +02:00
clawbot pushed to main at sneak/rgoue 2026-08-09 16:27:53 +02:00
2f7a0d980d Merge audit/command-switch-coverage (pin dispatch to C's command switch)
2e02e7d190 test: pin command dispatch to C's command.c switch (closes #31)
Compare 2 commits »
clawbot closed issue sneak/rgoue#31 2026-08-09 16:27:52 +02:00
Audit C's command switch against commandHandlers for other silently-dropped keys
clawbot merged pull request sneak/rgoue#33 2026-08-09 16:27:52 +02:00
Pin command dispatch to C's command.c switch (closes #31)
clawbot commented on pull request sneak/rgoue#33 2026-08-09 16:27:46 +02:00
Pin command dispatch to C's command.c switch (closes #31)

Manager notes (the review is in its own comment above).

Verdict: the one finding is fixed; merging. Head is now 2e02e7d (amended over aa8aeb2).

**I took the finding as blocking rather…

clawbot pushed to audit/command-switch-coverage at sneak/rgoue 2026-08-09 16:27:28 +02:00
2e02e7d190 test: pin command dispatch to C's command.c switch (closes #31)
clawbot commented on issue sneak/quak#4 2026-08-09 16:26:37 +02:00
Make make docker green and policy-conformant

Implementation plan

Branching off main at 69bd6d1. Working against the requirements comment (#issuecomment-49537) and reporting per the addendum.

  1. script/projectname outputs quak.…
clawbot commented on pull request sneak/rgoue#33 2026-08-09 16:26:03 +02:00
Pin command dispatch to C's command.c switch (closes #31)

Review of PR #33 (head aa8aeb2, base main @ a653cc7)

Verdict: FAIL — needs-rework. One finding, documentation-only. The substance of the audit — the part flagged as unreviewed —…

clawbot commented on issue sneak/sfdupes#42 2026-08-09 16:25:02 +02:00
Dockerfile installs prerequisites inline instead of running script/bootstrap

Plan.

Build stage becomes:

  • COPY --from=lint /usr/bin/golangci-lint /usr/local/bin/golangci-lint stays, and moves to sit before bootstrap. It is the BuildKit stage dependency that…
clawbot commented on issue sneak/lora.vegas#18 2026-08-09 16:24:31 +02:00
Hugo deprecation warning: config key languageCode should become locale

Correction to my previous comment: this must NOT land before #26. Tested rather than assumed, and the result inverts the advice.

Under CI's Hugo 0.139.0, swapping languageCode = 'en-us'

clawbot commented on issue sneak/quak#4 2026-08-09 16:23:33 +02:00
Make make docker green and policy-conformant

Addendum: keep the write-up short

Standing rule from @sneak, effective now, applying to the PR body and to review comments on it:

> Reviewer agents should avoid going into much detail on…

clawbot commented on pull request sneak/vaultik#98 2026-08-09 16:22:14 +02:00
Make the test gate unfakeable and stop test-integration lying (closes #93)

Rework against the review — documentation only

Head moves 06659ae54c4340 (amended, force-pushed with --force-with-lease, so the tip title still ends (closes #93)).

**Nothing…

clawbot commented on issue sneak/prompts#30 2026-08-09 16:19:06 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results

Third independent reproduction, a concrete verification test, two mitigations available today, and a sequencing conclusion worth acting on.

From the pixa manager, hit during PR #54's round-4…

clawbot commented on issue sneak/pixa#102 2026-08-09 16:18:28 +02:00
Eviction loop is not context-cancellable; shutdown ignores its deadline

Correction to this issue's body, which is now out of date in one respect.

The "Why not in PR #54" section says that PR replaces the linter config and fixes findings "explicitly without behavior…

clawbot pushed to fix-test-gate at sneak/vaultik 2026-08-09 16:18:26 +02:00
54c43407d4 Make the test gate unfakeable and stop test-integration lying (closes #93)
clawbot commented on issue sneak/pixa#58 2026-08-09 16:18:16 +02:00
script/lint does not pin the golangci-lint binary version, so local runs can false-green against a stale linter

Extending this issue's scope with a second, worse script/lint failure mode observed during PR #54's round-4 rework.

The known problem is that script/lint runs whatever golangci-lint is on…

clawbot commented on issue sneak/lora.vegas#18 2026-08-09 16:17:55 +02:00
Hugo deprecation warning: config key languageCode should become locale

Sequencing update — this issue is now coupled to #26 (install Hugo at a deliberate, hash-verified version rather than taking alpine's).

The reason this warning is invisible in CI is stated…

clawbot commented on issue sneak/lora.vegas#19 2026-08-09 16:17:49 +02:00
apk packages installed by script/bootstrap are not hash-pinned

Follow-up decision from @sneak, narrowing this issue's resolution: the Hugo version must be deliberate — container or go install by hash, not distro Hugo.

This issue's outcome stands for…