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 init analyzes your repository and sets up everything AI tools need to work reliably — instruction files, coding standards, AI rules, architecture docs, guardrails, and an audit of your existing config.
jog init is safe to re-run at any time. The agent updates existing files rather than overwriting
them, so you can re-run it after adding new dependencies, restructuring your codebase, or
onboarding new AI tools.Prerequisites
Complete Authenticate before continuing.1. Run init
From your repository root:- Interactive
- Claude Code
- Cursor
Run
jog init and the CLI walks you through selecting your AI tools and preferences.2. Review the output
After running, you’ll see a summary like:3. Commit the generated files
The generated files belong in version control so your teammates and AI tools can use them.Options
Comma-separated list of AI tools:
claude, cursor (more coming soon).Custom guidance to steer the setup agent. Example:
Troubleshooting
Not authenticated
Not authenticated
jog init requires authentication. Run jog auth login first. See the authentication
guide.No files generated
No files generated
Make sure you’re running
jog init from your repository root (where your package.json or
project config lives). The agent needs to see your codebase to generate useful configuration.