~bigbes/sr-ht-spec: cd1b8b01

deps: auxilia whose scribe.Err reads the whole error chain

Until now scribe.Err type-asserted the outermost error for slog.LogValuer,
so a culpa error under a single fmt.Errorf logged as a flat string and lost
its code, hint and stacktrace with no warning. It walks the chain now, which
is what makes the culpa wrapping in this service visible in the journal.

Eugene Blikh <bigbes@gmail.com> — 2026-08-08 20:40:09 UTC

Commit cd1b8b014d4f88d3a972259e5bb7aee42d14013bview raw patch

Parent(s): 3d811988

2 changed file(s)

FileStatus+
go.mod M +1 -1
go.sum M +2 -2