Documentation Index
Fetch the complete documentation index at: https://gump.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
Gump configuration follows a cascade: environment variables override user config, which overrides project config, which overrides defaults.Configuration cascade
| Priority | Source | Location |
|---|---|---|
| 1 (highest) | Environment variables | GUMP_* prefix |
| 2 | User config | ~/.gump/config.toml |
| 3 | Project config | gump.toml at repo root |
| 4 (lowest) | Defaults | Built into Gump |
Project config (gump.toml)
All settings
default_agent
Agent used when a step doesn’t specify one. Default:"claude-sonnet"
log_level
Values:debug, info, warn, error. Default: "info"
validation.compile_cmd / test_cmd / lint_cmd
Shell commands for gates. Override heuristic detection. Not overridable via env vars.budget.max_budget
Default max cost per run in USD. Overridable per workflow withmax_budget YAML field.
error_context.max_error_chars / max_diff_chars
Truncation limits for{error} (default 2000) and {diff} (default 3000) on retry. Smart truncation: first and last lines preserved for compile errors, context around changes preserved for diffs.
analytics.enabled
Anonymous telemetry. Default:true. See Privacy & Telemetry.