What’s collected when telemetry is on
When telemetry is enabled, gaal sends a small event for each command invocation containing:- The command name (
sync,status,doctor, …). - The exit code class (
ok,warning,error). - The gaal version.
- The OS family (
linux,darwin,windows). - A randomly-generated, locally-stored install ID.
gaal.yaml, no environment variables, no command-line flags.
When telemetry is off (the default), gaal makes zero outbound network calls except those required to fetch sources you explicitly listed in gaal.yaml.
Opting in or out
Set the value in your user config file:Where the setting may live
telemetry is scope-restricted: only the user (~/.config/gaal/config.yaml) and system (/etc/gaal/config.yaml) files may set it. A workspace gaal.yaml that sets telemetry: is ignored with a warning.
This restriction exists so a gaal.yaml committed to a public repo can never enrol contributors in telemetry without their consent.
Verifying the current state
gaal doctor always prints the resolved telemetry setting and the source file it came from.