25 lines
772 B
Markdown
25 lines
772 B
Markdown
# weatherreporter
|
|
|
|
`weatherreporter` is a Go application for preparing human-facing weather
|
|
reports from normalized forecast data.
|
|
|
|
The application can currently prepare a Daily prompt input data package, persist
|
|
inspectable workspace metadata, and run `scriptorium render` as a preflight
|
|
check. Full rendered reports are tracked in the roadmap and are not implemented
|
|
yet.
|
|
|
|
## Quickstart
|
|
|
|
```sh
|
|
weatherreporter generate daily --date 2026-05-29 --out ./daily.data_package.json
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- [CLI reference](docs/cli.md)
|
|
- [Configuration reference](docs/config.md)
|
|
- [Operations guide](docs/operations.md)
|
|
- [Architecture policy](docs/policy/architecture.md)
|
|
- [Development policy](docs/policy/development.md)
|
|
- [Implementation roadmap](docs/roadmap/initial.md)
|