Add Daily prompt input preflight

This commit is contained in:
2026-05-29 17:32:57 +00:00
parent cf8e1de3ff
commit e556ca5edc
12 changed files with 868 additions and 26 deletions

View File

@@ -3,14 +3,14 @@
`weatherreporter` is a Go application for preparing human-facing weather
reports from normalized forecast data.
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.
The application can currently prepare a Daily prompt input data package 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.md
weatherreporter generate daily --date 2026-05-29 --out ./daily.data_package.json
```
## Documentation