- Add `--verbose`/`-v` flag; gate all diagnostic stderr output behind it
- Add `--no-uuid`, `--no-source`, `--no-location`, `--no-description`,
`--no-conference-url` flags to suppress individual INFO lines
- Add `--sort` option (`asc`, `desc`, `original`) replacing hardcoded
descending sort
- Add `--source` option to override calendar name (single-file only)
- Introduce `Config` module with global `ref` flags set at startup from
CLI args
- Add `Utils.warn` helper that writes to stderr only when
`Config.verbose` is set
- Normalise all diagnostic messages to a consistent format (`Warning:
... (UID: ...)`)
- Remove `debug_print_of_recurrence_and_skip`; inline skip at each call
site
- Fix `add_common_part` to always emit a trailing `\\\n `
continuation line
- Rename executable public_name and package name from remind_sync to
ical2rem
- Update dune-project with new name, source URI, maintainer, synopsis,
description, and tags
- Add dune-build-info dependency and use Build_info to generate the
version string at build time instead of the %%VERSION%% placeholder
- Add pinned dependencies to ical2rem.opam
- Remove remind_sync.opam
- Bump dune lang version from 3.20 to 3.23
- Accept multiple positional arguments instead of a single required file
- Extract `read_file` helper to separate file reading from parsing
- Collect all valid reminders across files before printing
- Handle per-file errors gracefully without aborting the whole run