Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt

Use this file to discover all available pages before exploring further.

Usage

selftune ingest <platform> [options]
Ingest sessions from a specific platform. For ingesting from all platforms at once, use selftune sync.

Platforms

Claude Code

selftune ingest claude [--since DATE] [--dry-run] [--force] [--verbose]
Reads Claude Code session logs from ~/.claude/ and processes them into selftune’s database.

Codex
Experimental

selftune ingest codex

OpenCode
Experimental

selftune ingest opencode

OpenClaw
Experimental

selftune ingest openclaw [--agents-dir PATH] [--since DATE] [--dry-run] [--force] [--verbose]

Pi
Experimental

selftune ingest pi [--sessions-dir PATH] [--since DATE] [--dry-run] [--force] [--verbose]

Codex wrapper
Experimental

selftune ingest wrap-codex -- <codex args>
Wraps a Codex invocation to capture session data in real-time.

Common options

FlagDescription
--since DATEOnly ingest sessions after this date
--dry-runShow what would be ingested without writing
--forceRe-ingest already processed sessions
--verboseShow detailed processing output