feat(privacy): add DO_NOT_TRACK and DISABLE_TELEMETRY env vars under C3 privacy

This commit is contained in:
2026-09-03 22:35:05 -04:00
parent d278a47b32
commit 28a88a9bdf
9 changed files with 47 additions and 6 deletions
@@ -24,6 +24,8 @@ all of them.
Catppuccin colors 30+ fish_color_* variables set to Mocha palette
FZF_DEFAULT_OPTS FZF themed to Catppuccin Mocha colors
Right prompt fish_right_prompt: exit code (on failure) + dim timestamp; always rendered; Docker context added when starship+C3 active
DO_NOT_TRACK=1 Universal telemetry opt-out for tools and AI agents
DISABLE_TELEMETRY=1 Telemetry opt-out for telemetry-aware CLIs
The bang-bang system spans `key_bindings.fish`, `abbr.fish`, `puffer.fish`, and
six `expand_bang_*.fish` functions. All are gated together — disabling C3
@@ -35,7 +37,7 @@ is independently controlled by C5 (see below).
## Sub-categories
`__fish_config_op_overrides` sub-divides into three sub-categories, each
`__fish_config_op_overrides` sub-divides into four sub-categories, each
with its own `__fish_config_op_overrides_<slug>` toggle:
## key-bindings
@@ -53,3 +55,8 @@ Starship, the right prompt, Catppuccin syntax/prompt colors, and FZF
theming (`$FZF_DEFAULT_OPTS`) -- all driven by the same guard as a single
unit, not independently toggleable from each other.
## privacy
`$DO_NOT_TRACK` and `$DISABLE_TELEMETRY` environment variables for
telemetry opt-out across CLI tools, runtimes, and AI agents.
+1 -1
View File
@@ -19,7 +19,7 @@ category variable.
C5 [Logging and Capture](/08-components-reference/05-c5-logging-and-capture/) — Session logs, command duration
C6 [Greeting & First-Run UI](/08-components-reference/06-c6-greeting-and-first-run-ui/) — Custom startup banner
Each category further sub-divides into two to six sub-categories (24 in
Each category further sub-divides into two to six sub-categories (25 in
total) with their own `__fish_config_op_<category>_<subcategory>` toggles
-- see that category's page for its sub-category list.