This repository was archived by the owner on Apr 22, 2026. It is now read-only.
v0.1.0
Changelog
- 3aec7be ci: add GitHub Actions for test, coverage, and release
- da7eb4b feat(cli): add interactive database download prompt when DB is missing
- feda3e0 feat(cli): add query, download, info, and version commands
- a6cbf9e feat(config): add TOML config management with init/set/get/show
- 1731e7c feat(download): add disk space checking with human-readable formatting
- 1eb3deb feat(download): add parallel download engine with resume and retry
- a01a033 feat(fetch): add database fetch from OSF with core/all table selection
- bf06426 feat(output): add TSV/CSV/JSON/table formatters with TTY auto-detection
- c7101c5 feat(parquet): add typed reader with column projection and row filtering
- fea77e8 feat(query): add filter types with TOML parsing and match logic
- f9a8e63 feat(query): add query planner and executor with multi-table joins
- dfbd75e feat(query): add result sorting by column with numeric detection
- 8442a45 feat(scaffold): initialize Go module and CLI skeleton
- 052b1a2 feat(suggest): add Levenshtein-based species name suggestion
- 0dcdf13 feat(summarise): add --from flag to summarise CSV/TSV query results
- 03a74db feat(summarise): add summary statistics with default report and group-by
- ad67b61 feat: add Windows support
- 05a3ad1 feat: add one-line install script for Linux/macOS/Windows
- ff14c09 feat: add self-update command with background version check
- 0fa93c7 fix(cli): show box prompt only in interactive terminals
- 371b87e fix(fetch): use real OSF download URLs for parquet files
- c6e37f6 fix(test): use os.TempDir() instead of /tmp for Windows compatibility
- 79df626 perf: add benchmark script for query and download performance
- d6a2f91 refactor: rename module to AMR-genomics-hackathon-2026/atb-cli-claude