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 uninstall [options]
Removes selftune configuration, hooks, and optionally logs and npm packages.

Options

FlagDescription
--dry-runShow what would be removed without removing anything
--keep-logsPreserve log files and database
--npm-uninstallAlso run npm uninstall for the global package

What it removes

  • ~/.selftune/config.json
  • Claude Code hook entries from settings.json
  • ~/.selftune/selftune.db (unless --keep-logs)
  • ~/.selftune/memory/ directory
  • Activation rules
This is destructive. Run with --dry-run first to see what will be removed.