Add collected and derived fact contracts
This commit is contained in:
@@ -5,9 +5,8 @@ This document describes the implemented briefing package boundary.
|
||||
## Purpose
|
||||
|
||||
`internal/briefing` builds structured report-specific briefing packages from
|
||||
resolved report metadata, forecast bundles, and derived forecast summaries.
|
||||
Briefings are curated inputs for prompt data packages, not rendered report
|
||||
prose.
|
||||
resolved report metadata, collected weather data, and derived forecast facts.
|
||||
Briefings are curated inputs for prompt data packages, not rendered report prose.
|
||||
|
||||
## Inputs And Outputs
|
||||
|
||||
@@ -15,7 +14,7 @@ Inputs:
|
||||
|
||||
- resolved report definition, generation time, timezone, and valid period
|
||||
- `weatherdata.Bundle` with source provenance and warnings
|
||||
- derived daily or period summaries where required
|
||||
- derived daily, period, or storm-window facts where required
|
||||
- configured units, timezone, and descriptive location context
|
||||
|
||||
Outputs:
|
||||
@@ -37,7 +36,7 @@ Outputs:
|
||||
## Config Fields Used
|
||||
|
||||
The package receives configured units and timezone from the app layer. Daypart
|
||||
configuration is consumed by `internal/forecast` before briefing builders run.
|
||||
configuration is consumed by `internal/facts` before briefing builders run.
|
||||
Configured `location` values are prompt context only; Weather API
|
||||
`sourceLocationId` and `sourceLocation` remain source provenance.
|
||||
Current conditions are copied from the normalized `/conditions/current` bundle
|
||||
|
||||
Reference in New Issue
Block a user