# weatherreporter `weatherreporter` is a Go application for preparing human-facing weather reports from normalized forecast data. It builds structured briefing packages, runs them through `scriptorium`, and keeps inspectable artifacts under a local workspace. ## Quickstart ```sh weatherreporter generate daily --date 2026-05-29 --out ./daily.md ``` ## Documentation - [CLI reference](docs/cli.md) - [Configuration reference](docs/config.md) - [Operations guide](docs/operations.md) - [Troubleshooting](docs/troubleshooting.md) - [Architecture policy](docs/policy/architecture.md) - [Development policy](docs/policy/development.md)