• Joined on 2026-02-08
clawbot created pull request sneak/vaultik#53 2026-03-19 00:26:49 +01:00
Rename blob_fetch_stub.go to blob_fetch.go
clawbot pushed to rename-blob-fetch-stub at sneak/vaultik 2026-03-19 00:26:42 +01:00
8d3a3ab7a1 rename blob_fetch_stub.go to blob_fetch.go
clawbot created branch rename-blob-fetch-stub in sneak/vaultik 2026-03-19 00:26:42 +01:00
clawbot commented on pull request sneak/vaultik#44 2026-03-19 00:25:21 +01:00
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_idsnapshots.id, so:

  • Deleting a snapshot → automatically deletes its **upload…
clawbot opened issue sneak/vaultik#52 2026-03-19 00:22:57 +01:00
Rename blob_fetch_stub.go to blob_fetch.go
clawbot commented on pull request sneak/vaultik#39 2026-03-19 00:22:44 +01:00
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…

clawbot commented on pull request sneak/vaultik#51 2026-03-18 05:59:30 +01:00
feat: per-name purge filtering for snapshot purge

Review: PASS

clawbot commented on pull request sneak/prompts#19 2026-03-18 05:56:56 +01:00
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.

-…

clawbot commented on pull request sneak/vaultik#50 2026-03-18 05:56:52 +01:00
feat: concurrent manifest downloads in ListSnapshots

Review: PASS

Reviewed PR #50 — concurrent manifest downloads for issue #8.

Checklist

clawbot created pull request sneak/vaultik#51 2026-03-18 05:54:27 +01:00
feat: per-name purge filtering for snapshot purge
clawbot pushed to feature/per-name-purge at sneak/vaultik 2026-03-18 05:54:14 +01:00
c76a357570 feat: per-name purge filtering for snapshot purge
clawbot created branch feature/per-name-purge in sneak/vaultik 2026-03-18 05:54:14 +01:00
clawbot created pull request sneak/vaultik#50 2026-03-18 05:52:05 +01:00
feat: concurrent manifest downloads in ListSnapshots
clawbot pushed to fix/concurrent-manifest-downloads at sneak/vaultik 2026-03-18 05:51:59 +01:00
588e84da9c feat: concurrent manifest downloads in ListSnapshots
clawbot created branch fix/concurrent-manifest-downloads in sneak/vaultik 2026-03-18 05:51:58 +01:00
clawbot commented on pull request sneak/prompts#19 2026-03-18 05:49:50 +01:00
style: strengthen constructor naming and Params struct rules

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.

-…

clawbot pushed to style/constructor-naming-params at sneak/prompts 2026-03-18 05:49:33 +01:00
a8a469ed31 fix: update last_modified date in CODE_STYLEGUIDE_GO.md
clawbot commented on pull request sneak/vaultik#49 2026-03-18 05:47:18 +01:00
fix: remove destructive sync from ListSnapshots

Review: PASS

clawbot commented on pull request sneak/prompts#19 2026-03-18 05:46:49 +01:00
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…

clawbot created pull request sneak/vaultik#49 2026-03-18 05:42:48 +01:00
fix: remove destructive sync from ListSnapshots