displayName
a5c interactive (default)
mode
default
isReadOnly
false
requiresUserConsent
true
enteredVia
cli-flag
description
Default interactive mode for the a5c orchestrator. Effects that change
workspace state surface as breakpoints to the operator before the
orchestrator commits them. Equivalent to passing `--interactive`
explicitly.
Source: packages/sdk/src/cli/main/usage.ts shows `--interactive` /
`--no-interactive` / `--non-interactive` flags on `create-run` and
`run:create`. packages/breakpoints-mux mediates the operator-prompt
surface. Defaults are interactive when stdin is a TTY.