Merge branch 'fix/g10' into fix/integrated

This commit is contained in:
kami
2026-08-01 14:24:05 +04:00
26 changed files with 1411 additions and 160 deletions
+4
View File
@@ -740,6 +740,10 @@ type IntakeEvent struct {
Body string `json:"body,omitempty"`
Priority string `json:"priority"`
OccurredAt time.Time `json:"occurred_at"`
// NoticedAt — when the journal took it. This is the order the ring returns
// and the one a page must sort and label by; OccurredAt is when the thing
// happened, which for a cold feed read is a week before it arrived.
NoticedAt time.Time `json:"noticed_at"`
}
// --- Rule trace / explanation DTOs ---