Add report registry and valid periods

This commit is contained in:
2026-05-29 17:17:50 +00:00
parent d494550b20
commit caf21dfedd
8 changed files with 763 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# Weatherreporter CLI
`weatherreporter` currently resolves configuration and command requests, then
returns a not-implemented error for report generation and scheduled runs.
`weatherreporter` currently resolves configuration, command requests, report
definitions, and valid periods, then returns a not-implemented error for report
generation and scheduled runs.
## Shortest Useful Command
@@ -9,8 +10,8 @@ returns a not-implemented error for report generation and scheduled runs.
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
```
The command parses flags, loads configuration, resolves the request, and then
stops before weather data fetching or report rendering.
The command parses flags, loads configuration, resolves report identity and the
valid period, and then stops before weather data fetching or report rendering.
## Command Overview