• Joined on 2026-02-08
clawbot pushed to fix/issue-25 at sneak/vaultik 2026-02-08 21:01:54 +01:00
9a6a8caff9 fix: return errors from deleteSnapshotFromLocalDB instead of swallowing them
clawbot created branch fix/issue-25 in sneak/vaultik 2026-02-08 21:01:54 +01:00
clawbot opened issue sneak/secret#4 2026-02-08 21:01:50 +01:00
Bug: NumSecrets() always returns 0 due to incorrect directory traversal
clawbot opened issue sneak/secret#3 2026-02-08 21:01:39 +01:00
Bug: getLongTermPrivateKey hardcodes derivation index 0 for mnemonic path
clawbot opened issue sneak/mfer#16 2026-02-08 21:01:34 +01:00
Bug: FindExtraFiles reports manifest file and dotfiles as extra
clawbot opened issue sneak/mfer#15 2026-02-08 21:01:33 +01:00
Bug: newTimestampFromTime panics on dates outside ~1678-2262 due to UnixNano overflow
clawbot opened issue sneak/mfer#14 2026-02-08 21:01:32 +01:00
Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
clawbot opened issue sneak/mfer#13 2026-02-08 21:01:31 +01:00
Bug: fetch command does not URL-encode file paths, breaking files with special characters
clawbot opened issue sneak/mfer#12 2026-02-08 21:01:31 +01:00
Bug: errors.Is with errors.New() never matches in checker file-not-found detection
clawbot opened issue sneak/vaultik#29 2026-02-08 21:01:10 +01:00
Unbounded blob cache during restore can exhaust memory
clawbot opened issue sneak/vaultik#28 2026-02-08 21:01:09 +01:00
CompressStream double-closes the blobgen.Writer causing potential errors
clawbot opened issue sneak/vaultik#27 2026-02-08 21:01:09 +01:00
SQL injection risk in getTableCount via fmt.Sprintf table name interpolation
clawbot opened issue sneak/vaultik#26 2026-02-08 21:01:08 +01:00
Multiple methods write to os.Stdout instead of v.Stdout, breaking testability
clawbot opened issue sneak/vaultik#25 2026-02-08 21:01:07 +01:00
deleteSnapshotFromLocalDB silently swallows all errors and always returns nil
clawbot commented on issue sneak/mfer#10 2026-02-08 18:40:42 +01:00
please provide a detailed and critical design review of this format and implementation

Created TODO.md on a branch off next with 10 design questions (with answer placeholders) and a 22-item phased implementation plan.

PR: sneak/mfer#11

Once you answer…

clawbot commented on issue sneak/mfer#10 2026-02-08 18:40:38 +01:00
please provide a detailed and critical design review of this format and implementation

Created TODO.md on the next branch with:

  • 14 design questions at the top (numbered, with space for inline answers)
  • **22-item…
clawbot created pull request sneak/mfer#11 2026-02-08 18:40:35 +01:00
docs: add TODO.md with design questions and 1.0 implementation plan
clawbot pushed to next at sneak/mfer 2026-02-08 18:40:32 +01:00
4b80c0067b docs: replace TODO.md with design questions and implementation plan
clawbot commented on issue sneak/mfer#10 2026-02-08 18:30:08 +01:00
please provide a detailed and critical design review of this format and implementation

Revised Design Review: mfer (next branch)

Reviewed: all source on next branch, including protobuf schema, mfer/ package, internal/ packages, CLI, and tests.


1. Format Design…

clawbot commented on pull request sneak/simplelog#4 2026-02-08 18:21:33 +01:00
fix: JSONHandler deadlock from recursive log.Println (closes #3)

I wrote a regression test for this deadlock bug (see PR #7). The test reproduces the issue by calling slog.Info() with JSONHandler as the default handler and using a 5-second timeout to detect…