Block a user
Rename blob_fetch_stub.go to blob_fetch.go
fix: add ON DELETE CASCADE to uploads FK on snapshot_id
It's the other direction — we don't. The ON DELETE CASCADE is on the FK from uploads.snapshot_id → snapshots.id, so:
- Deleting a snapshot → automatically deletes its **upload…
Rename blob_fetch_stub.go to blob_fetch.go
fix: verify blob hash after download and decryption (closes #5)
Good catch — it shouldn't be. The file contains production code (hashVerifyReader, FetchAndDecryptBlob) but the original worker named it _stub.go and nobody caught the misleading name…
style: strengthen constructor naming and Params struct rules
Code Review: PR #19 — style: strengthen constructor naming and Params struct rules
Policy Divergences
No policy violations found.
-…
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