These are agent-facing commands used internally by the agents that power Workflows. They’re available in the CLI if you need them, but you won’t typically invoke them directly. Run jog gg --help or jog gg <command> --help for the full interface.
All jog gg subcommands return structured JSON with an ok field indicating success or failure.
Subcommands
| Command | Description |
|---|
jog gg info | Print project and environment info |
jog gg state | Read and write Workflows runtime state |
jog gg config | View and update Workflows settings |
jog gg project | List, resolve, inspect, and update projects |
jog gg phase | List phases, update step/status, and find phase files |
jog gg task | List, inspect, and update tasks within a phase |
jog gg tm | Create, list, archive, and operate task-mode tasks |
jog gg checkpoint | Save (--files <paths...>), log, and squash git-based checkpoints |
jog gg agents | Verify resolved agent configuration |
jog gg validate | Validate structural integrity of project files |
Global Options
| Flag | Description |
|---|
-h, --help | Show help for any command |
-v, --version | Show the CLI version number |