~bigbes/lethe: f3118d95

collector: preserve valid rows around ingest errors

Eugene Blikh <bigbes@gmail.com> — 2026-05-03 16:42:15 UTC

Commit f3118d95bdf88c114346b0b2b43fad44e564a484view raw patch

Parent(s): 538e632d

6 changed file(s)

FileStatus+
cmd/lethe-collector/main.go M +5 -1
docs/tasks/lethe-collector-claude-code.md M +7 -1
internal/collector/ingest/outbox.go M +2
internal/collector/ingest/outbox_test.go M +44
internal/collector/ingest/runner.go M +73 -16
internal/collector/ingest/runner_test.go M +89