Reconcile internal stateless documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Weather Data Internals
|
||||
|
||||
`internal/weatherdata` owns the normalized, wire-independent weather bundle
|
||||
that passes from collection through rendering and persistence. The Weather API
|
||||
that passes from collection through rendering. The Weather API
|
||||
adapter translates provider responses into these types; its request, response,
|
||||
and availability contract is documented in the
|
||||
[Weather API integration guide](../integrations/weatherapi.md).
|
||||
@@ -54,8 +54,7 @@ local provenance and whole-run consumers see it. A policy that treats a missing
|
||||
source as an error returns no partial bundle.
|
||||
|
||||
Warnings describe data completeness, not rendering or delivery failures.
|
||||
Those failures are recorded by the application and state layers; see
|
||||
[application orchestration](app-orchestration.md) and [state internals](state.md).
|
||||
Those failures are reported by [application orchestration](app-orchestration.md).
|
||||
|
||||
## Boundaries and verification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user