Configure account-wide settings
set_global_configSets account-wide settings for FeatureBoard: git commit/push mode, weekly Claude-Max usage plan limits, and default rigor profile. Applied to all projects without overrides.
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 | ||
| planLimits | No | ||
| defaultStandard | No | Account-wide default rigor profile for projects without their own standard (set_standard). null clears it. |