// Copyright (C) 2026 Industrial Algebra
// SPDX-License-Identifier: Apache-2.0
//! Per-agent diary journals (Phase 3.3).
//!
//! Append-only, id-less — journals are immutable chronological logs.
//! Ordering uses a numeric `ts` field stamped by the store; the wire
//! `timestamp` field is a display string (ISO-8601).
/// One diary entry: an agent's chronological reflection.