| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-14 | refactor: use fs.FS for aggregate and DB import (ask v3) | Paul Buetow | |
| Decouple Aggregator and ImportFromDir from direct os.Open by routing through io/fs: NewAggregatorFS, ImportFromFS, recordsdir.ListNonEmptyFilesFS. NewAggregator and ImportFromDir wrap os.DirFS for backward compatibility. Add fstest.MapFS tests for recordsdir, aggregate, and ImportFromFS. Made-with: Cursor | |||
| 2026-04-14 | refactor: share .records file discovery (ask u3) | Paul Buetow | |
| Extract ListNonEmptyFiles and HostFromFileName into internal/recordsdir for aggregate and storage ImportFromDir. Behavior unchanged. Made-with: Cursor | |||
