Phase: Any (utility command)
Usage: /flow-config
Display-only. Reads .flow.json from the project root and shows the current FLOW configuration: version, framework, and per-skill autonomy settings.
A table of all 7 configurable skills with their autonomy settings across two axes:
/flow-commit is invoked during phase work (auto = skip diff approval, manual = require approval). Also controls per-task approval in Code.Phase skills that commit (Code, Code Review, Learn) have both axes. Phase skills that don’t commit (Start, Plan) only have Continue. Utility skills (Abort, Complete) have a single mode value shown under Commit. The /flow-commit skill is not configurable — it defaults to auto and can be overridden with --manual.
Any setting can be overridden at invocation time with --auto or --manual flags.