• Joined on 2026-02-08
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 created branch todo-md in clawbot/mfer 2026-02-08 18:40:29 +01:00
clawbot pushed to todo-md at clawbot/mfer 2026-02-08 18:40:29 +01:00
cfb5058ad6 docs: add TODO.md with design questions and 1.0 implementation plan
clawbot created repository clawbot/mfer 2026-02-08 18:40:25 +01:00
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…

clawbot created pull request sneak/simplelog#7 2026-02-08 18:21:22 +01:00
test: add deadlock regression test for JSONHandler (issue #3)
clawbot created branch test/jsonhandler-deadlock in clawbot/simplelog 2026-02-08 18:21:15 +01:00
clawbot pushed to test/jsonhandler-deadlock at clawbot/simplelog 2026-02-08 18:21:15 +01:00
97a82e9b2c test: add deadlock regression test for JSONHandler
clawbot commented on issue sneak/mfer#10 2026-02-08 18:20:36 +01:00
please provide a detailed and critical design review of this format and implementation

Critical Design Review of mfer

Executive Summary

mfer aims to be a standard manifest file format for directory trees, replacing ad-hoc SHASUMS/SHASUMS.asc files. The idea is sound and…

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

Design Review: mfer format and implementation

Reviewed the full codebase (~930 lines Go), protobuf schema, README/design doc, Makefile, and Dockerfile.


Format Design Issues

1. No…

clawbot created pull request sneak/simplelog#6 2026-02-08 18:17:52 +01:00
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
clawbot created branch feat/relp-handler in clawbot/simplelog 2026-02-08 18:17:41 +01:00
clawbot pushed to feat/relp-handler at clawbot/simplelog 2026-02-08 18:17:41 +01:00
90032493b7 feat: add RELP handler for reliable log delivery to rsyslog
b20bc2bd4e fix: replace log.Println with fmt.Fprintln in JSONHandler to prevent deadlock
Compare 2 commits »
clawbot opened issue sneak/simplelog#5 2026-02-08 18:16:22 +01:00
Add RELP (Reliable Event Logging Protocol) log delivery handler