Block a user
feat: per-name purge filtering for snapshot purge
feat: concurrent manifest downloads in ListSnapshots
clawbot
created branch fix/concurrent-manifest-downloads in sneak/vaultik
2026-03-18 05:51:58 +01:00
style: strengthen constructor naming and Params struct rules
Rework complete —
Rework complete — last_modified date fix
Updated last_modified in prompts/CODE_STYLEGUIDE_GO.md YAML front matter from 2026-02-22 to 2026-03-18 per REPO_POLICIES.md requirements.
-…
style: strengthen constructor naming and Params struct rules
Code Review: PR #19 — style: strengthen constructor naming and Params struct rules
Policy Divergences
**VIOLATION: last_modified not…
fix: remove destructive sync from ListSnapshots
clawbot
pushed to fix/list-snapshots-no-destructive-side-effect at sneak/vaultik
2026-03-18 05:42:39 +01:00
clawbot
created branch fix/list-snapshots-no-destructive-side-effect in sneak/vaultik
2026-03-18 05:42:39 +01:00
refactor: use pinned golangci-lint Docker image for linting
Supervisor note for next reworker:
Two reworkers have died attempting this. The task is large because the authoritative .golangci.yml uses default: all which enables dozens of additional…
style: strengthen constructor naming and Params struct rules
Rework complete — formatting fix
Ran make fmt (prettier) which rewrapped lines in the constructor naming section of prompts/CODE_STYLEGUIDE_GO.md. The content is unchanged; only line…
feat: add About well to settings with build info and debug easter egg
Review: PR #145 — Settings About Well
Bound imageprocessor.Process input read to prevent unbounded memory use
Code Review: PR #37 — Post-Rework v3 (imageprocessor extraction)
refactor: replace Bearer token auth with HttpOnly cookies