23 lines
749 B
Markdown
23 lines
749 B
Markdown
# weatherreporter
|
|
|
|
`weatherreporter` is a Go application for preparing human-facing weather
|
|
reports from normalized forecast data. It builds JSON module snapshots, passes
|
|
YAML prompt data packages to `scriptorium`, and keeps inspectable artifacts
|
|
under a local workspace. It can also upload successfully generated managed
|
|
Markdown reports to a configured `distributor` HTTP upload endpoint.
|
|
|
|
## Quickstart
|
|
|
|
```sh
|
|
weatherreporter generate today --out ./today.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)
|