The Joggr CLI (Documentation Index
Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt
Use this file to discover all available pages before exploring further.
jog) prepares your repositories so AI coding tools can operate reliably inside them. Install it globally to get started.
Prerequisites
- Node.js 24.0.0 or later — check with
node --version - npm — comes with Node.js
1. Install
2. Verify
Runjog --version to confirm the installation:
Troubleshooting
command not found: jog
command not found: jog
Make sure your global npm bin directory is in your PATH. Run
npm bin -g to find it, then add it
to your shell profile (~/.zshrc, ~/.bashrc, etc.).