Document development workflow and internals

This commit is contained in:
2026-06-10 20:22:38 +00:00
parent 9e27a431a1
commit 47176520bb
17 changed files with 640 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
// Package model defines weatherfeeder's canonical domain payload types.
//
// These structs are emitted as the Payload of canonical events (schemas "weather.*.vN").
// JSON tags are treated as part of the wire contract for sinks (stdout today; others later).
// JSON tags are treated as part of the wire contract for configured sinks.
//
// Compatibility guidance:
// - Prefer additive changes.