Add Weekend Outlook generation

This commit is contained in:
2026-05-29 18:16:10 +00:00
parent 4c9d396f9b
commit 5d543b6b4d
21 changed files with 760 additions and 69 deletions

View File

@@ -3,10 +3,10 @@
`weatherreporter` is a Go application for preparing human-facing weather
reports from normalized forecast data.
The application can currently generate Daily Today, Daily Tomorrow, and 3-Day
Outlook Markdown reports through `scriptorium`, with inspectable briefing,
prompt input, preflight, report, and metadata artifacts under the configured
workspace.
The application can currently generate Daily Today, Daily Tomorrow, 3-Day
Outlook, and Weekend Outlook Markdown reports through `scriptorium`, with
inspectable briefing, prompt input, preflight, report, and metadata artifacts
under the configured workspace.
## Quickstart
@@ -14,6 +14,7 @@ workspace.
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
weatherreporter generate tomorrow --out ./tomorrow.md
weatherreporter generate three-day --out ./three-day.md
weatherreporter generate weekend --out ./weekend.md
```
## Documentation