Add hourly generated-text report shell
This commit is contained in:
@@ -11,24 +11,24 @@ Generation commands:
|
||||
```text
|
||||
weatherreporter generate daily --date 2026-05-29
|
||||
weatherreporter generate tomorrow
|
||||
weatherreporter generate hourly
|
||||
weatherreporter generate three-day
|
||||
weatherreporter generate weekend
|
||||
weatherreporter generate storm --start 2026-05-29T18:00 --end 2026-05-30T06:00
|
||||
```
|
||||
|
||||
Each command resolves a report period, fetches a Weather API bundle, builds a
|
||||
JSON module snapshot, builds a YAML prompt input data package, runs
|
||||
`scriptorium render`, runs `scriptorium run`, and writes managed artifacts under
|
||||
the configured workspace.
|
||||
Each implemented Markdown generation command resolves a report period, fetches
|
||||
a Weather API bundle, builds a JSON module snapshot, builds a YAML prompt input
|
||||
data package, runs `scriptorium render`, runs `scriptorium run`, and writes
|
||||
managed artifacts under the configured workspace.
|
||||
When distributor notification is enabled, weatherreporter uploads the managed
|
||||
Markdown report after `scriptorium run` succeeds and final metadata is saved.
|
||||
`--out PATH` writes an extra Markdown copy for the current generated report; it
|
||||
is not used as the distributor upload source.
|
||||
|
||||
`generate hourly` is an explicit generation command. It covers the six-hour
|
||||
rolling period from generation time in the effective report timezone and is not
|
||||
part of scheduled morning or evening batches.
|
||||
`generate hourly` is an explicit command shell. It covers the six-hour rolling
|
||||
period from generation time in the effective report timezone and is not part of
|
||||
scheduled morning or evening batches, but its rendering workflow is not
|
||||
implemented yet.
|
||||
|
||||
Batch commands:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user