This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/reference/settings-policy.md
2026-03-31 15:38:58 +05:00

784 B

Settings, policy, and remote management

Primary paths: src/utils/settings/, src/services/policyLimits/, src/services/remoteManagedSettings/, src/schemas/, src/migrations/

settings.ts and settingsCache.ts load merged global and project settings. mdm/ contains macOS managed-device reads. validation.ts enforces schema and tool allowlists.

policyLimits/ loads enterprise caps (models, spend, features). remoteManagedSettings/ syncs server-delivered configuration described in Server-managed settings.

migrations/ upgrades on-disk settings between versions.

See also: Settings, Environment variables.