# `ClaudeWrapper.History.ProjectSummary`
[🔗](https://github.com/genagent/claude_wrapper_ex/blob/main/lib/claude_wrapper/history.ex#L1)

Summary of one project directory under the history root.

See `ClaudeWrapper.History` for how these are produced.

# `t`

```elixir
@type t() :: %ClaudeWrapper.History.ProjectSummary{
  decode_verified?: boolean(),
  decoded_path: String.t(),
  last_modified: DateTime.t() | nil,
  session_count: non_neg_integer(),
  slug: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
