Configure account-wide settings
set_global_configAdjust account-wide behavior for Git commits/pushes, Claude usage-plan limits, telemetry, and pad auto-sync, inherited by every project lacking its own override.
Instructions
Set FeatureBoard's account-wide settings, applied to every project that doesn't set its own override via set_git_config. gitMode — "commit-only" (never push automatically; the original default behavior), "commit-push" (push after every commit_feature/deploy_site that doesn't pass an explicit push param), or "ask" (commit only, and return a note asking the caller to confirm with the user before pushing — never pushes silently). planLimits — the two weekly Claude-Max usage meters that reset together ({fablePct, allModelsPct, capturedAt (ISO), resetAt (ISO), targetRatio (default 1.0)}); pass it after reading the usage tab so the board can steer both meters to exhaust at the same reset (blend tracking, FBMCPF-278/279). Pass planLimits:null to clear it. Ask the user about gitMode during onboarding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gitMode | No | ||
| padSync | No | Pad auto-sync over git (FBMCPF-395). null resets to defaults. | |
| telemetry | No | Anonymous usage telemetry (FBMCPF-378): false disables all counting and the daily batched send (server/telemetry.js), true re-enables, null resets to the default (enabled). The FEATUREBOARD_TELEMETRY env var also disables it regardless of this setting. | |
| planLimits | No | ||
| defaultStandard | No | Account-wide default rigor profile for projects without their own standard (set_standard). null clears it. |