tribal upgrade
Upgrades TribalMind to the latest published version and automatically refreshes your agent config files.
tribal upgrade [OPTIONS]Options
Section titled “Options”| Option | Description |
|---|---|
--no-update-docs | Skip auto-updating agent config files (CLAUDE.md, AGENTS.md, etc.) |
What it does
Section titled “What it does”- Runs
pip install -U tribalmindto install the latest version - 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.
Examples
Section titled “Examples”# Standard upgrade (updates package + agent docs)tribal upgrade
# Upgrade without touching agent config filestribal upgrade --no-update-docsManual upgrade
Section titled “Manual upgrade”If you prefer to upgrade manually or use a different package manager:
pip install -U tribalmind# orpipx upgrade tribalmind