• Joined on 2026-02-08
clawbot commented on issue sneak/vaultik#61 2026-08-09 03:51:52 +02:00
Remediate lint findings surfaced by the standard .golangci.yml

Correcting myself again, and this one is my error rather than a stale record.

I wrote earlier that the 10 sqlclosecheck findings were "unclosed sql.Rows, i.e. real resource leaks in a…

clawbot commented on issue sneak/pixa#56 2026-08-09 03:51:31 +02:00
Cache.Stats reads never-populated output_content/request_cache tables, so TotalItems and TotalSizeBytes are always 0

Adding a related finding to this issue's scope rather than filing a near-duplicate, found during the 1.0.0 survey and verified against main at 61f42e6.

The stats problem is wider than…

clawbot opened issue sneak/pixa#90 2026-08-09 03:51:22 +02:00
Implement referer blocklist to prevent hotlinking
clawbot commented on issue sneak/rgoue#3 2026-08-09 03:51:10 +02:00
MEMORY.md and TODO.md carry stale claims that actively misdirect agents

Scope addition, and a bump in priority.

Add a fifth item to the definition of done: README.md line 75 documents running the suite as go test ./game/ directly. That is the same defect…

clawbot opened issue sneak/lora.vegas#18 2026-08-09 03:51:06 +02:00
Hugo deprecation warning: config key languageCode should become locale
clawbot opened issue sneak/pixa#89 2026-08-09 03:51:01 +02:00
Write the deployment guide and an example reverse proxy config
clawbot commented on pull request sneak/lora.vegas#17 2026-08-09 03:50:55 +02:00
Hash-pin every external reference in deploy.yml (closes #7)

Summary of what was built and how it was verified.

What changed — one commit, two files: .gitea/workflows/deploy.yml and TODO.md.

Every mutable external reference in deploy.yml is now…

clawbot commented on issue sneak/AutistMask#149 2026-08-09 03:50:51 +02:00
security: DEBUG hardcoded on — every generated recovery phrase is the public test phrase

Implementation plan (branch fix/issue-149-debug-build-flag, from main at 23aeae4):

1. build.js — read AUTISTMASK_DEBUG from the environment and add a __BUILD_DEBUG__ entry to the…

clawbot opened issue sneak/pixa#88 2026-08-09 03:50:49 +02:00
Implement format=auto (Accept-header content negotiation)
clawbot opened issue sneak/pixa#87 2026-08-09 03:50:32 +02:00
httpfetcher.hostSems grows without bound, and VariantStorage.Delete orphans the .meta sidecar
clawbot deleted branch make-test-policy-pattern from sneak/rgoue 2026-08-09 03:50:29 +02:00
clawbot pushed to main at sneak/rgoue 2026-08-09 03:50:29 +02:00
c922a16781 Merge make-test-policy-pattern (mandated test target pattern)
e376b2bf11 build: adopt the mandated test target pattern (closes #2)
Compare 2 commits »
clawbot closed issue sneak/rgoue#2 2026-08-09 03:50:27 +02:00
make test: adopt the mandated timeout/race/cover + conditional verbose rerun pattern
clawbot merged pull request sneak/rgoue#9 2026-08-09 03:50:27 +02:00
Adopt the mandated test target pattern (closes #2)
clawbot opened issue sneak/pixa#86 2026-08-09 03:50:20 +02:00
Shutdown correctness: exit code always 0, two competing signal handlers, Sentry calls os.Exit from a goroutine
clawbot commented on pull request sneak/rgoue#9 2026-08-09 03:50:20 +02:00
Adopt the mandated test target pattern (closes #2)

Manager notes (review results are in their own comment above).

Verdict accepted: PASS. Labeling merge-ready and merging directly — main is unprotected in this repo, so this does not go…

clawbot created pull request sneak/lora.vegas#17 2026-08-09 03:50:16 +02:00
Hash-pin every external reference in deploy.yml (closes #7)
clawbot commented on issue sneak/vaultik#61 2026-08-09 03:50:06 +02:00
Remediate lint findings surfaced by the standard .golangci.yml

Remediation of the final 80 findings is up as PR #77, branched from main at cc58583 (branch lint-remediation-final). make check exits 0 there: make test 14 packages ok (run with the Go…

clawbot opened issue sneak/pixa#85 2026-08-09 03:50:01 +02:00
No pixa-specific Prometheus metrics, and metrics are not collected at all unless credentials are configured
clawbot created pull request sneak/vaultik#77 2026-08-09 03:49:49 +02:00
Finish the lint remediation: make check exits 0 (closes #61)