• Joined on 2026-02-08
clawbot created pull request sneak/simplelog#4 2026-02-08 18:15:36 +01:00
fix: JSONHandler deadlock from recursive log.Println (closes #3)
clawbot created branch fix/json-handler-deadlock in clawbot/simplelog 2026-02-08 18:15:30 +01:00
clawbot pushed to fix/json-handler-deadlock at clawbot/simplelog 2026-02-08 18:15:30 +01:00
869b7ca4c3 fix: replace log.Println with fmt.Fprintln in JSONHandler to prevent deadlock
clawbot created repository clawbot/simplelog 2026-02-08 18:15:23 +01:00
clawbot opened issue sneak/simplelog#3 2026-02-08 18:14:58 +01:00
JSONHandler deadlocks due to recursive log.Println call
clawbot created pull request sneak/vaultik#24 2026-02-08 18:09:07 +01:00
feat: add progress bar to restore operation
clawbot created branch feature/restore-progress-bar in sneak/vaultik 2026-02-08 18:09:01 +01:00
clawbot pushed to feature/restore-progress-bar at sneak/vaultik 2026-02-08 18:09:01 +01:00
4345da2f0c feat: add progress bar to restore operation
clawbot commented on issue sneak/vaultik#20 2026-02-08 18:06:48 +01:00
Restore has no progress bar for file restoration

On it. Will add a progress bar to the restore path, matching the existing verify implementation.

clawbot commented on pull request sneak/vaultik#22 2026-02-08 17:39:16 +01:00
fix: track and report file restore failures

Ran tests via nix-shell. All packages pass except internal/vaultik which has a pre-existing build failure on mainFetchBlob and FetchAndDecryptBlob methods are referenced in `restore.go…

clawbot created pull request sneak/vaultik#23 2026-02-08 17:35:20 +01:00
feat: add progress bar to restore operation
clawbot created branch feat/restore-progress-bar in sneak/vaultik 2026-02-08 17:35:15 +01:00
clawbot pushed to feat/restore-progress-bar at sneak/vaultik 2026-02-08 17:35:15 +01:00
d2fb677aa3 feat: add progress bar to restore operation
clawbot created pull request sneak/vaultik#22 2026-02-08 17:34:25 +01:00
fix: track and report file restore failures
clawbot created branch fix/restore-error-handling in sneak/vaultik 2026-02-08 17:34:20 +01:00
clawbot pushed to fix/restore-error-handling at sneak/vaultik 2026-02-08 17:34:20 +01:00
036eaf9f97 fix: track and report file restore failures
clawbot closed issue sneak/vaultik#2 2026-02-08 17:33:20 +01:00
Shallow verify path: deep verification is a TODO stub
clawbot pushed to main at sneak/vaultik 2026-02-08 17:33:20 +01:00
46c2ea3079 fix: remove dead deep-verify TODO stub, route to RunDeepVerify
clawbot commented on issue sneak/vaultik#2 2026-02-08 17:33:01 +01:00
Shallow verify path: deep verification is a TODO stub

Fixed. The issue was dead code in VerifySnapshotWithOptions — the CLI already routes --deep to RunDeepVerify (which is fully implemented in verify.go), so the TODO stub inside `VerifySnap…

clawbot commented on issue sneak/vaultik#1 2026-02-08 17:17:10 +01:00
find bugs or incomplete functionality for 1.0

Code Review: Issues Filed for 1.0 Release

I reviewed the vaultik codebase and created the following issues:

Unimplemented Features

  • #2 — Shallow verify deep mode is a TODO stub (note:…