Troubleshooting
Common issues and how to resolve them.
Installation Issues
CLI not found after install
Add the install directory to your PATH:
export PATH="$HOME/.intentra/bin:$PATH"Add this to your ~/.zshrc or ~/.bashrc.
Permission denied during install
Run with elevated permissions:
sudo curl -fsSL https://install.intentra.sh | shHook Issues
Hooks not firing
Verify hooks are installed:
intentra hooks statusIf not installed:
intentra hooks install cursor --forceIDE not detecting hooks
Restart your IDE after installing hooks.
Wrong hook version
Reinstall hooks to update:
intentra hooks install cursor --force
intentra hooks install claude --force
intentra hooks install gemini --forceDatabase Issues
Database locked
If you see “database is locked” errors:
# Check for other intentra processes
ps aux | grep intentra
# Reset the database lock
intentra db unlockDatabase corruption
Reset the local database:
# Backup existing data
cp ~/.intentra/intentra.db ~/.intentra/intentra.db.backup
# Reinitialize
intentra db init --forceSync Issues
Authentication failed
Re-authenticate:
intentra auth logout
intentra auth loginSync not working
Check sync status:
intentra sync statusForce a sync:
intentra sync push --forceGetting Help
If you’re still having issues:
- Check verbose output:
intentra --verbose <command> - Search GitHub issues
- Open a new issue with debug logs