Add Tomorrow planning brief generation

This commit is contained in:
2026-05-29 18:00:27 +00:00
parent 53a4abd508
commit 19513e42c1
12 changed files with 518 additions and 35 deletions

View File

@@ -3,14 +3,15 @@
`weatherreporter` is a Go application for preparing human-facing weather
reports from normalized forecast data.
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.
The application can currently generate Daily Today and Daily Tomorrow Markdown
reports 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.md
weatherreporter generate tomorrow --out ./tomorrow.md
```
## Documentation