json-archive/docs
nobody 2ab1c31993
feat: transparently append to compressed archives
When appending to a compressed archive (gzip, brotli, zstd), the tool
now handles compression automatically. Since some compression formats don't
support appending to compressed files in place, we write a new
compressed file with all the data and atomically rename it to replace
the original (assuming there is enough space on that filesystem).

This means you can work with compressed archives the same way as
uncompressed ones. Point the tool at your .json.gz file and append
values. No manual decompression/recompression needed.
2025-11-30 17:09:49 -08:00
..
demo feat: add reading compressed archive files 2025-09-30 11:19:13 -07:00
diagnostics feat: transparently append to compressed archives 2025-11-30 17:09:49 -08:00
file-format-spec.md feat: open source vibecoding example project 2025-09-28 11:20:25 -07:00
fuzz-testing.md feat: transparently append to compressed archives 2025-11-30 17:09:49 -08:00
info-command.md feat: open source vibecoding example project 2025-09-28 11:20:25 -07:00
state-command.md feat: open source vibecoding example project 2025-09-28 11:20:25 -07:00