@joggr/cli
v0.6.5
Published
CLI for Joggr - The context engineering toolkit for developing with AI agents
Readme
@joggr/cli
CLI for Joggr — the context engineering toolkit for developing with AI agents.
Installation
npm install -g @joggr/cliUsage
# Authenticate with Joggr
jog auth
# Initialize your repository for AI-assisted development
jog init
# Diagnose your AI setup
jog checkCommands
| Command | Description | Status |
| ---------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------- |
| jog auth | Manage authentication | |
|
jog init | Initialize repository for AI-assisted development | |
|
jog check | Diagnose issues with AI setup and configuration | |
|
jog docs | Open or serve project documentation | |
|
jog gg | Plan, build, and ship using guided generative workflow | |
|
jog workspaces | Create and manage isolated development workspaces | |
|
jog hud | Configure the HUD status line | |
|
jog code | Launch interactive AI coding agent | |
Platform Support
Pre-compiled binaries are provided for the following platforms:
| Platform | Architecture | Package |
| ------------- | --------------------- | --------------------------- |
| macOS | Apple Silicon (arm64) | @joggr/cli-darwin-arm64 |
| macOS | Intel (x64) | @joggr/cli-darwin-x64 |
| Linux (glibc) | x64 | @joggr/cli-linux-x64 |
| Linux (glibc) | arm64 | @joggr/cli-linux-arm64 |
| Linux (musl) | x64 | @joggr/cli-linux-x64-musl |
| Windows | x64 | @joggr/cli-windows-x64 |
Binaries are distributed via platform-specific npm packages installed automatically as optional dependencies. Your package manager downloads only the binary for your current platform.
License
MIT
