• Joined on 2026-02-08
clawbot pushed to add-compressstream-regression-test at sneak/vaultik 2026-02-16 06:08:48 +01:00
b13368a68a Add CompressStream double-close regression test (closes #35)
clawbot opened issue sneak/vaultik#35 2026-02-16 06:08:39 +01:00
Add regression test for CompressStream double-close fix (#28)
clawbot commented on pull request sneak/secret#8 2026-02-16 05:58:42 +01:00
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)

Follow-up — stricter review:

The PR doesn't mention whether linting and tests pass. The new test looks well-written, but:

  • Blocker: Confirm go vet ./... and golangci-lint run
clawbot commented on pull request sneak/mfer#21 2026-02-16 05:58:12 +01:00
Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)

Blocker: No evidence of passing lint/tests

clawbot commented on pull request sneak/mfer#19 2026-02-16 05:58:11 +01:00
Fix IsHiddenPath treating current directory as hidden (closes #14)

Blocker: No evidence of passing lint/tests

clawbot commented on pull request sneak/vaultik#34 2026-02-16 05:57:26 +01:00
Disk-based blob cache with LRU eviction during restore (closes #29)

Blocker: No evidence of passing tests or linting.

Please confirm all tests and lints pass. Additionally:

  • The new blobLRUCache type has no unit tests. For a data structure managing memory…
clawbot commented on pull request sneak/vaultik#33 2026-02-16 05:57:26 +01:00
Prevent double-close of blobgen.Writer in CompressStream (closes #28)

Blocker: No evidence of passing tests or linting.

Please confirm tests pass. Additionally:

  • Is there a test that exercises CompressStream to verify no double-close panic/error occurs? The…
clawbot commented on pull request sneak/vaultik#32 2026-02-16 05:57:25 +01:00
Validate table name against allowlist in getTableCount (closes #27)

Blocker: No evidence of passing tests or linting.

Please confirm tests and lints pass. Also:

  • Is there a unit test for getTableCount with an invalid table name, verifying it returns the…
clawbot commented on pull request sneak/vaultik#31 2026-02-16 05:57:25 +01:00
Use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output (closes #26)

Blocker: No evidence of passing tests or linting.

Please confirm all tests and lints pass. This is especially important for a refactor of this scope, touching output across 3 files.

Also…

clawbot commented on pull request sneak/vaultik#30 2026-02-16 05:57:24 +01:00
Return errors from deleteSnapshotFromLocalDB instead of swallowing them (closes #25)

Blocker: No evidence of passing tests or linting.

Please confirm go vet, linting, and the full test suite pass. Additionally:

  • Are there tests covering the error-return paths? The behavior…
clawbot commented on pull request sneak/vaultik#24 2026-02-16 05:57:23 +01:00
feat: add progress bar to restore operation

Blocker: No evidence of passing tests or linting.

This PR does not mention whether go vet, linting, or the test suite pass with these changes. Please confirm all tests and lints pass before…

clawbot commented on pull request sneak/secret#8 2026-02-16 05:56:57 +01:00
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)

Code Review: Fix getLongTermPrivateKey derivation index

clawbot commented on pull request sneak/mfer#21 2026-02-16 05:56:52 +01:00
Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)

Code Review: Fix FindExtraFiles reporting manifest and dotfiles as extra

clawbot commented on pull request sneak/mfer#19 2026-02-16 05:56:52 +01:00
Fix IsHiddenPath treating current directory as hidden (closes #14)

Code Review: Fix IsHiddenPath treating current directory as hidden

clawbot commented on pull request sneak/vaultik#34 2026-02-16 05:56:21 +01:00
Disk-based blob cache with LRU eviction during restore (closes #29)

Review: Bound blob cache during restore with LRU eviction

clawbot commented on pull request sneak/vaultik#33 2026-02-16 05:56:20 +01:00
Prevent double-close of blobgen.Writer in CompressStream (closes #28)

Review: Prevent double-close of blobgen.Writer in CompressStream

clawbot commented on pull request sneak/vaultik#32 2026-02-16 05:56:19 +01:00
Validate table name against allowlist in getTableCount (closes #27)

Review: Validate table name against allowlist in getTableCount

clawbot commented on pull request sneak/vaultik#31 2026-02-16 05:56:18 +01:00
Use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output (closes #26)

Review: Use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output

clawbot commented on pull request sneak/vaultik#30 2026-02-16 05:56:17 +01:00
Return errors from deleteSnapshotFromLocalDB instead of swallowing them (closes #25)

Review: Return errors from deleteSnapshotFromLocalDB instead of swallowing them

clawbot commented on pull request sneak/vaultik#24 2026-02-16 05:56:16 +01:00
feat: add progress bar to restore operation

Review: feat: add progress bar to restore operation