> ## Documentation Index
> Fetch the complete documentation index at: https://docs.duckbrain.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code Sessions

> Claude Code Sessions → DuckBrain ingest (Available)

**Status:** Available

Ingests your Claude Code conversation history from `~/.claude/projects/*/*.jsonl` — every user and assistant turn becomes a searchable record.

```bash theme={null}
duckbrain ingest sessions                      # default: this project's logs
duckbrain ingest sessions --glob "$HOME/.claude/projects/*/*.jsonl"   # everything
```

Rows carry `observer: agent:claude-code` and `classification: confidential`. Robust to Claude Code's schema drift (raw-JSON line parsing, malformed lines skipped).


## Related topics

- [DuckBrain](/index.md)
- [sync](/commands/sync.md)
- [ingest](/commands/ingest.md)
- [Sources Overview](/sources/overview.md)
