Add filesystem state metadata baseline

This commit is contained in:
2026-05-29 17:40:38 +00:00
parent e556ca5edc
commit 7ac73f758b
12 changed files with 822 additions and 50 deletions

View File

@@ -3,9 +3,10 @@
`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 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 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.
## Quickstart
@@ -17,6 +18,7 @@ weatherreporter generate daily --date 2026-05-29 --out ./daily.data_package.json
- [CLI reference](docs/cli.md)
- [Configuration reference](docs/config.md)
- [Operations guide](docs/operations.md)
- [Architecture policy](docs/policy/architecture.md)
- [Development policy](docs/policy/development.md)
- [Implementation roadmap](docs/roadmap/initial.md)