mfer/internal/cli
clawbot dacc97d1f6 feat: deterministic manifests by default, remove atime, rate-limit checker progress
- Remove atime field from proto schema (field 304 reserved)
- Omit createdAt timestamp by default for deterministic output
- Add --include-timestamps flag to gen and freshen commands to opt in
- Add Builder.SetIncludeTimestamps() and ScannerOptions.IncludeTimestamps
- Rate-limit Checker progress updates to once per second (matching Scanner)
- Add tests for all changes

Closes design decisions: deterministic-by-default, atime removal.
2026-02-20 03:45:19 -08:00
..
check.go progress 2026-02-08 09:25:58 -08:00
entry_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Fix URL encoding for file paths in fetch command (closes #13) (#18) 2026-02-09 02:14:20 +01:00
fetch.go Fix URL encoding for file paths in fetch command (closes #13) (#18) 2026-02-09 02:14:20 +01:00
freshen_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
gen.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00