Current storage representation for Vibe.Goals.Goal.
Summary
Types
@type t() :: %Vibe.Storage.Representation.Goal{ created_at: DateTime.t(), goal_id: String.t(), objective: String.t(), session_id: String.t(), status: Vibe.Goals.Goal.status(), time_used_seconds: non_neg_integer(), token_budget: pos_integer() | nil, tokens_used: non_neg_integer(), updated_at: DateTime.t() }