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 doctor
Runs a comprehensive health check and reports any issues.

What it checks

  • Configuration — valid config.json with required fields
  • Hooks — Claude Code hooks are installed and functional
  • Database — SQLite database exists and has valid schema
  • Permissions — can read session logs and write to selftune directories
  • Version — warns if a newer version is available
  • Log access — can read agent session logs

Output

Each check reports one of:
StatusMeaning
PASSCheck succeeded
WARNNon-critical issue, selftune will work but with reduced functionality
FAILCritical issue that must be fixed

Common fixes

Hooks not installed:
selftune init
Database missing or corrupted:
selftune recover
Outdated version:
npx skills add selftune-dev/selftune