Add Daily briefing JSON generation

This commit is contained in:
2026-05-29 17:23:49 +00:00
parent caf21dfedd
commit cf8e1de3ff
9 changed files with 922 additions and 14 deletions

View File

@@ -3,9 +3,9 @@
`weatherreporter` is a Go application for preparing human-facing weather
reports from normalized forecast data.
The application currently resolves configuration and CLI requests. Weather API
fetching, report generation, and `scriptorium` rendering are tracked in the
roadmap and are not implemented yet.
The application can currently produce a Daily briefing JSON artifact. Rendered
reports and `scriptorium` execution are tracked in the roadmap and are not
implemented yet.
## Quickstart