Skip to content
Loop
CompozyOS RuntimeLoop

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 loop

Options 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:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

compozy loop -o json

Subcommands

CommandDescription
compozy loop approveApply one Loop human-gate decision
compozy loop configureWrite per-loop runtime config overrides
compozy loop createCreate, fork, or publish one Loop definition
compozy loop deleteDelete one user-authored Loop definition
compozy loop editEdit and publish one Loop definition with $EDITOR
compozy loop inspectInspect one Loop definition
compozy loop listList Loop definitions
compozy loop pausePause one Loop run
compozy loop resumeResume one Loop run
compozy loop runStart or dry-run one Loop
compozy loop runsList workspace Loop runs
compozy loop statusInspect one Loop run
compozy loop stopStop one Loop run
compozy loop turnsList one Loop run's Goal turn audit
compozy loop validateValidate one Loop definition without saving

On this page