compozy loop
Manage Loop definitions and runs
compozy loop
Manage Loop definitions and runs
compozy loop [flags]Options
-h, --help help for loopOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
The root -o, --output flag accepts these values. A renderer is supported only when this command writes that result; jsonl is for commands that emit one JSON record per line.
| Format | Command result |
|---|---|
human | Interactive terminal rendering |
json | Machine-readable JSON rendering |
jsonl | One JSON record per line when supported |
toon | Compact agent-readable rendering |
Example:
compozy loop -o jsonSubcommands
| Command | Description |
|---|---|
| compozy loop approve | Apply one Loop human-gate decision |
| compozy loop cancel | Cancel one Loop run |
| compozy loop configure | Write per-loop runtime config overrides |
| compozy loop create | Create, fork, or publish one Loop definition |
| compozy loop delete | Delete one user-authored Loop definition |
| compozy loop edit | Edit and publish one Loop definition with $EDITOR |
| compozy loop inspect | Inspect one Loop definition |
| compozy loop kill | Kill one Loop run |
| compozy loop list | List Loop definitions |
| compozy loop node | Manage one authored Loop node |
| compozy loop nodes | List workspace Loop node state |
| compozy loop pause | Pause one Loop run |
| compozy loop resume | Resume one Loop run |
| compozy loop run | Start or dry-run one Loop |
| compozy loop runs | List workspace Loop runs |
| compozy loop status | Inspect one Loop run |
| compozy loop turns | List one Loop run's Goal turn audit |
| compozy loop validate | Validate one Loop definition without saving |