//! Token-accounting analysis passes over the normalized model.
use Date;
use ;
/// Civil date used for day bucketing and `--since`.
///
/// UTC on purpose: deterministic across machines/timezones. TODO(scope):
/// local-timezone day option.
pub
/// Rough chars-per-token ratio for English/code. ONLY used for heuristics and
/// the context-bloat ESTIMATE — NEVER for billing (billing always uses the
/// agent-reported token counts; CLAUDE.md §8.7).
pub const EST_CHARS_PER_TOKEN: u64 = 4;
/// Estimate tokens from a char count. Estimate only — never a billed figure.
pub