Feature flag management commands.
Wraps codex features list|enable|disable.
Summary
Functions
@spec disable(CodexWrapper.Config.t(), String.t()) :: {:ok, String.t()} | {:error, term()}
Disable a feature.
@spec enable(CodexWrapper.Config.t(), String.t()) :: {:ok, String.t()} | {:error, term()}
Enable a feature.
@spec list(CodexWrapper.Config.t()) :: {:ok, String.t()} | {:error, term()}
List available features.