Skip to content

tribal upgrade

Upgrades TribalMind to the latest published version and automatically refreshes your agent config files.

Terminal window
tribal upgrade [OPTIONS]
OptionDescription
--no-update-docsSkip auto-updating agent config files (CLAUDE.md, AGENTS.md, etc.)
  1. Runs pip install -U tribalmind to install the latest version
  2. Automatically updates any agent config files (CLAUDE.md, AGENTS.md, .cursorrules, etc.) to match the latest TribalMind instruction template

The auto-update step ensures your agents always have the most current recall/remember instructions after an upgrade. If you want to skip this step (e.g., you’ve customized your snippets), use --no-update-docs.

Terminal window
# Standard upgrade (updates package + agent docs)
tribal upgrade
# Upgrade without touching agent config files
tribal upgrade --no-update-docs

If you prefer to upgrade manually or use a different package manager:

Terminal window
pip install -U tribalmind
# or
pipx upgrade tribalmind