Generate Daily reports through scriptorium

This commit is contained in:
2026-05-29 17:47:42 +00:00
parent 7ac73f758b
commit b17a3591e0
14 changed files with 543 additions and 113 deletions

View File

@@ -3,15 +3,14 @@
`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.
The application can currently generate a Daily Markdown report through
`scriptorium`, with inspectable briefing, prompt input, preflight, report, and
metadata artifacts under the configured workspace.
## Quickstart
```sh
weatherreporter generate daily --date 2026-05-29 --out ./daily.data_package.json
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
```
## Documentation