Loop
compozy loop
Manage Loop definitions and runs
- Audience
- Operators running durable agent work
- Focus
- Loop guidance shaped for scanability, day-two clarity, and operator context.
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
Every Compozy command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
compozy loop -o jsonSubcommands
| Command | Description |
|---|---|
| compozy loop approve | Apply one Loop human-gate decision |
| 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 list | List Loop definitions |
| 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 stop | Stop one Loop run |
| compozy loop turns | List one Loop run's Goal turn audit |
| compozy loop validate | Validate one Loop definition without saving |